.vacancies-page .filter-btn.mobile-btn.js-filter-btn2 {
    width: 49%;
    float: left;
    min-width: 49%;
    margin-bottom: 0;
}

.vacancies-page .filters_nav_mobile.outer {
    display: none;
}

.vacancies-page.vacancies-tab-saved .vacancies__filters-wrap.sticky_top_mobile {
  display: none;
}
.vacancies-page .vacancies_sidebar_saved {
  display: none;
}
.vacancies-page.vacancies-tab-saved .vacancies_sidebar_saved {
  display: block;
}

.vacancies-page .vacancies_sidebar_telegram {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
}
.vacancies-page .vacancies_sidebar_telegram__link {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.vacancies-page .vacancies_sidebar_telegram__link__title {
  padding-left: 30px;
  background: url(/wp-content/themes/hm/assets/img/vacancies/telegram-96.png) 0 center no-repeat;
  background-size: 20px 20px;
  font-weight: bold;
}
.vacancies-page .vacancies_sidebar_telegram__link__image {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  flex-shrink: 0;
  background: url(/wp-content/themes/hm/assets/img/vacancies/happymonday_chatbot-96.jpg) center center no-repeat;
  background-size: 48px 48px;
}

@media screen and (min-width: 769px) {
  .vacancies-page .hide_on_desktop {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
    .vacancies-page .hide_on_mobile {
      display: none !important;
    }

    .vacancies-page .switcher_match {
        display: none;
    }
    .vacancies-page .vacancies__filters-wrap.sticky_top_mobile {
        height: auto;
    }
    .vacancies-page.filters-active .vacancies__filters-wrap.sticky_top_mobile {
        position: fixed;
        z-index: 99999;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        display: block;
        height: auto;
        padding: 0;
        padding-top: calc(20% + var(--wp-admin--admin-bar--height, 0px) - var(--nav_height, 75px));
        /*background-color: #777777;*/
        /*background-color: #777777cc;*/
        /*background: #2d27b03d;*/
        /*backdrop-filter: blur(3px);*/
        background: none;
    }

    .vacancies-page .filters-overlay {
        position: fixed;
        inset: 0;
        background: #2d27b03d;
        backdrop-filter: blur(3px);
        -webkit-backdrop-filter: blur(3px);
        opacity: 0;
        pointer-events: none;
        transition: opacity 200ms ease;
        z-index: 99990;
    }
    .vacancies-page.filters-active .filters-overlay {
        opacity: 1;
        pointer-events: auto;
    }

    .vacancies-page.filters-active .vacancies__filters-heading {
        display: flex;
        align-items: center;
        padding: 16px 16px;
        background: #f3f5fb;
        margin: 0;
        border-radius: 15px 15px 0 0;
        border-bottom: 1px solid #cccccc;
    }

    .vacancies-page.filters-active .filters__remove-btn {
        margin-bottom: 0;
        /*position: absolute;*/
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: 70px;
        background: #f3f5fb;
        border-top: 1px solid #cccccc;
        display: flex;
        align-items: center;
        justify-content: space-around;
        z-index: 1;
    }
    .vacancies-page.filters-active .js-filters-load-it {
        background-color: var(--happy-purple);
    }
    .vacancies-page.filters-active .js__filter-reset {
        margin: 0;
    }

    .vacancies-page.filters-active.vacancies-page-search .vacancies__filters-form {
        background: #f3f5fb;
        padding-bottom: 130px;
    }

    .vacancies-page .filters_nav_mobile.outer {
        display: block;
        padding: 0 10px;
    }
    .vacancies-page .filters_nav_mobile.outer >.mobile-btn {
        display: flex;
    }
    .vacancies-page .filters_nav_mobile.outer >.btn {
        margin-top: 15px;
        padding: 11px 30px;
    }

    .vacancies-page .vacancies_search_row.in_sidebar {
      padding: 15px 0;
      background: #f3f5fb;
    }
    .vacancies-page .vacancies_search_row.in_sidebar input.hm-search__input {
      background-color: inherit;
    }
    .vacancies-page .vacancies_search_row.in_sidebar:focus-within input.hm-search__input {
      background-color: #ffffff;
    }

  .vacancies-page .vacancies__search-result .vacancies__main-title {
    margin-bottom: 10px;
    padding: 0 12px;
  }
  .vacancies-page .vacancies__search-result .vacancies__main-title h1 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 0;
  }
  .vacancies-page .tab_content {
    margin: 0 6px;
  }
  .vacancies-page .vacancies__filter-taglist .js__filter-reset {
    padding-left: 0;
  }
  .vacancies-page .vacancies__filter-taglist .filter-tag ~ .js__filter-reset {
    padding-left: 0px;
  }
  .vacancies-page .switch_subscribe .inner_block {
    justify-content: flex-start;
  }
  .filter-tag{
    margin-right: 5px !important;
    margin-bottom: 5px !important;
  }
  .js__filter-reset{
    margin-bottom: 5px !important;
  }
}

.vacancies-page .vacancies_quick_filters {
  display: flex;
  padding: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.vacancies-page .vacancies_quick_filters_title {
  display: flex;
  align-self: stretch;
  height: 24px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;

  font-size: 22px;
  line-height: 1.25;
  font-weight: bold;

  @media screen and (max-width: 768px) {
    font-size: 16px;
  }
}
.vacancies-page .vacancies_quick_filters_settings_button {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.vacancies-page .vacancies_quick_filters_content {
  display: flex;
  margin-bottom: 16px;
  gap: 10px;
  align-self: stretch;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  scroll-padding-inline: 10px;
  touch-action: pan-x;
  scrollbar-width: none;
  overflow-x: visible;
  scroll-snap-type: none;
  padding-inline: 0;
  margin-inline: 0;
  flex-wrap: wrap;

  @media screen and (max-width: 768px) {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-inline: 10px;
    margin-inline: -10px -20px;
    flex-wrap: nowrap;
    margin-bottom: 0;
  }
}
.vacancies-page .vacancies_quick_filters_content::-webkit-scrollbar{
  display:none;
}
.vacancies-page .vacancies_quick_filters_item {
  display: flex;
  width: 100%;
  max-height: 80px;
  padding: 8px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  /*gap: 4px;*/
  border-radius: 8px;
  border: 1px solid #f1bbf9;
  background: #ffffff;
  cursor: pointer;

  flex: 0 0 auto;
  scroll-snap-align: start;
  scroll-snap-stop: always;

  @media screen and (max-width: 768px) {
    /*width: min(85vw, 257px);*/
    width: auto;
    min-width: 80px;
    max-width: 257px;
  }
}
.vacancies-page .vacancies_quick_filters_item_title {
  font-size: 16px;
  line-height: 1.25;
  font-weight: bold;

  min-width: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.vacancies-page .vacancies_quick_filters_item_additional_info {
  display: flex;
  align-self: stretch;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px;

  color: #8b8b8b;
  font-size: 12px;
  line-height: 1.5;
}
.vacancies-page .vacancies_quick_filters_item_additional_info > div {
  flex: 1 1 0;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 4px;
}

.vacancies-page .for-you-job-item--hidden {
  display: none;
}

.vacancies-page .for-you-load-more-wrap {
  margin-top: 20px;
}

.vacancies-page .for-you-quick-filters {
  padding-top: 24px;
  border-top: 1px solid #e8e4f3;
}

.vacancies-page .for-you-quick-filters__subtitle {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #656565;
}

.vacancies-page .vacancy_profile_edit {
  display: flex;
  gap:5px;
  align-items: center;
  justify-content: flex-end;
  margin-top: 23px;
  margin-bottom: 10px;
  @media screen and (max-width: 768px) {
    margin-right: 10px;
  }
}

.vacancies-page .vacancies_search_row.in_sidebar {
  margin: 0 0 16px 0;
}

.vacancies-page .vacancies_search_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 10px;
}
.vacancies-page .vacancies_search_row .vacancies_search_filters_button {
  position: relative;
  width: 48px;
  height: 48px;
  border: 1px solid #8b8b8b;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #ffffff;
  cursor: pointer;
  transition: all .2s;
  flex-shrink: 0;
}
.vacancies-page .vacancies_search_row .vacancies_search_filters_counter {
  position: absolute;
  z-index: 1;
  top: 0;
  right: -4px;
  background: var(--happy-purple);
  border: 2px solid #ffffff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #ffffff;
}
.vacancies-page .vacancies_search_row .vacancies_search_filters_counter:empty {
  display: none;
}
.vacancies-page .vacancies_search_form {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;

  width: 100%;
  flex-shrink: 1;
}
.vacancies-page .vacancies_search_form .hm-search__input {
  width: 100%;
  height: 48px;
  background: url(/wp-content/themes/hm/assets/img/vacancies/search-left.svg) 14px center no-repeat #ffffff;
  padding-left: 36px;
  border-radius: 48px;
  border: 1px solid #8b8b8b;
  transition: padding .2s;
}
.vacancies-page .vacancies_search_form:focus-within .hm-search__input {
  background: none;
  padding-left: 16px;
  border: 1px solid var(--happy-purple);
}
.vacancies-page .vacancies_search_form .hm-search__btn {
  position: absolute;
  right: 3px;
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  display: grid;
  place-items:center;
  background: #9ca3af;
  color: #ffffff;
  cursor: pointer;
  transition: transform .15s, box-shadow .2s, background .2s;
  /*pointer-events: none;*/
}
.vacancies-page .vacancies_search_form .hm-search__btn svg {
  width: 24px;
  height: 24px;
}
.vacancies-page .vacancies_search_form:focus-within .hm-search__btn {
  background-color: var(--happy-purple);
  /*pointer-events: auto;*/
}

/* Search input loader (category suggestions in progress) */
.vacancies-page .hm-search__loader.js__search_category_loader {
  position: absolute;
  right: 52px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid #e5e7eb;
  border-top-color: var(--happy-purple, #7c3aed);
  border-radius: 50%;
  animation: hm-search-loader-spin 0.7s linear infinite;
  pointer-events: none;
}
.vacancies-page .hm-search__loader.js__search_category_loader[hidden] {
  display: none !important;
}
@keyframes hm-search-loader-spin {
  from { transform: translateY(-50%) rotate(0deg); }
  to { transform: translateY(-50%) rotate(360deg); }
}

/* Category suggestions dropdown under search (sidebar) */
.vacancies-page .vacancies_search_row.in_sidebar.hm-search__wrap {
  position: relative;
}
.vacancies-page .hm-search__suggestions.js__search_category_suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 50;
  margin-top: 4px;
  max-height: 280px;
  overflow-y: auto;
  background: #ffffff;
  border: 1px solid #8b8b8b;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 0;
}
.vacancies-page .hm-search__suggestions.js__search_category_suggestions[hidden],
.vacancies-page .hm-search__suggestions.js__search_category_suggestions.hidden {
  display: none !important;
}
.vacancies-page .hm-search__suggestion-item {
  display: block;
  width: 100%;
  padding: 12px 16px;
  text-align: left;
  border: none;
  background: transparent;
  font-size: 14px;
  line-height: 1.4;
  color: #212126;
  cursor: pointer;
  transition: background 0.15s;
  border-bottom: 1px solid #eee;
}
.vacancies-page .hm-search__suggestion-item:last-child {
  border-bottom: none;
}
.vacancies-page .hm-search__suggestion-item:hover,
.vacancies-page .hm-search__suggestion-item:focus {
  background: #f3f4f6;
  outline: none;
}

.vacancies__filters-heading {
    cursor: pointer;
}

.vacancies__filters-heading::before {
  display: block;
  content: '';
  width: 14px;
  height: 2px;
  background: black;
  position: absolute;
  right: 5px;
  transform: translate(-50%, -50%) rotate(45deg);
}
.vacancies__filters-heading::after {
  display: block;
  content: '';
  width: 14px;
  height: 2px;
  background: black;
  position: absolute;
  right: 5px;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.vacancies__filters-form{
  margin-top: 10px;
}

@media screen and (min-width: 769px) {
  .vacancies-page .vacancies__search-inner > div:first-child {
    display: flex;
    flex-direction: column;
    align-self: stretch;
  }
  .vacancies-page .jobs-search-sidebar-adv-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: calc(20px + var(--nav_height, 75px));
    align-self: flex-start;
    z-index: 2;
  }
}

.filters-group__title{
  font-size: 20px;
}


.no_access_message {
  display: flex;
  gap: 10px;
  max-width: 768px;
  padding: 24px;
  justify-content: space-between;
  align-items: center;
  border-radius: 16px;
  background: #f3f5fb;
}
.no_access_message .all_info {
  display: flex;
  max-width: 455px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  /*flex-shrink: 0;*/
}
.no_access_message .all_info .info_list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.no_access_message .all_info .info_list .info_title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
.no_access_message .all_info .info_list .info_options {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.no_access_message .all_info .info_list .info_options .info_item {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.no_access_message .all_info .info_list .info_options .info_item .fa {
  color: #00c74f;
}
.no_access_message .all_info .info_list .info_options .info_item .text {
  font-size: 16px;
  line-height: 1.5;
}
.no_access_message .all_info .buttons {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex-wrap: wrap;
}
.no_access_message .no_access_image {
  background: url(/wp-content/themes/hm/assets/img/vacancies/no-access-image.png) no-repeat center center;
  background-size: 225px auto;
  width: 225px;
  height: 210px;
  display: flex;
  flex-shrink: 0;

  @media screen and (max-width: 1024px) {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .vacancies_container .tab-row {
    margin-left: 10px;
    position: sticky;
    top: calc(3px + var(--nav_height, 75px)) !important;
    background: rgba(255, 255, 255, 0.95);
    z-index: 97;
  }
  .vacancies_container .no_access_message {
    margin: 0 10px;
  }
}

.vacancies_container .vacancies__search-items {
  @media screen and (max-width: 768px) {
    margin-top: 20px;
  }
}
.vacancies_container .empty_jobs_saved {
  display: flex;
  /*width: 768px;*/
  flex-wrap: wrap;
  gap: 20px 0;
  padding: 40px 30px;
  justify-content: space-between;
  align-items: center;
  border-radius: 16px;
  border: 1px solid #b900d7;
  background: #ffffff;
  margin: 68px 0px;

  @media screen and (max-width: 768px) {
    margin: 20px 0px;
  }
}
.vacancies_container .empty_jobs_saved .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}


.notification_list {
  position: relative;
  overflow: visible;
}
.notification_list .notification_item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  width: 100%;
  gap: 16px;
}
.notification_list .notification_item_title {
}
.notification_list .notification_item_icon {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  cursor: pointer;
  color: #000000;
}
.notification_list .notification_item_icon:hover, .notification_list .notification_item.is-open .notification_item_icon {
  background-color: var(--happy-purple);
  border-radius: 50%;
  color: #ffffff;
}
.notification_list .notification_item + .empty_notification_list {
  display: none;
}

.notification_list .notification_menu {
  position: absolute;
  right: 0;
  top: calc(50% + 16px);
  min-width: 220px;
  background: #ffffff;
  border: 1px solid #cccccc;
  /*border-radius: 8px;*/
  border-radius: 16px;
  padding: 6px 0;
  z-index: 50;
  display: none;
}
.notification_list .notification_item.is-open .notification_menu {
  display: block;
}
.notification_list .notification_menu_item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  background: transparent;
  border: 0;
  cursor: pointer;
  font: inherit;
  text-align: left;
}
.notification_menu_item:hover {
  /*background: #f3f5fb;*/
  color: var(--happy-purple);
}

.vacancies-page .alerts_mobile {
  display: flex;
  padding: 8px 16px;
  margin: 0 10px;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  background: #f7f7f7;
  cursor: pointer;
}
.vacancies-page .alerts_mobile.is-open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vacancies-page .alerts_mobile_title {
  display: flex;
  align-items: center;
  gap: 8px;
}
.vacancies-page .alerts_mobile_title_block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.vacancies-page .alerts_mobile_button {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.vacancies-page .alerts_mobile.is-open .alerts_mobile_button {
  transform: rotate(-180deg);
}
.vacancies-page .alerts_mobile.is-open + .alerts_mobile_content {
  /*display: block;*/
}
.vacancies-page .alerts_mobile_content {
  display: none;
  margin: 0 10px;
  padding: 0 16px 8px;
  border-top: 1px solid #cccccc;
  background: #f7f7f7;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.vacancies-page .jobs-loop:not(:empty) ~ .empty_state_box {
    display: none;
}
.vacancies-page .jobs-loop:empty ~ #js_paginator-block {
    display: none;
}

.vacancies-page .alerts_mobile_content .quick-filters {
  background: inherit !important;
  border: none;
  margin: 0;
  box-shadow: none;
}
.vacancies-page .alerts_mobile_content .quick-filters-header {
  display: none;
}

.vacancies-page .create_profile_cta {
  display: flex;
  margin: -10px 0 24px;
  padding: 24px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  border-radius: 16px;
  background: #f3f5fb;
  @media screen and (max-width: 768px) {
    /*margin-top: 0;*/
  }
}
.vacancies-page .create_profile_cta_info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  text-align: center;
}
.vacancies-page .create_profile_cta_button {
  display: flex;
  padding: 12px 32px;
  justify-content: center;
  align-items: center;
}

.vacancies-page .job_card.is_expired {
  opacity: 0.4;
  background-color: #f0f0f0;
}
.vacancies-page .job_card.is_expired .round_btn {
  pointer-events: none;
}



.job_categories_all {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 16px;
  background: #ffffff;
  width: 100%;
}
.popular_search_queries {
  margin-top: 16px;
}
.job_categories_all__title {
  display: flex;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  flex: 1 0 0;
  color: #4f4f4f;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}
.job_categories_all__container {
  align-self: stretch;
  columns: 2;
  column-gap: 48px;
  column-fill: balance;
  width: 100%;

  @media screen and (max-width: 768px) {
    columns: 1;
    column-gap: 0;
  }
}
.job_categories_all__block {
  display: inline-block;
  width: 100%;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  margin: 0 0 16px;
  overflow: hidden;
}
.job_categories_all__parent-row {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin: 0 0 8px;
}
.job_categories_all__parent {
  display: inline-block;
  color: #2b2b2b;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  margin: 0;
}
.job_categories_all__toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  touch-action: manipulation;
}
.job_categories_all__toggle-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2720%27%20height%3D%2720%27%20viewBox%3D%270%200%2020%2020%27%20fill%3D%27none%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cpath%20d%3D%27M14.7969%2012.1712L9.99884%207.83594L5.20081%2012.1712%27%20stroke%3D%27%234F4F4F%27%20stroke-width%3D%271.5%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%2F%3E%3C%2Fsvg%3E") center / 20px 20px no-repeat;
  transition: transform 200ms ease;
  transform: rotate(180deg);
}
.job_categories_all__block.is-open .job_categories_all__toggle-icon {
  transform: rotate(0deg);
}

.job_categories_all__children {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 8px 16px;
}

.job_categories_all__child {
  color: #2b2b2b;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .job_categories_all__toggle {
    display: inline-flex;
  }

  .job_categories_all__block {
    margin: 0 0 4px;
  }

  .job_categories_all__block.is-open {
    margin: 0 0 16px;
  }

  .job_categories_all__children {
    display: none;
  }

  .job_categories_all__block.is-open .job_categories_all__children {
    display: inline-flex;
  }
}
/* Notice block: relevant options with different employment format (zero main results, but count_if_format_any > 0) */
.vacancies-page .notice_block {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 24px;
  padding: 14px 16px;
  background-color: #fef5eb;
  border: 1px solid #e8c9a0;
  border-radius: 8px;
}
.vacancies-page .notice_block__icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
  font-family: Georgia, serif;
  color: #c77a2c;
  background-color: #fff;
  border: 1px solid #e8c9a0;
  border-radius: 50%;
}
.vacancies-page .notice_block__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: #010101;
}
.vacancies-page .notice_block__text b {
  font-weight: 700;
}
.vacancies-page .notice_block__link {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  color: #c77a2c;
  font-weight: 600;
  text-decoration: underline;
  white-space: nowrap;
}
.vacancies-page .notice_block__link:hover {
  color: #a65f1f;
}
.vacancies-page .jobs-if-format-any__show-all {
  margin: 20px 0 0;
  font-size: 15px;
}
.vacancies-page .jobs-if-format-any__link {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  color: var(--happy-purple, #6b4ce6);
  font-weight: 600;
  text-decoration: underline;
}
.vacancies-page .jobs-if-format-any__link:hover {
  text-decoration: none;
}

.empty_state_box .subtitle{
  line-height: 23px;
  color: #737373 !important;
}
/* Jobs search sidebar: city filter (input + fake_click + results) */
.js__jobs-search-city {
  position: relative;
}
.js__jobs-search-city .filters-group__wrap {
  position: relative;
}
.js__jobs-search-city .city_selector.hm-input {
  position: relative;
  display: block;
  min-height: 53px;
}
.js__jobs-search-city .city_selector .js__jobs-search-city-input {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  min-height: 51px;
  padding: 12px 25px !important;
  border: 1px solid #ccc;
  border-radius: 40px;
  font-size: 16px;
  line-height: 1.4;
  box-sizing: border-box;
  background: #fff;
  display: block;
}
.js__jobs-search-city .city_selector.active .js__jobs-search-city-input {
  border-color: #525252;
  z-index: 1;
}
/* Selected cities as removable tags below input */
.js__jobs-search-city .js__jobs-search-city-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
  min-height: 0;
}
.js__jobs-search-city .js__jobs-search-city-tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 8px;
  font-size: 12px;
  line-height: 1.3;
  color: #212126;
  background: #eee;
  border-radius: 16px;
  border: 1px solid #ddd;
}
.js__jobs-search-city .js__jobs-search-city-tag-text {
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.js__jobs-search-city .js__jobs-search-city-tag-remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  color: #666;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  border-radius: 50%;
}
.js__jobs-search-city .js__jobs-search-city-tag-remove:hover {
  color: #212126;
  background: rgba(0,0,0,0.08);
}
/* Results dropdown: hidden by default, same width as input */
.js__jobs-search-city .js__jobs-search-city-results {
  display: none !important;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 100%;
  margin-top: 4px;
  z-index: 20;
  overflow: visible;
}
.js__jobs-search-city .js__jobs-search-city-results.is-open {
  display: block !important;
}
.js__jobs-search-city .js__jobs-search-city-results .results {
  width: 100%;
  max-height: 280px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 16px;
  box-sizing: border-box;
}
.js__jobs-search-city .js__jobs-search-city-results .results_info,
.js__jobs-search-city .js__jobs-search-city-results .results_selected,
.js__jobs-search-city .js__jobs-search-city-results .results_popular {
  padding: 4px 0;
}
/* Ensure preloaded popular cities list is visible when dropdown opens on click */
.js__jobs-search-city .js__jobs-search-city-results.is-open .js__jobs-search-city-popular {
  display: block;
}
.js__jobs-search-city .js__jobs-search-city-results .filters-group__item.select_cp {
  padding: 0 25px!important;
  margin: 0;
}
.js__jobs-search-city .js__jobs-search-city-results .filters-group__item.select_cp:hover {
  background: rgb(204 204 204 / 20%);
}
.js__jobs-search-city .js__jobs-search-city-results .empty_res {
  padding: 12px 16px;
  color: #8b8b8b;
}
.partner_job {
  border-radius: 30px;
  border: 1px #dbdbdb solid;
  padding: 3px 4px;
  font-size: 12px;
  line-height: 1.3;
  color: #575757;
  position: relative;
  top: -2px;
}
.partner_job::before {
  content: '' !important;
}
