/**
 * Spar & Koper design system — Professionele Opruimingen.
 * Loaded after the legacy child-theme stylesheet; owns the new
 * po-* components and repalettes the remaining legacy elements.
 */

:root {
  --po-nv: #1E4D3B;
  --po-nv-deep: #14352A;
  --po-or: #BC5210;
  --po-or-deep: #9A400A;
  --po-paper: #F1F6F2;
  --po-ink: #1C2723;
  --po-mut: #5B6A61;
  --po-line: #D9E4DC;
  --po-wa: #0E7C3C;
  --po-star: #F0A93C;
  --po-on-dark: #CBDCD2;
  --po-on-dark-warm: #F5C79E;
  --po-check: #9FE0B8;
  --po-hero-grad: linear-gradient(160deg, #245A45 0%, #14352A 78%);
  --po-emerg-grad: linear-gradient(135deg, #D06A24 0%, #A34509 100%);
  --po-radius: 12px;
}

.po-scope { color: var(--po-ink); font-size: 16px; line-height: 1.6; }
.po-scope h1, .po-scope h2, .po-scope h3, .po-scope h4 {
  font-family: 'Trebuchet MS', 'Segoe UI', sans-serif; line-height: 1.15; color: inherit;
}
.po-scope p { margin: 0; }
.po-scope a { text-decoration: none; color: inherit; }
.po-cx { max-width: 1120px; margin: 0 auto; padding: 0 24px; }

.po-scope a:focus-visible, .po-scope button:focus-visible {
  outline: 2px solid var(--po-or); outline-offset: 2px;
}

/* ── buttons ── */
.po-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  border-radius: 8px; font-weight: 700; padding: 13px 22px; font-size: 16px;
  line-height: 1; min-height: 48px; border: 0; cursor: pointer;
}
.po-btn--or { background: var(--po-or); color: #fff !important; box-shadow: 0 2px 8px rgba(154, 64, 10, .3); }
.po-btn--or:hover { background: var(--po-or-deep); color: #fff; }
.po-btn--wa { background: #fff; color: var(--po-wa) !important; border: 2px solid var(--po-wa); }
.po-btn--ghost { background: rgba(255, 255, 255, .14); color: #fff !important; border: 1px solid rgba(255, 255, 255, .4); }
.po-btn--nv { background: var(--po-nv); color: #fff !important; }

/* ── trust bar ── */
.po-trust { background: var(--po-nv-deep); color: var(--po-on-dark); font-size: 13.5px; }
.po-trust .po-cx { display: flex; gap: 26px; align-items: center; padding-top: 8px; padding-bottom: 8px; }
.po-trust b { color: #fff; font-weight: 600; }
.po-trust__sp { flex: 1; }
.po-trust__tel { color: var(--po-on-dark-warm) !important; font-weight: 700; white-space: nowrap; }
@media (max-width: 767.98px) {
  .po-trust__item { display: none; }
  .po-trust__item:first-child { display: inline; }
}

/* ── hero (home + city) ── */
.po-hero { background: var(--po-hero-grad); color: #fff; }
.po-hero .po-cx { padding-top: 56px; padding-bottom: 60px; }
.po-hero--split .po-cx {
  display: grid; grid-template-columns: 7fr 5fr; gap: 44px; align-items: center;
}
.po-hero__eyebrow {
  font-size: 12px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--po-on-dark-warm); font-weight: 700;
}
.po-hero h1 { font-size: clamp(28px, 4.5vw, 40px); margin: 12px 0 14px; text-wrap: balance; color: #fff; }
.po-hero__lede { color: var(--po-on-dark); font-size: 17px; max-width: 54ch; }
.po-checks {
  list-style: none; margin: 22px 0 26px; padding: 0;
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px 22px; font-size: 15px;
}
.po-checks li::before { content: "\2713"; color: var(--po-check); font-weight: 800; margin-right: 10px; }
.po-hero__ctas { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.po-hero__stars { margin-top: 18px; font-size: 14px; color: var(--po-on-dark); }
.po-hero__stars b { color: var(--po-star); letter-spacing: 2px; font-size: 15px; }
.po-hero__photo {
  border-radius: 14px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .18);
  position: relative; min-height: 300px;
}
.po-hero__photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.po-crumbs { font-size: 13px; color: #BFD3C6; margin-bottom: 14px; }
.po-crumbs b { color: #fff; }
.po-crumbs a { color: #BFD3C6 !important; text-decoration: underline; }
.po-avail {
  display: inline-flex; align-items: center; gap: 8px; background: rgba(255, 255, 255, .12);
  border-radius: 20px; padding: 5px 14px; font-size: 13px; margin-bottom: 14px;
}
.po-avail i { width: 8px; height: 8px; border-radius: 50%; background: var(--po-check); display: block; }
.po-avail b { color: var(--po-star); letter-spacing: 1px; font-style: normal; }
@media (max-width: 991.98px) {
  .po-hero--split .po-cx { grid-template-columns: 1fr; }
  .po-checks { grid-template-columns: 1fr; }
}

/* ── generic sections ── */
.po-pad { padding-top: 56px; padding-bottom: 56px; }
.po-sec-t { font-size: clamp(23px, 3vw, 28px); text-align: center; text-wrap: balance; margin: 0; }
/* `.po-scope p { margin:0 }` outranks a lone class — keep specificity higher */
.po-scope .po-sec-sub, .po-sec-sub {
  text-align: center; color: var(--po-mut); margin: 10px auto 34px; max-width: 62ch; font-size: 15.5px;
}
.po-alt { background: var(--po-paper); }

/* ── cards grid ── */
.po-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.po-grid--2 { grid-template-columns: 1fr 1fr; }
.po-grid--4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 991.98px) { .po-grid, .po-grid--4 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .po-grid, .po-grid--2, .po-grid--4 { grid-template-columns: 1fr; } }

.po-card {
  border: 1px solid var(--po-line); border-radius: var(--po-radius);
  padding: 22px; background: #fff; position: relative; display: block;
}
.po-card__ic {
  width: 44px; height: 44px; border-radius: 10px; background: var(--po-paper); color: var(--po-nv);
  display: flex; align-items: center; justify-content: center; font-size: 21px; margin-bottom: 13px;
}
.po-card h3 { font-size: 17px; margin: 0 0 7px; }
.po-card p { font-size: 14.5px; color: var(--po-mut); }
.po-card__more { display: block; margin-top: 12px; font-size: 14.5px; font-weight: 700; color: var(--po-or) !important; }
.po-card:hover { border-color: var(--po-nv); }
.po-pop {
  position: absolute; top: 15px; right: 15px; background: #F7E4D3; color: var(--po-or-deep);
  font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  border-radius: 20px; padding: 3px 10px;
}

/* ── process steps ── */
.po-step { background: #fff; border: 1px solid var(--po-line); border-radius: var(--po-radius); padding: 20px; }
.po-step__n {
  width: 32px; height: 32px; border-radius: 50%; background: var(--po-nv); color: #fff;
  font: 700 15px/32px 'Trebuchet MS', sans-serif; text-align: center; margin-bottom: 11px;
}
.po-step h3 { font-size: 15.5px; margin: 0 0 6px; }
.po-step p { font-size: 13.5px; color: var(--po-mut); }
.po-midcta { text-align: center; margin-top: 30px; }

/* ── reviews ── */
.po-rev { border: 1px solid var(--po-line); border-radius: var(--po-radius); padding: 20px; background: #fff; }
.po-rev__st { color: var(--po-star); letter-spacing: 2px; font-size: 14px; margin-bottom: 9px; }
.po-rev p { font-size: 14.5px; color: #33413A; }
.po-rev__who { margin-top: 11px; font-size: 13.5px; color: var(--po-mut); font-weight: 600; }

/* ── werkgebied / provinces ── */
.po-prov { border: 1px solid var(--po-line); border-radius: var(--po-radius); padding: 20px; background: #fff; }
.po-prov h3 { font-size: 15.5px; color: var(--po-nv); margin: 0 0 12px; }
.po-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.po-tag {
  background: var(--po-paper); border: 1px solid var(--po-line); border-radius: 16px;
  padding: 4px 13px; font-size: 13.5px; color: #33413A !important; display: inline-block;
}
.po-tag:hover { border-color: var(--po-nv); color: var(--po-nv) !important; }
.po-tag--big { font-size: 15px; font-weight: 600; padding: 6px 16px; }
.po-all-link { text-align: center; margin-top: 26px; }
.po-all-link a { font-weight: 700; color: var(--po-or) !important; font-size: 15px; }

/* ── FAQ ── */
.po-faq { max-width: 760px; margin: 0 auto; }
.po-faq details {
  border: 1px solid var(--po-line); border-radius: 10px; margin-bottom: 10px;
  overflow: hidden; background: #fff;
}
.po-faq summary {
  display: flex; justify-content: space-between; align-items: center; padding: 15px 20px;
  font-weight: 700; font-size: 15px; cursor: pointer; list-style: none; gap: 12px;
}
.po-faq summary::-webkit-details-marker { display: none; }
.po-faq summary::after { content: "\25BE"; color: var(--po-nv); flex: none; }
.po-faq details[open] summary { color: var(--po-nv); }
.po-faq details[open] summary::after { content: "\25B4"; }
.po-faq .po-faq__a { padding: 0 20px 16px; font-size: 14.5px; color: var(--po-mut); }

/* ── CTA band ── */
.po-cta { background: linear-gradient(120deg, var(--po-nv) 0%, var(--po-nv-deep) 100%); color: #fff; }
.po-cta .po-cx { display: flex; align-items: center; gap: 34px; padding-top: 42px; padding-bottom: 42px; flex-wrap: wrap; }
.po-cta h2 { font-size: clamp(21px, 2.6vw, 26px); text-wrap: balance; margin: 0; }
.po-cta p { color: var(--po-on-dark); font-size: 15px; margin-top: 8px; }
.po-cta__b { margin-left: auto; display: flex; gap: 12px; flex: none; flex-wrap: wrap; }
@media (max-width: 767.98px) { .po-cta__b { margin-left: 0; } }

/* ── city page: two-column ── */
.po-2col { display: grid; grid-template-columns: 1fr 330px; gap: 28px; align-items: start; }
@media (max-width: 991.98px) { .po-2col { grid-template-columns: 1fr; } }
.po-main > * + * { margin-top: 22px; }
.po-panel {
  border: 1px solid var(--po-line); border-radius: var(--po-radius); padding: 26px; background: #fff;
}
.po-panel h2 { font-size: 21px; margin: 0 0 12px; }
.po-panel h3 { font-size: 16.5px; margin: 18px 0 7px; }
.po-panel p { font-size: 15px; color: #33413A; margin-bottom: 12px; }
.po-panel p:last-child { margin-bottom: 0; }

/* sidebar */
.po-side { position: sticky; top: 24px; display: grid; gap: 16px; }
@media (max-width: 991.98px) { .po-side { position: static; } }
.po-emerg {
  border-radius: var(--po-radius); padding: 22px; color: #fff;
  background: var(--po-emerg-grad); box-shadow: 0 8px 22px rgba(154, 64, 10, .3);
}
.po-emerg__badge {
  display: inline-block; background: rgba(255, 255, 255, .22); border-radius: 14px;
  padding: 3px 11px; font-size: 11.5px; font-weight: 700; letter-spacing: .08em; margin-bottom: 11px;
}
.po-emerg h3 { font-size: 17px; margin: 0 0 7px; color: #fff; }
.po-emerg p { font-size: 13.5px; opacity: .93; }
.po-emerg__tel {
  display: block; background: #fff; color: var(--po-or-deep) !important; border-radius: 9px;
  text-align: center; font-weight: 800; font-size: 17px; padding: 13px; margin-top: 15px;
}
.po-quote {
  border: 1px solid var(--po-line); border-radius: var(--po-radius); padding: 22px; background: var(--po-paper);
}
.po-quote h3 { font-size: 16px; margin: 0 0 7px; }
.po-quote p { font-size: 13.5px; color: var(--po-mut); }
.po-quote__go {
  display: block; background: var(--po-nv); color: #fff !important; border-radius: 9px;
  text-align: center; font-weight: 700; font-size: 14.5px; padding: 12px; margin-top: 13px;
}
.po-svclist { border: 1px solid var(--po-line); border-radius: var(--po-radius); padding: 20px; background: #fff; }
.po-svclist h3 { font-size: 15px; margin: 0 0 11px; }
.po-svclist ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; font-size: 14px; }
.po-svclist li::before { content: "\2192"; color: var(--po-or); margin-right: 9px; font-weight: 700; }
.po-svclist a:hover { color: var(--po-nv); text-decoration: underline; }

/* nearby cloud */
.po-cloud { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; max-width: 880px; margin: 0 auto; }
.po-cloud .po-tag { background: #fff; }

/* ── footer ── */
.po-foot { background: #0F241C; color: #A8BFB1; font-size: 14px; }
.po-foot .po-cx {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 30px;
  padding-top: 42px; padding-bottom: 32px;
}
.po-foot h4 { color: #fff; font-size: 14.5px; margin: 0 0 12px; font-family: 'Trebuchet MS', sans-serif; }
.po-foot ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 7px; }
.po-foot a:hover { color: #fff; text-decoration: underline; }
.po-foot__legal { border-top: 1px solid #22453A; font-size: 12.5px; color: #7E958A; }
.po-foot__legal .po-cx {
  display: flex; gap: 20px; padding-top: 15px; padding-bottom: 17px; flex-wrap: wrap;
  grid-template-columns: none;
}
.po-foot__legal a { color: #7E958A !important; }
.po-foot__legal a:hover { color: #fff !important; }
@media (max-width: 991.98px) { .po-foot .po-cx { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .po-foot .po-cx { grid-template-columns: 1fr; } }

/* ── mobile sticky action bar ── */
.po-actionbar {
  display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 1030;
  border-top: 1px solid var(--po-line); box-shadow: 0 -4px 14px rgba(20, 35, 28, .12);
}
.po-actionbar a {
  flex: 1; display: flex; align-items: center; justify-content: center; gap: 8px;
  height: 56px; font-weight: 800; font-size: 15.5px;
}
.po-actionbar__call { background: var(--po-or); color: #fff !important; }
.po-actionbar__wa { background: #fff; color: var(--po-wa) !important; }
@media (max-width: 991.98px) {
  .po-actionbar { display: flex; }
  body { padding-bottom: 56px; }
}

/* ── cookie consent banner ── */
.po-consent {
  position: fixed; left: 16px; right: 16px; bottom: 72px; z-index: 1040;
  max-width: 520px; margin: 0 auto; background: #fff; color: var(--po-ink);
  border: 1px solid var(--po-line); border-radius: var(--po-radius);
  box-shadow: 0 14px 40px rgba(20, 35, 28, .25); padding: 20px;
}
@media (min-width: 992px) { .po-consent { left: auto; right: 24px; bottom: 24px; } }
.po-consent p { font-size: 13.5px; color: var(--po-mut); margin: 0 0 14px; }
.po-consent__b { display: flex; gap: 10px; }
.po-consent__b button {
  flex: 1; border: 0; border-radius: 8px; font-weight: 700; font-size: 14px;
  padding: 11px; cursor: pointer; min-height: 44px;
}
.po-consent__accept { background: var(--po-nv); color: #fff; }
.po-consent__reject { background: var(--po-paper); color: var(--po-ink); border: 1px solid var(--po-line) !important; }

/* ── contact form (CF7 inside .po-panel) ── */
.po-form { display: grid; gap: 15px; margin-top: 14px; }
.po-frow2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.po-frow3 { display: grid; grid-template-columns: 2fr 1fr 1.2fr; gap: 12px; }
.po-frow4 { display: grid; grid-template-columns: 2fr 0.6fr 0.8fr 1.3fr; gap: 12px; }
@media (max-width: 640px) {
  .po-frow2, .po-frow3 { grid-template-columns: 1fr; }
  .po-frow4 { grid-template-columns: 1.4fr 0.6fr; }
}
.po-field label { display: block; font-size: 13px; font-weight: 700; color: #33413A; }
.po-field label em { font-style: normal; color: var(--po-or); }
.po-form input[type="text"], .po-form input[type="tel"], .po-form input[type="email"],
.po-form select, .po-form textarea {
  width: 100%; border: 1px solid var(--po-line); border-radius: 8px; padding: 11px 12px;
  font-size: 15px; background: #fff; color: var(--po-ink); font-family: inherit;
  box-sizing: border-box; margin-top: 5px; min-height: 44px;
}
.po-form textarea { min-height: 110px; resize: vertical; }
.po-form input:focus, .po-form select:focus, .po-form textarea:focus {
  outline: 2px solid var(--po-nv); outline-offset: 0; border-color: var(--po-nv);
}
.po-emtoggle {
  border: 1px solid #EBC49E; background: #FBF3EA; border-radius: 10px; padding: 12px 16px;
  font-size: 14.5px; font-weight: 600; color: var(--po-or-deep);
}
.po-emtoggle .wpcf7-list-item { margin: 0; }
.po-emtoggle input[type="checkbox"] { width: 17px; height: 17px; margin-right: 9px; accent-color: var(--po-or); }
.po-emreveal {
  background: var(--po-emerg-grad); border-radius: 10px; padding: 14px 18px; color: #fff; font-size: 14.5px;
}
.po-emreveal a { color: #fff !important; font-size: 16px; white-space: nowrap; }
.po-upload {
  border: 2px dashed var(--po-line); border-radius: 10px; padding: 16px; text-align: center;
  font-size: 13.5px; color: var(--po-mut); background: var(--po-paper);
}
.po-upload strong { color: var(--po-nv); }
.po-upload input[type="file"] { font-size: 13px; background: transparent; border: 0; min-height: 0; }
.po-upload .po-frow3 { margin-top: 10px; }
.po-gdpr { font-size: 13px; color: var(--po-mut); line-height: 1.5; }
.po-gdpr a { color: var(--po-nv) !important; text-decoration: underline; }
.po-gdpr input[type="checkbox"] { width: 16px; height: 16px; margin-right: 8px; accent-color: var(--po-nv); }
.po-gdpr em { font-style: normal; color: var(--po-or); }
.po-form-note { font-size: 12.5px; color: var(--po-mut); text-align: center; }
.po-form .wpcf7-not-valid-tip { color: #B3261E; font-size: 12.5px; margin-top: 4px; display: block; }
.po-scope .wpcf7 form .wpcf7-response-output {
  border: 1px solid var(--po-line); border-radius: 10px; padding: 12px 16px; margin: 16px 0 0;
  font-size: 14.5px; color: var(--po-ink); background: var(--po-paper);
}
.po-scope .wpcf7 form.sent .wpcf7-response-output { border-color: var(--po-wa); color: var(--po-wa); }
.po-scope .wpcf7 form.invalid .wpcf7-response-output,
.po-scope .wpcf7 form.failed .wpcf7-response-output { border-color: #B3261E; color: #B3261E; }
.po-form .wpcf7-spinner { margin: 0 auto; }
/* address autocomplete dropdown */
.po-suggest-anchor { position: relative; display: block; }
.po-suggest {
  position: absolute; left: 0; right: 0; top: 100%; z-index: 30; margin: 4px 0 0; padding: 4px;
  list-style: none; background: #fff; border: 1px solid var(--po-line); border-radius: 10px;
  box-shadow: 0 10px 28px rgba(20, 35, 28, .18); max-height: 260px; overflow-y: auto;
}
.po-suggest li {
  padding: 9px 12px; font-size: 14px; color: var(--po-ink); border-radius: 7px; cursor: pointer;
}
.po-suggest li:hover, .po-suggest li.is-active { background: var(--po-paper); color: var(--po-nv); }
/* legacy `.wpcf7 input[type=submit]` paints the button as a white form control */
.po-scope .wpcf7 input[type="submit"] {
  display: inline-flex; width: auto; background: var(--po-or); color: #fff; border: 0;
  border-radius: 8px; font-weight: 700; font-size: 16px; padding: 14px 28px; min-height: 48px;
  cursor: pointer; box-shadow: 0 2px 8px rgba(154, 64, 10, .3); margin: 0 auto;
}
.po-scope .wpcf7 input[type="submit"]:hover { background: var(--po-or-deep); }
.po-scope .wpcf7 input[type="submit"]:focus { outline: 2px solid var(--po-nv); outline-offset: 2px; }
.po-quote__go--wa { background: #fff; color: var(--po-wa) !important; border: 2px solid var(--po-wa); }
.po-expect { display: grid; gap: 10px; font-size: 13.5px; color: #33413A; margin-top: 4px; }
.po-expect div { display: flex; gap: 10px; align-items: baseline; }
.po-expect .n {
  flex: none; width: 22px; height: 22px; border-radius: 50%; background: var(--po-nv); color: #fff;
  font: 700 12px/22px 'Trebuchet MS', sans-serif; text-align: center;
}
.po-svclist ul a:hover { text-decoration: underline; }

/* ── legal pages ── */
.po-legal { max-width: 760px; margin: 0 auto; }
.po-legal h2 { font-size: 19px; margin: 30px 0 10px; }
.po-legal p, .po-legal li { font-size: 15px; color: #33413A; line-height: 1.65; }
.po-legal ul { padding-left: 22px; }
.po-legal table { width: 100%; border-collapse: collapse; font-size: 14px; margin: 12px 0; }
.po-legal th, .po-legal td { border: 1px solid var(--po-line); padding: 8px 12px; text-align: left; }

/* ── inline SVG icons ── */
.po-ic { width: 18px; height: 18px; flex: none; vertical-align: -3px; }
.po-card__ic .po-ic { width: 22px; height: 22px; }
.po-trust .po-ic, .po-foot .po-ic { width: 15px; height: 15px; }
.po-actionbar .po-ic { width: 19px; height: 19px; }

/* ── legacy header repalette: was salmon + position:absolute (covered the
      trust bar); now a normal white bar under it ── */
.header {
  position: static !important;
  background: #fff !important;
  border-bottom: 1px solid var(--po-line);
  padding: 14px 0 !important;
}
.header__inner-logo { color: var(--po-nv) !important; }
/* legacy hover set the logo white (for the old salmon bar) — invisible on white */
.header__inner-logo:hover, .header__inner-logo:focus { color: var(--po-nv-deep) !important; }
.header .nav a, .nav__inner-link,
.header .nav .menu-nav .nav-link { color: #33413A; }
.header .nav a:hover, .nav__inner-link:hover, .nav__inner-link.active,
.header .nav .menu-nav .nav-link:hover,
.nav .menu-nav .current-menu-item a,
.header .nav .current-menu-item > a { color: var(--po-or) !important; }
.nav .menu-nav .menu-item-19 a { background: var(--po-or); color: #fff !important; }
.nav .menu-nav .menu-item-19 a:hover,
.nav .menu-nav .menu-item-19 a.active { background: var(--po-or-deep); color: #fff !important; }
.burger::before, .burger::after, .burger i { background-color: var(--po-nv) !important; }

/* legacy global `p { color:#242323 }` bleeds into the dark footer — re-assert */
.po-foot p, .po-foot li, .po-foot a { color: #A8BFB1; }
.po-foot h4 { color: #fff; }
.po-foot a:hover { color: #fff; }

/* ── legacy repalette (pages not yet rebuilt: contact, locaties, bedankt) ── */
.hero { background: var(--po-hero-grad) !important; }
.hero__inner-content-btn { background: var(--po-or) !important; border-color: var(--po-or) !important; }
.hero__inner-content-btn:hover { background: var(--po-or-deep) !important; }
.touch { background: var(--po-nv) !important; }
.touch__inner-sub-link { background: var(--po-or) !important; }
.cardAbout__title { color: var(--po-nv) !important; }
.cardAbout__link { color: var(--po-or) !important; }

@media (prefers-reduced-motion: reduce) {
  .po-scope *, .po-actionbar, .po-consent { animation: none !important; transition: none !important; }
}
