/*
 * Contrast contract.  Loaded last so legacy selectors cannot change readable
 * foreground colours according to where a component happens to be rendered.
 */
:root{--camp-on-dark:#ffffff;--camp-on-dark-muted:rgba(255,255,255,.90);--camp-on-dark-soft:rgba(255,255,255,.76);--camp-on-dark-border:rgba(255,255,255,.48);--camp-on-dark-panel:rgba(255,255,255,.11);--camp-action:#c4733e;--camp-action-text:#ffffff;--camp-on-light:#1e1b18;--camp-on-light-muted:#5c554e}
body.camp-template .camp-detail-hero,body.camp-template .search-hero,body.camp-template .blog-hero,body.camp-template .article-hero,body.camp-template .one-hero{color:var(--camp-on-dark)}
body.camp-template .camp-detail-hero h1,body.camp-template .camp-detail-hero p,body.camp-template .camp-detail-hero dd,body.camp-template .camp-detail-hero .keys,body.camp-template .camp-detail-hero .keys *,body.camp-template .search-hero-note,body.camp-template .search-hero-note *,body.camp-template .blog-hero-note,body.camp-template .blog-hero-note *,body.camp-template .one-trust-card,body.camp-template .one-trust-card *{color:var(--camp-on-dark-muted)!important;opacity:1!important;text-shadow:none!important}
body.camp-template .camp-detail-hero h1,body.camp-template .search-hero-note strong,body.camp-template .blog-hero-note strong,body.camp-template .one-trust-card strong{color:var(--camp-on-dark)!important}
body.camp-template .camp-detail-hero #pos #ov,body.camp-template .camp-detail-hero #pos.hour #ov{display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin:14px 0 0!important;padding:0!important;background:transparent!important}
body.camp-template .camp-detail-hero #pos #ov li,body.camp-template .camp-detail-hero #pos.hour #ov li{display:block!important;flex:0 0 auto!important;width:auto!important;margin:0!important;padding:7px 12px!important;border:1px solid var(--camp-on-dark-border)!important;border-radius:999px!important;background:var(--camp-on-dark-panel)!important;color:var(--camp-on-dark)!important;-webkit-text-fill-color:var(--camp-on-dark)!important;font-size:12px!important;line-height:1.3!important;opacity:1!important}
body.camp-template .camp-detail-hero #pos #ov li::before{filter:brightness(0) invert(1)!important;opacity:.9!important}
body.camp-template .camp-detail-hero .detail-actions a,body.camp-template .camp-detail-hero .detail-actions a:visited{background:#fff!important;border-color:#fff!important;color:#203128!important;-webkit-text-fill-color:#203128!important;text-shadow:none!important}
body.camp-template .one-hero .one-actions a,body.camp-template .one-hero .one-actions a:visited{color:var(--camp-on-dark)!important;-webkit-text-fill-color:var(--camp-on-dark)!important;text-shadow:none!important}
body.camp-template .camp-detail-hero .detail-actions .detail-action-primary,body.camp-template .one-hero .one-actions a:nth-child(2){background:var(--camp-action)!important;border-color:var(--camp-action)!important;color:var(--camp-action-text)!important;-webkit-text-fill-color:var(--camp-action-text)!important}
