/*
 * Sea View Cyprus reference palette.
 * Loaded after the shared Velaris foundations and scoped to .sv-site.
 */
.sv-site {
  --sv-navy: #090909;
  --sv-navy-soft: #181818;
  --sv-blue: #090909;
  --sv-sea: #eeeeec;
  --sv-sand: #f3f3f1;
  --sv-gold: #f50868;
  --sv-cream: #fff;
  --sv-white: #fff;
  --sv-ink: #0b0b0b;
  --sv-line: rgba(9, 9, 9, .14);
  --sv-pink: #f50868;
  --sv-coral: #ff5a36;
  --sv-gray: #f3f3f1;
  --sv-muted: #666;
  --vl-gold: var(--sv-pink);
  --vl-gold-soft: #ff75aa;
  --vl-charcoal: #090909;
  --vl-charcoal-2: #181818;
  --vl-ivory: #fff;
  --vl-ivory-soft: var(--sv-gray);
  --vl-ink: var(--sv-ink);
  --vl-line: var(--sv-line);
  background: #fff;
  color: var(--sv-ink);
}

.sv-site h1,
.sv-site h2,
.sv-site h3,
.sv-site h4 {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  letter-spacing: -.04em;
}

.sv-header.is-scrolled {
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid var(--sv-line);
  box-shadow: 0 8px 30px rgba(0, 0, 0, .05);
}

.sv-header.is-scrolled .sv-nav {
  background: transparent;
  border-color: transparent;
}

.sv-header.is-scrolled .sv-brand-copy,
.sv-header.is-scrolled .sv-nav .nav-link,
.sv-header.is-scrolled .sv-concierge-link {
  color: var(--sv-ink);
}

.sv-header.is-scrolled .sv-brand-mark,
.sv-header.is-scrolled .sv-concierge-link {
  border-color: var(--sv-line);
}

.sv-header.is-scrolled .vl-mobile-toggle {
  filter: invert(1);
}

.sv-header:not(.is-scrolled) .sv-concierge-link,
.sv-header:not(.is-scrolled) .sv-concierge-link:hover,
.sv-header:not(.is-scrolled) .sv-concierge-link:focus {
  color: #fff;
}

.sv-header.is-scrolled .sv-concierge-link:hover,
.sv-header.is-scrolled .sv-concierge-link:focus {
  color: var(--sv-ink);
}

.sv-offcanvas .vl-btn,
.sv-offcanvas .vl-btn:visited,
.sv-offcanvas .vl-btn:hover,
.sv-offcanvas .vl-btn:focus {
  color: #fff;
}

/* Sea View client access: scoped so CMS and account administration stay intact. */
.sv-site .mt-auth {
  position: relative;
  padding: clamp(3.5rem, 7vw, 7rem) 0;
  background: var(--sv-gray);
}

.sv-site .mt-auth::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: var(--sv-line);
}

.sv-site .mt-auth .mt-auth-grid {
  grid-template-columns: minmax(360px, .9fr) minmax(440px, 1.1fr);
  gap: 0;
  max-width: 1260px;
  margin-inline: auto;
  background: #fff;
  box-shadow: 0 28px 80px rgba(9, 9, 9, .1);
}

.sv-site .mt-auth .mt-auth-aside,
.sv-site .mt-auth .mt-auth-card {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.sv-site .mt-auth .mt-auth-aside {
  position: relative;
  display: flex;
  min-height: 690px;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2.25rem, 4vw, 4.75rem);
  overflow: hidden;
  background:
    linear-gradient(0deg, rgba(9, 9, 9, .94), rgba(9, 9, 9, .18) 78%),
    url('../img/seaview/image8.jpg') center / cover;
  color: #fff;
}

.sv-site .mt-auth .mt-auth-aside::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--sv-pink);
}

.sv-site .mt-auth .mt-auth-aside > * {
  position: relative;
  z-index: 1;
}

.sv-site .mt-auth .mt-auth-kicker {
  align-self: flex-start;
  margin-bottom: 1.5rem;
  padding: .55rem .85rem;
  border-radius: 0;
  background: var(--sv-pink);
  color: #fff;
  font-size: .62rem;
  letter-spacing: .2em;
}

