/* ==========================================================================
   Serva Occasions – stijl in lijn met de modelpagina's (dev.servamobility.nl/ex60)
   Gebruikt de --sv-* variabelen en Volvo Centrum-fonts van het thema, met fallback.
   ========================================================================== */
.sov {
  --o-black: var(--sv-black, #050505);
  --o-text: var(--sv-text, #111);
  --o-muted: var(--sv-muted, #62666c);
  --o-line: var(--sv-line, rgba(0,0,0,.1));
  --o-soft: var(--sv-soft, #f6f6f4);
  --o-soft-2: var(--sv-soft-2, #eeeeeb);
  --o-font: var(--sv-font-base, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif);
  --o-font-volvo: var(--sv-font-volvo, "Volvo Centrum Text", var(--o-font));
  --o-font-display: var(--sv-font-volvo-display, "Volvo Centrum Display", var(--o-font-volvo));
  --o-radius: 28px;
  --o-radius-sm: 16px;
  --o-shadow: 0 18px 50px rgba(0,0,0,.08);
  --o-gutter: var(--sv-page-gutter, clamp(20px, 4vw, 56px));
  color: var(--o-text);
  font-family: var(--o-font);
  -webkit-font-smoothing: antialiased;
}
.sov *, .sov *::before, .sov *::after { box-sizing: border-box; }
.sov img { max-width: 100%; display: block; }
.sov-wrap { max-width: var(--sv-container-wide, 1480px); margin: 0 auto; padding: 0 var(--o-gutter); }
.sov-eyebrow { font-size: 12px; letter-spacing: .22em; text-transform: uppercase; color: var(--o-muted); margin: 0 0 14px; }
.sov-eyebrow a { color: inherit; text-decoration: none; }
.sov-eyebrow span { opacity: .5; margin: 0 4px; }
.sov-display { font-family: var(--o-font-display); font-weight: 420; font-size: clamp(44px, 7vw, 96px); line-height: .95; letter-spacing: -.055em; margin: 0; }
.sov-h2 { font-family: var(--o-font-display); font-weight: 420; font-size: clamp(30px, 3.6vw, 48px); line-height: 1.05; letter-spacing: -.045em; margin: 0; }
.sov-muted { color: var(--o-muted); }
.sov-center { text-align: center; margin-top: 36px; }
.sov-link { font-family: var(--o-font-volvo); font-weight: 700; color: var(--o-text); text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 3px; }
.sov-ico { width: 20px; height: 20px; flex: none; }

/* Knoppen */
.sov-pill { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 52px; padding: 0 28px; border-radius: 999px; background: var(--o-black); color: #fff !important; border: 1px solid var(--o-black); font: 650 15px/1 var(--o-font); text-decoration: none !important; cursor: pointer; transition: transform .2s, background .2s, color .2s; white-space: nowrap; }
.sov-pill:hover { transform: translateY(-1px); background: #262626; }
.sov-pill--ghost { background: #fff; color: var(--o-black) !important; border-color: var(--o-line); }
.sov-pill--ghost:hover { background: var(--o-soft-2); }
.sov-pill--light { background: #fff; color: var(--o-black) !important; border-color: #fff; }
.sov-pill--light:hover { background: var(--o-soft-2); }
.sov-dark .sov-pill--ghost { background: transparent; color: #fff !important; border-color: rgba(255,255,255,.3); }

/* Secties */
.sov-section { padding: clamp(64px, 9vw, 130px) 0; }
.sov-soft { background: var(--o-soft); }
.sov-dark { background: var(--o-black); color: #fff; }
.sov-dark .sov-head p, .sov-muted-light { color: rgba(255,255,255,.64); }
.sov-head { text-align: center; max-width: 760px; margin: 0 auto clamp(36px, 5vw, 64px); }
.sov-head p { color: var(--o-muted); font-size: 18px; line-height: 1.55; margin: 16px 0 0; }
.sov-head--row { display: flex; justify-content: space-between; align-items: end; max-width: none; text-align: left; gap: 20px; }
.sov-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 2fr); gap: clamp(32px, 6vw, 100px); align-items: start; }

/* Sub-navigatie (verschijnt na de hero) */
.sov-subnav { position: sticky; top: var(--wp-admin--admin-bar--height, 0px); z-index: 50; background: #171717; color: #fff; transform: translateY(-100%); opacity: 0; pointer-events: none; transition: .3s; height: 0; overflow: visible; }
.sov-subnav.is-visible { transform: none; opacity: 1; pointer-events: auto; }
.sov-subnav__in { display: flex; align-items: center; gap: 28px; height: 72px; background: #171717; }
.sov-subnav__brand { font-weight: 650; color: #fff; text-decoration: none; margin-right: auto; }
.sov-subnav__links { display: flex; gap: 26px; }
.sov-subnav__links a { color: rgba(255,255,255,.72); text-decoration: none; font-size: 14px; }
.sov-subnav__links a:hover { color: #fff; }
.sov-subnav__price { font-family: var(--o-font-volvo); font-weight: 700; }
.sov-subnav .sov-pill { min-height: 44px; padding: 0 22px; }

/* Hero */
.sov-hero { background: var(--o-soft); padding: clamp(40px, 6vw, 90px) 0 clamp(40px, 5vw, 70px); overflow: hidden; }
.sov-hero__grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(24px, 4vw, 60px); align-items: center; }
.sov-hero__sub { font-size: clamp(20px, 2vw, 27px); font-weight: 600; letter-spacing: -.025em; margin: 18px 0 0; }
.sov-usps { list-style: none; padding: 0; margin: 24px 0 0; display: flex; flex-wrap: wrap; gap: 8px; }
.sov-usps li { display: inline-flex; align-items: center; gap: 6px; background: #fff; border: 1px solid var(--o-line); border-radius: 999px; padding: 7px 14px 7px 10px; font-size: 14px; }
.sov-usps .sov-ico { width: 16px; height: 16px; }
.sov-hero__price { margin: 34px 0 0; display: flex; flex-direction: column; gap: 2px; }
.sov-hero__price s { color: var(--o-muted); font-size: 18px; }
.sov-hero__price strong { font-family: var(--o-font-display); font-weight: 500; font-size: clamp(38px, 4vw, 56px); letter-spacing: -.04em; line-height: 1; }
.sov-hero__price span { color: var(--o-muted); font-size: 14px; margin-top: 6px; }
.sov-hero__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.sov-hero__call { color: var(--o-muted); font-size: 14px; margin: 18px 0 0; }
.sov-hero__call a { color: var(--o-text); font-weight: 650; }
.sov-status { display: inline-block; margin: 16px 0 0; background: #f0a500; color: #fff; font-weight: 650; font-size: 13px; padding: 6px 12px; border-radius: 999px; }
.sov-status--sold { background: #b3261e; }

.sov-hero__visual { position: relative; }
.sov-hero__visual.is-cutout img { width: 118%; max-width: none; margin-left: -4%; position: relative; z-index: 1; filter: drop-shadow(0 30px 30px rgba(0,0,0,.12)); animation: sov-drive .9s cubic-bezier(.2,.7,.2,1) both; }
.sov-hero__shadow { position: absolute; left: 8%; right: -4%; bottom: 2%; height: 16%; background: radial-gradient(closest-side, rgba(0,0,0,.28), transparent); filter: blur(10px); }
.sov-hero__visual.is-photo img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--o-radius); box-shadow: var(--o-shadow); animation: sov-fade .8s ease both; }
@keyframes sov-drive { from { opacity: 0; transform: translateX(60px); } to { opacity: 1; transform: none; } }
@keyframes sov-fade { from { opacity: 0; transform: scale(.98); } to { opacity: 1; transform: none; } }

.sov-facts { list-style: none; margin: clamp(36px, 5vw, 64px) 0 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); background: #fff; border-radius: var(--o-radius-sm); box-shadow: var(--o-shadow); }
.sov-facts li { padding: 22px 26px; border-left: 1px solid var(--o-line); display: flex; flex-direction: column; gap: 4px; }
.sov-facts li:first-child { border-left: 0; }
.sov-facts span { font-size: 13px; color: var(--o-muted); }
.sov-facts strong { font-size: 18px; font-weight: 650; }
.sov-trust { display: flex; flex-wrap: wrap; gap: 10px 26px; margin: 22px 0 0; font-size: 14px; color: var(--o-muted); }
.sov-trust span { display: inline-flex; align-items: center; gap: 6px; }
.sov-trust .sov-ico { width: 16px; height: 16px; color: var(--o-text); }

/* Foto's */
.sov-photos { padding-bottom: 0; }
.sov-photos__grid { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 14px; aspect-ratio: 16/7; }
.sov-photos__item { position: relative; padding: 0; border: 0; border-radius: var(--o-radius-sm); overflow: hidden; cursor: zoom-in; background: var(--o-soft); }
.sov-photos__item.is-big { grid-row: span 2; border-radius: var(--o-radius); }
.sov-photos__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.sov-photos__item:hover img { transform: scale(1.04); }
.sov-photos__more { position: absolute; inset: 0; display: grid; place-items: center; background: rgba(0,0,0,.45); color: #fff; font-weight: 650; font-size: 18px; }

/* In cijfers */
.sov-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.sov-stat { background: #fff; border: 1px solid var(--o-line); border-radius: var(--o-radius); padding: 28px 28px 26px; min-height: 260px; display: flex; flex-direction: column; box-shadow: 0 10px 30px rgba(0,0,0,.04); }
.sov-stat h3 { font-size: 18px; font-weight: 650; margin: 0 0 8px; letter-spacing: -.01em; }
.sov-stat p { color: var(--o-muted); font-size: 14px; line-height: 1.5; margin: 0; }
.sov-stat__num { margin-top: auto; font-family: var(--o-font-display); font-size: clamp(44px, 4.4vw, 68px); letter-spacing: -.05em; line-height: 1; }
.sov-stat__num small { font-family: var(--o-font); font-size: 14px; letter-spacing: 0; color: var(--o-muted); margin-left: 6px; }
.sov-stat.is-dark { background: var(--o-black); color: #fff; border-color: var(--o-black); }
.sov-stat.is-dark p, .sov-stat.is-dark small { color: rgba(255,255,255,.62); }

/* Hoogtepunten */
.sov-highlights { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.sov-highlight { background: linear-gradient(160deg, #1b1b1b, #0e0e0e); border: 1px solid rgba(255,255,255,.08); border-radius: var(--o-radius); padding: 34px 32px 36px; transition: transform .3s, border-color .3s; }
.sov-highlight:hover { transform: translateY(-4px); border-color: rgba(255,255,255,.2); }
.sov-highlight__ico { width: 56px; height: 56px; border-radius: 50%; background: #fff; color: var(--o-black); display: grid; place-items: center; margin-bottom: 40px; }
.sov-highlight__ico .sov-ico { width: 26px; height: 26px; }
.sov-highlight h3 { font-family: var(--o-font-display); font-weight: 500; font-size: 26px; letter-spacing: -.03em; margin: 0 0 10px; color: #fff; }
.sov-highlight p { margin: 0; color: rgba(255,255,255,.66); line-height: 1.6; }

/* Omschrijving */
.sov-prose { font-size: 18px; line-height: 1.7; color: var(--o-text); }
.sov-prose.is-clamped { max-height: 260px; overflow: hidden; -webkit-mask-image: linear-gradient(#000 60%, transparent); mask-image: linear-gradient(#000 60%, transparent); }
.sov-more-btn { margin-top: 12px; }

/* Opties */
.sov-card-xl { background: #fff; border-radius: var(--o-radius); padding: clamp(24px, 4vw, 48px); box-shadow: var(--o-shadow); }
.sov-tabs { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 6px; margin-bottom: 30px; scrollbar-width: none; }
.sov-tabs button { flex: none; border: 1px solid var(--o-line); background: #fff; color: var(--o-text); border-radius: 999px; padding: 11px 18px; font: 600 14px var(--o-font); cursor: pointer; }
.sov-tabs button small { color: var(--o-muted); margin-left: 4px; }
.sov-tabs button.is-active { background: var(--o-black); color: #fff; border-color: var(--o-black); }
.sov-tabs button.is-active small { color: rgba(255,255,255,.6); }
.sov-optlist { list-style: none; margin: 0; padding: 0; columns: 3 240px; column-gap: 40px; }
.sov-optlist li { display: flex; gap: 10px; break-inside: avoid; padding: 10px 0; border-bottom: 1px solid var(--o-line); font-size: 15px; line-height: 1.4; }
.sov-optlist .sov-ico { width: 18px; height: 18px; margin-top: 1px; }

/* Specificaties */
.sov-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 0 48px; margin: 0; }
.sov-specs div { display: flex; justify-content: space-between; gap: 20px; padding: 16px 0; border-bottom: 1px solid var(--o-line); }
.sov-specs dt { color: var(--o-muted); }
.sov-specs dd { margin: 0; font-weight: 650; text-align: right; }

/* Beloftes */
.sov-promises { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.sov-promises > div { background: #fff; border-radius: var(--o-radius); padding: 32px 28px; }
.sov-promises .sov-ico { width: 28px; height: 28px; }
.sov-promises h3 { font-size: 19px; font-weight: 650; margin: 26px 0 8px; }
.sov-promises p { margin: 0; color: var(--o-muted); line-height: 1.55; font-size: 15px; }

/* Contact */
.sov-contact { display: grid; grid-template-columns: minmax(0, 3fr) minmax(0, 2fr); gap: clamp(24px, 5vw, 80px); align-items: start; }
.sov-contact__form .sov-h2 { color: #fff; }
.sov-choice { display: flex; flex-wrap: wrap; gap: 8px; margin: 30px 0 22px; }
.sov-choice input { position: absolute; opacity: 0; pointer-events: none; }
.sov-choice span { display: inline-block; padding: 11px 18px; border-radius: 999px; border: 1px solid rgba(255,255,255,.25); cursor: pointer; font-size: 14px; font-weight: 600; transition: .2s; }
.sov-choice input:checked + span { background: #fff; color: var(--o-black); border-color: #fff; }
.sov-choice input:focus-visible + span { outline: 2px solid #fff; outline-offset: 2px; }
.sov-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 22px; }
.sov-fields label { display: flex; flex-direction: column; gap: 6px; font-size: 13px; color: rgba(255,255,255,.66); }
.sov-fields input, .sov-fields textarea { background: #1a1a1a; border: 1px solid rgba(255,255,255,.12); color: #fff; border-radius: 14px; padding: 15px 16px; font: 16px var(--o-font); }
.sov-fields input:focus, .sov-fields textarea:focus { outline: none; border-color: #fff; }
.sov-fields .sov-full { grid-column: 1 / -1; }
.sov-lead__msg { margin: 16px 0 0; color: rgba(255,255,255,.8); }
.sov-hp { position: absolute !important; left: -9999px; }
.sov-contact__card { background: #fff; color: var(--o-text); border-radius: var(--o-radius); overflow: hidden; padding: 0 30px 30px; }
.sov-contact__card img { width: calc(100% + 60px); margin: 0 -30px 26px; aspect-ratio: 16/10; object-fit: cover; }
.sov-contact__card h3 { font-family: var(--o-font-display); font-weight: 500; font-size: 28px; letter-spacing: -.03em; margin: 0 0 8px; }
.sov-contact__card p { margin: 0 0 6px; color: var(--o-muted); }
.sov-contact__card p a { color: var(--o-text); font-weight: 650; text-decoration: none; }
.sov-contact__card .sov-pill { margin-top: 18px; }

/* Overzicht */
.sov-archive__hero { background: var(--o-soft); padding: clamp(50px, 7vw, 110px) 0 clamp(100px, 10vw, 150px); }
.sov-archive__intro { font-size: 19px; color: var(--o-muted); max-width: 620px; line-height: 1.55; margin: 22px 0 0; }
.sov-archive__list { margin-top: -70px; padding-bottom: 100px; }
.sov-filters { display: flex; flex-wrap: wrap; gap: 10px; background: #fff; padding: 14px; border-radius: 24px; box-shadow: var(--o-shadow); position: relative; z-index: 2; }
.sov-filters select, .sov-filters input { height: 50px; border: 1px solid var(--o-line); border-radius: 999px; padding: 0 18px; background: #fff; font: 15px var(--o-font); color: var(--o-text); flex: 1 1 150px; appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none' stroke='%23111' stroke-width='1.6'%3E%3Cpath d='M1 1l5 5 5-5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 18px center; padding-right: 40px; }
.sov-filters__search { flex: 2 1 280px; position: relative; display: flex; align-items: center; }
.sov-filters__search .sov-ico { position: absolute; left: 18px; color: var(--o-muted); width: 18px; }
.sov-filters__search input { width: 100%; padding-left: 46px; background-image: none; }
.sov-count { color: var(--o-muted); margin: 28px 4px 18px; }
.sov-count strong { color: var(--o-text); }
.sov-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 22px; }
.sov-grid--4 { grid-template-columns: repeat(4, 1fr); }
.sov-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--o-line); border-radius: 24px; overflow: hidden; text-decoration: none !important; color: inherit !important; transition: transform .3s, box-shadow .3s; }
.sov-card:hover { transform: translateY(-4px); box-shadow: var(--o-shadow); }
.sov-card[hidden] { display: none; }
.sov-card__img { position: relative; aspect-ratio: 4/3; background: var(--o-soft); overflow: hidden; }
.sov-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.sov-card:hover .sov-card__img img { transform: scale(1.04); }
.sov-card__body { padding: 20px 22px 22px; display: flex; flex-direction: column; flex: 1; }
.sov-card__brand { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--o-muted); margin: 0; }
.sov-card h3 { font-family: var(--o-font-display); font-weight: 500; font-size: 26px; letter-spacing: -.035em; margin: 4px 0 2px; line-height: 1.1; }
.sov-card__type { margin: 0; color: var(--o-text); font-size: 15px; }
.sov-card__usps { margin: 6px 0 0; color: var(--o-muted); font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sov-card__specs { list-style: none; padding: 0; margin: 16px 0 18px; display: flex; flex-wrap: wrap; gap: 6px; }
.sov-card__specs li { background: var(--o-soft); border-radius: 999px; padding: 5px 11px; font-size: 13px; }
.sov-card__foot { margin-top: auto; display: flex; justify-content: space-between; align-items: center; padding-top: 16px; border-top: 1px solid var(--o-line); }
.sov-price { font-family: var(--o-font-display); font-weight: 500; font-size: 24px; letter-spacing: -.03em; }
.sov-card__go { font-size: 14px; font-weight: 650; }
.sov-loc { font-size: 12px; color: var(--o-muted); margin-top: 8px; }
.sov-badge { position: absolute; top: 14px; left: 14px; background: #f0a500; color: #fff; font-size: 12px; font-weight: 650; padding: 6px 12px; border-radius: 999px; }
.sov-badge--sold { background: #b3261e; }
.sov-empty { padding: 60px; text-align: center; color: var(--o-muted); }

/* Lightbox */
.sov-lightbox { position: fixed; inset: 0; z-index: 99999; background: rgba(5,5,5,.96); display: grid; place-items: center; }
.sov-lightbox[hidden] { display: none; }
.sov-lightbox img { max-width: 92vw; max-height: 84vh; border-radius: 12px; }
.sov-lightbox button { position: absolute; background: rgba(255,255,255,.12); color: #fff; border: 0; width: 56px; height: 56px; border-radius: 50%; font-size: 30px; cursor: pointer; }
.sov-lightbox button:hover { background: rgba(255,255,255,.25); }
.sov-lightbox__close { top: 24px; right: 24px; }
.sov-lightbox__nav.is-prev { left: 24px; } .sov-lightbox__nav.is-next { right: 24px; }
.sov-lightbox__count { position: absolute; bottom: 24px; color: #fff; font-size: 14px; background: rgba(255,255,255,.12); padding: 6px 14px; border-radius: 999px; }

/* Mobiele actiebalk */
.sov-mobilebar { display: none; }

@media (max-width: 1100px) {
  .sov-subnav__links { display: none; }
  .sov-stats, .sov-promises { grid-template-columns: repeat(2, 1fr); }
  .sov-highlights { grid-template-columns: repeat(2, 1fr); }
  .sov-grid--4 { grid-template-columns: repeat(2, 1fr); }
  .sov-facts { grid-template-columns: repeat(3, 1fr); }
  .sov-facts li:nth-child(4) { border-left: 0; }
  .sov-facts li:nth-child(n+4) { border-top: 1px solid var(--o-line); }
}
@media (max-width: 800px) {
  .sov-hero__grid, .sov-split, .sov-contact { grid-template-columns: 1fr; }
  .sov-hero__visual { order: -1; }
  .sov-hero__visual.is-cutout img { width: 100%; margin: 0; }
  .sov-photos__grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; aspect-ratio: auto; }
  .sov-photos__item { aspect-ratio: 4/3; }
  .sov-photos__item.is-big { grid-column: span 2; grid-row: auto; }
  .sov-highlights, .sov-specs, .sov-fields { grid-template-columns: 1fr; }
  .sov-facts { grid-template-columns: repeat(2, 1fr); }
  .sov-facts li { border-left: 0 !important; border-top: 1px solid var(--o-line); }
  .sov-facts li:nth-child(-n+2) { border-top: 0; }
  .sov-subnav__price { display: none; }
  .sov-subnav .sov-pill { display: none; }
  .sov-mobilebar { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 60; display: flex; align-items: center; justify-content: space-between; gap: 12px; background: var(--o-black); color: #fff; border-radius: 999px; padding: 8px 8px 8px 24px; box-shadow: 0 10px 30px rgba(0,0,0,.3); }
  .sov-mobilebar small { display: block; font-size: 12px; color: rgba(255,255,255,.6); }
  .sov-mobilebar strong { font-size: 17px; }
  .sov-mobilebar .sov-pill { background: #fff; color: var(--o-black) !important; min-height: 46px; }
  .sov-detail { padding-bottom: 80px; }
}
@media (max-width: 520px) {
  .sov-stats, .sov-promises, .sov-grid--4 { grid-template-columns: 1fr; }
  .sov-stat { min-height: 200px; }
  .sov-head--row { flex-direction: column; align-items: start; }
}
@media (prefers-reduced-motion: reduce) { .sov * { animation: none !important; transition: none !important; } }

/* Fixes */
.sov [hidden] { display: none !important; }
.sov .sov-contact__card img { max-width: none; }
.sov-dark .sov-contact__card .sov-pill--ghost { background: #fff; color: var(--o-black) !important; border-color: var(--o-line); }
.sov-photos + .sov-section { padding-top: clamp(64px, 8vw, 110px); }
.sov-filters select { flex: 1 1 140px; }
.sov-filters select[name=sort] { flex: 1 1 200px; }
@media (min-width: 1200px) { .sov-filters { flex-wrap: nowrap; } .sov-filters__search { flex: 2 1 260px; } }
@media (max-width: 600px) { .sov-filters select { flex: 1 1 calc(50% - 5px); } .sov-filters__search { flex-basis: 100%; } }
