.cfy-consent[hidden], .cfy-consent [hidden] { display: none !important; }
.cfy-consent { position: fixed; z-index: 10000; inset: 0; display: grid; align-items: end; padding: 1rem; background: rgba(17,20,18,.42); }
.cfy-consent__panel { width: min(760px, 100%); margin: 0 auto; overflow: hidden; border: 1px solid rgba(17,20,18,.15); border-radius: 1.1rem; background: #fff; color: #111412; box-shadow: 0 1.5rem 5rem rgba(17,20,18,.24); }
.cfy-consent__summary, .cfy-consent__settings { padding: clamp(1.35rem, 4vw, 2.4rem); }
.cfy-consent__kicker { margin: 0 0 .6rem; color: #0057b8; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.cfy-consent h2 { margin: 0 0 .8rem; font-size: clamp(1.65rem, 4vw, 2.5rem); line-height: 1.05; overflow-wrap: anywhere; }
.cfy-consent p { max-width: 42rem; margin: 0 0 .8rem; color: #626861; line-height: 1.5; }
.cfy-consent a { font-weight: 700; }
.cfy-consent__actions { display: flex; flex-wrap: wrap; gap: .7rem 1rem; align-items: center; margin-top: 1.3rem; }
.cfy-consent__button, .cfy-consent__link, .cfy-consent__back { min-height: 2.9rem; padding: .7rem 1rem; border: 1px solid #111412; border-radius: 999px; background: transparent; color: #111412; font: inherit; font-size: .88rem; font-weight: 750; cursor: pointer; }
.cfy-consent__button--primary { background: #111412; color: #fff; }
.cfy-consent__link, .cfy-consent__back { padding-inline: .3rem; border-color: transparent; text-decoration: underline; text-underline-offset: .2em; }
.cfy-consent__back { min-height: auto; margin: 0 0 1rem; }
.cfy-consent__option { display: flex; gap: 1rem; align-items: start; justify-content: space-between; padding: 1rem 0; border-top: 1px solid rgba(17,20,18,.15); cursor: pointer; }
.cfy-consent__option:last-of-type { margin-bottom: 1.2rem; border-bottom: 1px solid rgba(17,20,18,.15); }
.cfy-consent__option span { display: grid; gap: .15rem; }
.cfy-consent__option small { color: #626861; line-height: 1.4; }
.cfy-consent__option input { width: 1.25rem; height: 1.25rem; margin-top: .15rem; accent-color: #0057b8; }
.cfy-consent :focus-visible { outline: 3px solid #65adff; outline-offset: 3px; }
@media (max-width: 520px) {
  .cfy-consent { padding: .55rem; }
  .cfy-consent__actions { align-items: stretch; flex-direction: column; }
  .cfy-consent__button, .cfy-consent__link { width: 100%; }
}