.sv-site .mt-auth .mt-auth-title {
  max-width: 10ch;
  margin-bottom: 1.25rem;
  color: #fff;
  font-size: clamp(2.75rem, 4.2vw, 5rem);
  font-weight: 400;
  line-height: .95;
  letter-spacing: -.055em;
}

.sv-site .mt-auth .mt-auth-subtitle {
  max-width: 37rem;
  color: rgba(255, 255, 255, .78);
  font-size: 1rem;
  line-height: 1.75;
}

.sv-site .mt-auth .mt-auth-points {
  gap: 0;
  margin-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, .25);
}

.sv-site .mt-auth .mt-auth-points li {
  gap: .85rem;
  padding: .9rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
  color: rgba(255, 255, 255, .88);
  font-size: .82rem;
}

.sv-site .mt-auth .mt-auth-points i {
  width: 1.1rem;
  color: var(--sv-pink);
  text-align: center;
}

.sv-site .mt-auth .mt-auth-card {
  align-self: stretch;
  padding: clamp(2.5rem, 5vw, 5.75rem);
  background: #fff;
}

.sv-site .mt-auth .mt-auth-card::before {
  content: 'Private client access';
  display: block;
  margin-bottom: 1.4rem;
  color: var(--sv-pink);
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.sv-site .mt-auth .mt-auth-card-title {
  margin-bottom: .65rem;
  color: var(--sv-ink);
  font-size: clamp(2.15rem, 3vw, 3.25rem);
  font-weight: 400;
  letter-spacing: -.045em;
}

.sv-site .mt-auth .mt-auth-card-subtitle {
  margin-bottom: 2rem;
  color: var(--sv-muted);
  line-height: 1.7;
}

.sv-site .mt-auth .mt-auth-form .form-label {
  margin-bottom: .55rem;
  color: var(--sv-ink);
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.sv-site .mt-auth .mt-auth-form .form-control {
  min-height: 52px;
  padding: .8rem 1rem;
  border: 1px solid var(--sv-line);
  border-radius: 0;
  background: #fafafa;
  color: var(--sv-ink);
  box-shadow: none;
}

.sv-site .mt-auth .mt-auth-form .form-control::placeholder {
  color: #999;
}

.sv-site .mt-auth .mt-auth-form .form-control:focus {
  border-color: var(--sv-pink);
  background: #fff;
  box-shadow: 0 0 0 2px rgba(245, 8, 104, .1);
}

.sv-site .mt-auth .form-check-input {
  border-color: rgba(9, 9, 9, .32);
  border-radius: 0;
}

.sv-site .mt-auth .form-check-input:checked {
  border-color: var(--sv-pink);
  background-color: var(--sv-pink);
}

.sv-site .mt-auth .form-check-label,
.sv-site .mt-auth .mt-auth-foot p {
  color: var(--sv-muted);
}

.sv-site .mt-auth a {
  color: var(--sv-ink);
  text-decoration-color: var(--sv-pink);
  text-decoration-line: underline;
  text-underline-offset: .25em;
}

.sv-site .mt-auth a:hover {
  color: var(--sv-pink);
}

.sv-site .mt-auth .mt-btn-primary {
  min-height: 52px;
  border: 1px solid var(--sv-pink);
  border-radius: 0;
  background: var(--sv-pink);
  color: #fff;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.sv-site .mt-auth .mt-btn-primary:hover,
.sv-site .mt-auth .mt-btn-primary:focus {
  border-color: var(--sv-ink);
  background: var(--sv-ink);
  color: #fff;
}

.sv-site .mt-auth .mt-auth-captcha {
  max-width: 100%;
  overflow: hidden;
}

.sv-site .mt-auth .alert {
  border: 0;
  border-left: 3px solid currentColor;
  border-radius: 0;
}

@media (max-width: 991.98px) {
  .sv-site .mt-auth .mt-auth-grid {
    grid-template-columns: 1fr;
  }

  .sv-site .mt-auth .mt-auth-aside {
    min-height: 470px;
  }

  .sv-site .mt-auth .mt-auth-title {
    max-width: 13ch;
  }
}

@media (max-width: 575.98px) {
  .sv-site .mt-auth {
    padding: 1rem 0 2.5rem;
  }

  .sv-site .mt-auth .mt-auth-aside {
    min-height: 390px;
    padding: 2rem 1.5rem;
  }

  .sv-site .mt-auth .mt-auth-title {
    font-size: clamp(2.6rem, 13vw, 3.6rem);
  }

  .sv-site .mt-auth .mt-auth-card {
    padding: 2.25rem 1.5rem 2.75rem;
  }

  .sv-site .mt-auth .mt-auth-card-title {
    font-size: 2.2rem;
  }
}

@media (min-width: 1200px) {
  .sv-nav {
    position: relative;
    padding-inline: clamp(1rem, 2vw, 2rem);
    overflow: visible;
  }

  .sv-nav-desktop {
    display: contents !important;
  }

  .sv-nav-side {
    position: absolute;
    top: 50%;
    display: flex;
    align-items: center;
    min-width: 0;
    transform: translateY(-50%);
  }

  .sv-nav-left {
    right: calc(50% + 62px);
    justify-content: flex-end;
  }

  .sv-nav-right {
    left: calc(50% + 62px);
    justify-content: flex-start;
    gap: clamp(.8rem, 1.5vw, 1.6rem);
  }

  .sv-nav-side .navbar-nav {
    flex-direction: row;
    justify-content: inherit;
  }

  .sv-nav-side .nav-link {
    padding-inline: clamp(.42rem, .65vw, .78rem) !important;
    white-space: nowrap;
  }

  .sv-center-emblem {
    position: absolute;
    top: 50%;
    left: 50%;
    display: grid;
    width: 96px;
    height: 96px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .38);
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 8px 28px rgba(0, 0, 0, .14);
    overflow: hidden;
    transform: translate(-50%, -50%);
    transition: transform .3s ease, box-shadow .3s ease;
  }

  .sv-center-emblem:hover {
    transform: translate(-50%, -50%) translateY(-2px);
    box-shadow: 0 12px 34px rgba(0, 0, 0, .2);
  }

  .sv-center-emblem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .sv-header.is-scrolled .sv-center-emblem {
    width: 82px;
    height: 82px;
    border-color: var(--sv-line);
    box-shadow: 0 6px 20px rgba(0, 0, 0, .09);
  }

  .sv-nav-right .sv-concierge-link {
    flex: 0 0 auto;
    padding-left: clamp(.8rem, 1.25vw, 1.4rem);
    white-space: nowrap;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .sv-nav {
    padding-inline: .7rem;
  }

  .sv-nav-left {
    right: calc(50% + 58px);
  }

  .sv-nav-right {
    left: calc(50% + 58px);
    gap: .45rem;
  }

  .sv-nav-side .nav-link {
    padding-inline: .36rem !important;
    font-size: .58rem;
    letter-spacing: .11em;
  }

  .sv-center-emblem {
    width: 90px;
    height: 90px;
  }

  .sv-nav-right .sv-concierge-link {
    padding-left: .7rem;
    font-size: .57rem;
    letter-spacing: .1em;
  }
}

.sv-concierge-link i,
.sv-site .vl-property-card-location i,
.sv-site .vl-property-card-meta i,
.sv-site .vl-property-amenities i,
.sv-property-meta a,
.sv-pathway > div > span,
.sv-pathway a,
.sv-journal-grid a,
.sv-network-grid article > span,
.sv-footer-conversation {
  color: var(--sv-pink);
}

.sv-hero-media,
.sv-pathway > img,
.sv-private-bg,
.sv-social-images img,
.sv-ambassador img {
  filter: grayscale(100%);
}

.sv-hero-shade {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .79) 0%, rgba(0, 0, 0, .34) 52%, rgba(0, 0, 0, .08) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, .7) 0%, transparent 55%);
}

