/* Keep the search link aligned with the other items inside the information mega-menu. */
.dropdown .dropdown-links a.nav-search {
  justify-content: flex-start;
}

.dropdown .dropdown-links a.nav-search > .icon {
  width: 17px;
  height: 17px;
}

.form-field input[aria-invalid="true"] {
  border-color: #c9796f;
  box-shadow: 0 0 0 3px #fff0ed;
}

@media (min-width: 951px) {
  .main-nav > .nav-entry:first-child > button {
    padding-left: 12px;
  }
}

.wizard-progress-step {
  cursor: default;
}

.wizard-progress-step:not(.is-active):hover {
  background: transparent;
}

/* Match the reviews FAQ accordion to the shared FAQ card treatment. */
body[data-page-path="/otzyvy/"] .feedback-faq .faq-list {
  display: grid;
  gap: 12px;
  max-width: 980px;
}

body[data-page-path="/otzyvy/"] .feedback-faq details {
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 6px 22px rgba(31, 77, 109, 0.035);
}

body[data-page-path="/otzyvy/"] .feedback-faq summary {
  position: relative;
  padding: 18px 34px 18px 0;
  color: var(--heading);
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

body[data-page-path="/otzyvy/"] .feedback-faq summary::-webkit-details-marker {
  display: none;
}

body[data-page-path="/otzyvy/"] .feedback-faq summary::after {
  position: absolute;
  top: 13px;
  right: 2px;
  color: var(--blue);
  font-size: 1.55rem;
  content: "+";
}

body[data-page-path="/otzyvy/"] .feedback-faq details[open] summary::after {
  content: "–";
}

body[data-page-path="/otzyvy/"] .feedback-faq .faq-plus {
  display: none;
}

body[data-page-path="/otzyvy/"] .feedback-faq .faq-answer {
  padding: 0 34px 18px 0;
  color: var(--ink);
  line-height: 1.68;
}

.vy-hero-photo,
.simple-hero-photo .geography-photo {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.vy-hero-photo {
  margin-bottom: 20px;
  border-radius: 14px;
}

.simple-page-hero.geography-page-hero {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 480px);
}

.simple-hero-photo {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #edf6fc;
  box-shadow: 0 12px 34px rgba(29, 62, 87, 0.075);
}

@media (max-width: 950px) {
  .simple-page-hero.geography-page-hero {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
    gap: 26px;
  }
}

@media (max-width: 700px) {
  .simple-page-hero.geography-page-hero {
    display: block;
  }

  .simple-hero-photo {
    max-width: 620px;
    margin-top: 24px;
    border-radius: 17px;
  }
}