.sv-eyebrow::before,
.sv-scroll-cue span {
  background: var(--sv-pink);
}

.sv-eyebrow b,
.sv-site .vl-property-featured,
.sv-site .vl-badge,
.sv-property-image > span {
  background: var(--sv-pink);
  color: #fff;
}

.sv-site .vl-btn {
  background: transparent;
  border: 1px solid var(--sv-pink);
  border-radius: 0;
  color: var(--sv-ink);
}

.sv-site .vl-btn:hover {
  background: var(--sv-pink);
  border-color: var(--sv-pink);
  color: #fff;
}

.sv-hero .vl-btn,
.sv-private-access .vl-btn {
  color: #fff;
}

/* Pink-outline CTAs sit on both light and dark surfaces. Keep their label and
   icon readable whenever the surrounding section is dark. */
.sv-site .vl-cta-band .vl-btn,
.sv-site .vl-cta-band .vl-btn:visited,
.sv-site .vl-section-dark .vl-btn,
.sv-site .vl-section-dark .vl-btn:visited,
.sv-site .vl-page-hero .vl-btn,
.sv-site .vl-page-hero .vl-btn:visited,
.sv-site .sv-hero .vl-btn,
.sv-site .sv-hero .vl-btn:visited,
.sv-site .sv-private-access .vl-btn,
.sv-site .sv-private-access .vl-btn:visited,
.sv-offcanvas .vl-btn,
.sv-offcanvas .vl-btn:visited {
  color: #fff;
}

.sv-site .vl-cta-band .vl-btn:hover,
.sv-site .vl-cta-band .vl-btn:focus,
.sv-site .vl-section-dark .vl-btn:hover,
.sv-site .vl-section-dark .vl-btn:focus,
.sv-site .vl-page-hero .vl-btn:hover,
.sv-site .vl-page-hero .vl-btn:focus,
.sv-site .sv-hero .vl-btn:hover,
.sv-site .sv-hero .vl-btn:focus,
.sv-site .sv-private-access .vl-btn:hover,
.sv-site .sv-private-access .vl-btn:focus,
.sv-offcanvas .vl-btn:hover,
.sv-offcanvas .vl-btn:focus {
  color: #fff;
}

.sv-text-link:hover {
  color: var(--sv-pink);
}

.sv-text-link-dark {
  color: var(--sv-ink);
  border-color: rgba(9, 9, 9, .35);
}

.sv-trust {
  background: #fff;
  color: var(--sv-ink);
  border-bottom: 1px solid var(--sv-line);
}

.sv-trust-grid span,
.sv-network-grid article {
  border-color: var(--sv-line);
}

.sv-trust-grid i {
  color: var(--sv-pink);
}

.sv-golden,
.sv-network,
.sv-concierge {
  background: var(--sv-gray);
}

.sv-visual-label {
  background: var(--sv-pink);
}

.sv-golden-visual .sv-golden-infographic {
  aspect-ratio: 1624 / 968;
  object-fit: contain;
  background: #fff;
}

/* Keep the supplied Golden Visa artwork in the foreground. */
.sv-golden {
  padding-block: clamp(4rem, 6.5vw, 7rem);
  overflow: hidden;
}

.sv-golden .vl-shell {
  max-width: 1680px;
}

.sv-golden-grid {
  grid-template-columns: minmax(0, 1.62fr) minmax(340px, .68fr);
  gap: clamp(2.5rem, 4.5vw, 5.5rem);
}

.sv-golden-visual {
  position: relative;
  z-index: 2;
}

.sv-golden-image-link {
  display: block;
  color: var(--sv-ink);
  text-decoration: none;
}

.sv-golden-visual .sv-golden-infographic {
  display: block;
  width: 100%;
  height: auto;
  box-shadow:
    24px 26px 0 rgba(245, 8, 104, .08),
    0 28px 70px rgba(9, 9, 9, .13);
  transition: transform .45s ease, box-shadow .45s ease;
}

.sv-golden-image-link:hover .sv-golden-infographic {
  transform: translateY(-5px);
  box-shadow:
    28px 32px 0 rgba(245, 8, 104, .11),
    0 34px 80px rgba(9, 9, 9, .16);
}

.sv-golden-expand {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: .6rem;
  margin-top: 1.35rem;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.sv-golden-expand i {
  color: var(--sv-pink);
  font-size: .9rem;
}

.sv-golden .sv-content-narrow h2 {
  max-width: 9ch;
  font-size: clamp(2.75rem, 3.8vw, 4.9rem);
  line-height: .94;
}

.sv-golden .sv-content-narrow > p {
  max-width: 38rem;
}

@media (max-width: 1199.98px) {
  .sv-golden-grid {
    grid-template-columns: minmax(0, 1.28fr) minmax(320px, .72fr);
    gap: clamp(2rem, 4vw, 3.5rem);
  }

  .sv-golden .sv-content-narrow h2 {
    font-size: clamp(2.5rem, 4.4vw, 4.1rem);
  }
}

@media (max-width: 991.98px) {
  .sv-golden-grid {
    grid-template-columns: 1fr;
  }

  .sv-golden-visual {
    order: 0;
  }

  .sv-golden .sv-content-narrow {
    order: 1;
    max-width: 760px;
  }

  .sv-golden .sv-content-narrow h2 {
    max-width: 12ch;
  }
}

@media (max-width: 575.98px) {
  .sv-golden-visual .sv-golden-infographic {
    box-shadow:
      10px 12px 0 rgba(245, 8, 104, .08),
      0 20px 45px rgba(9, 9, 9, .12);
  }

  .sv-golden-expand {
    justify-content: flex-start;
    margin-top: 1rem;
  }
}

.sv-content-narrow > p,
.sv-section-heading p,
.sv-property-meta p,
.sv-network-grid p,
.sv-fact-list span,
.sv-empty-state,
.sv-logo-placeholders i {
  color: var(--sv-muted);
}

.sv-fact-list strong,
.sv-property-meta strong,
.sv-concierge h2 {
  color: var(--sv-ink);
}

.sv-empty-state {
  background: var(--sv-gray);
}

.sv-manifesto {
  background: #fff;
  color: var(--sv-ink);
  border-block: 1px solid var(--sv-line);
}

.sv-manifesto h2,
.sv-manifesto .sv-large-copy {
  color: var(--sv-ink);
}

.sv-manifesto .sv-eyebrow,
.sv-concierge .sv-eyebrow {
  color: var(--sv-muted);
}

.sv-service-list li {
  color: var(--sv-muted);
  border-bottom-color: var(--sv-line);
}

.sv-manifesto .sv-text-link,
.sv-social-copy .sv-text-link {
  color: var(--sv-ink);
  border-bottom-color: var(--sv-pink);
}

.sv-pathway::after {
  background: linear-gradient(0deg, rgba(0, 0, 0, .92), rgba(0, 0, 0, .04) 72%);
}

.sv-private-bg {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, .42)),
    url('../img/seaview/image8.jpg') center / cover;
}

.sv-ambassador {
  background: #090909;
}

.sv-journal,
.sv-social,
.sv-footer {
  background: #fff;
}

.sv-journal-grid span {
  color: var(--sv-pink);
}

.sv-social {
  border-top: 1px solid var(--sv-line);
}

.sv-social-copy,
.sv-social-copy h2 {
  color: var(--sv-ink);
}

.sv-social-copy .sv-eyebrow,
.sv-social-copy p {
  color: var(--sv-muted);
}

.sv-concierge,
.sv-footer {
  border-top: 1px solid var(--sv-line);
}

.sv-footer {
  color: var(--sv-muted);
}

.sv-footer .sv-brand-copy,
.sv-footer h4,
.sv-footer a {
  color: var(--sv-ink);
}

.sv-footer li {
  color: var(--sv-muted);
}

.sv-footer-top,
.sv-footer-grid,
.sv-footer .vl-footer-bottom,
.sv-footer .vl-socials a {
  border-color: var(--sv-line);
}

.sv-footer .vl-socials a:hover {
  background: var(--sv-pink);
  border-color: var(--sv-pink);
  color: #fff;
}

.sv-site ::selection {
  background: var(--sv-pink);
  color: #fff;
}

.sv-site :is(a, button, input, textarea, select):focus-visible {
  outline: 2px solid var(--sv-pink);
  outline-offset: 3px;
}

/* Compact editorial property search bar. */
.sv-site .vl-property-filter {
  display: grid;
  grid-template-columns:
    minmax(135px, .82fr)
    minmax(135px, .82fr)
    minmax(205px, 1.28fr)
    minmax(150px, .95fr)
    minmax(105px, .62fr)
    auto;
  gap: 0;
  align-items: stretch;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--sv-line);
  border-top: 3px solid var(--sv-pink);
  background: #fff;
  box-shadow: 0 18px 55px rgba(9, 9, 9, .08);
}

.sv-site .vl-property-filter > div:not(.vl-property-filter-actions) {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 1.15rem 1.25rem;
  border-right: 1px solid var(--sv-line);
  transition: background-color .25s ease, box-shadow .25s ease;
}

.sv-site .vl-property-filter > div:not(.vl-property-filter-actions):focus-within {
  background: #fafafa;
  box-shadow: inset 0 -2px 0 var(--sv-pink);
}

.sv-site .vl-property-filter label {
  margin: 0 0 .48rem;
  color: #777;
  font-size: .59rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.sv-site .vl-property-filter .vl-form-select {
  width: 100%;
  min-height: 30px;
  padding: 0 2rem 0 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  color: var(--sv-ink);
  font-size: .92rem;
  font-weight: 500;
  line-height: 1.25;
  box-shadow: none;
  cursor: pointer;
}

.sv-site .vl-property-filter .vl-form-select:focus {
  border: 0;
  box-shadow: none;
}

.sv-site .vl-property-filter-actions {
  display: flex;
  min-width: 250px;
  gap: 0;
}

.sv-site .vl-property-filter-actions .btn {
  display: inline-flex;
  min-width: 125px;
  min-height: 100%;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  margin: 0;
  padding: 1rem 1.2rem;
  border: 0;
  border-radius: 0;
  font-size: .64rem;
  letter-spacing: .14em;
}

.sv-site .vl-property-filter-actions .vl-btn {
  background: var(--sv-pink);
  color: #fff;
}

.sv-site .vl-property-filter-actions .vl-btn:hover {
  background: var(--sv-ink);
  color: #fff;
}

.sv-site .vl-property-filter-actions .vl-btn-outline {
  border-left: 1px solid var(--sv-line);
  background: #fff;
  color: var(--sv-ink);
}

.sv-site .vl-property-filter-actions .vl-btn-outline:hover {
  background: var(--sv-gray);
  color: var(--sv-pink);
}

.sv-property-representative {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  margin: 1.25rem 0;
  padding: 1.15rem 0;
  border-top: 1px solid rgba(255, 255, 255, .16);
  border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.sv-property-representative > span {
  color: var(--sv-pink);
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.sv-property-representative > strong {
  margin-bottom: .25rem;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.65rem;
  font-weight: 500;
}

.sv-property-representative > a {
  display: flex;
  align-items: center;
  gap: .65rem;
  color: #fff;
  font-size: .8rem;
  overflow-wrap: anywhere;
}

.sv-property-representative > a i {
  width: 1rem;
  color: var(--sv-pink);
}

.sv-property-representative > a:hover {
  color: var(--sv-pink);
}

@media (max-width: 1199.98px) {
  .sv-site .vl-property-filter {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sv-site .vl-property-filter > div:nth-child(3) {
    border-right: 0;
  }

  .sv-site .vl-property-filter > div:nth-child(-n+3) {
    border-bottom: 1px solid var(--sv-line);
  }

  .sv-site .vl-property-filter-actions {
    min-width: 0;
  }
}

@media (max-width: 767.98px) {
  .sv-site .vl-property-filter {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sv-site .vl-property-filter > div:not(.vl-property-filter-actions) {
    min-height: 88px;
    border-right: 1px solid var(--sv-line);
    border-bottom: 1px solid var(--sv-line);
  }

  .sv-site .vl-property-filter > div:nth-child(even):not(.vl-property-filter-actions) {
    border-right: 0;
  }

  .sv-site .vl-property-filter > div:nth-child(5) {
    grid-column: 1 / -1;
    border-right: 0;
  }

  .sv-site .vl-property-filter-actions {
    grid-column: 1 / -1;
    min-height: 58px;
  }

  .sv-site .vl-property-filter-actions .btn {
    flex: 1 1 50%;
  }
}

@media (max-width: 479.98px) {
  .sv-site .vl-property-filter {
    grid-template-columns: 1fr;
  }

  .sv-site .vl-property-filter > div:not(.vl-property-filter-actions),
  .sv-site .vl-property-filter > div:nth-child(5) {
    grid-column: auto;
    min-height: 82px;
    border-right: 0;
  }
}
