html.hydra-cookie-consent-open { overflow: hidden; }
.hydra-cookie-consent[hidden] { display: none !important; }

.hydra-cookie-consent { position: fixed; z-index: 100000; inset: 0; display: grid; align-items: end; padding: 20px; }
.hydra-cookie-consent__backdrop { position: absolute; inset: 0; background: rgba(0, 0, 0, .5); }
.hydra-cookie-consent__dialog { position: relative; width: min(680px, 100%); margin: 0 auto; padding: clamp(24px, 4vw, 36px); border: 1px solid #111; border-radius: 20px; outline: none; background: #fff; box-shadow: 0 20px 60px rgba(0, 0, 0, .3); }
.hydra-cookie-consent__eyebrow { margin: 0 0 8px; color: #16a94b; font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
.hydra-cookie-consent h2 { margin: 0 0 12px; color: #111; font-size: clamp(1.8rem, 5vw, 2.75rem); font-weight: 900; line-height: .95; letter-spacing: -.04em; }
.hydra-cookie-consent p { margin: 0; color: #4d4d4d; font-size: .95rem; line-height: 1.55; }
.hydra-cookie-consent__policy { margin-top: 12px !important; }
.hydra-cookie-consent__policy a { color: #111; font-weight: 800; text-underline-offset: 3px; }
.hydra-cookie-consent__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 24px; }
.hydra-cookie-consent__button,.hydra-cookie-consent__text-button,.hydra-cookie-consent__close { border: 1px solid #111; font: inherit; font-weight: 800; cursor: pointer; }
.hydra-cookie-consent__button { padding: 11px 16px; border-radius: 999px; background: #fff; color: #111; }
.hydra-cookie-consent__button--primary { background: #000; color: #fff; }
.hydra-cookie-consent__button:hover,.hydra-cookie-consent__button:focus-visible { border-color: #16c75a; box-shadow: 0 0 0 3px rgba(22, 199, 90, .22); }
.hydra-cookie-consent__text-button { padding: 6px 0; border: 0; background: transparent; color: #111; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.hydra-cookie-consent__preferences-header { display: flex; align-items: start; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.hydra-cookie-consent__close { width: 36px; height: 36px; flex: 0 0 auto; padding: 0; border-radius: 50%; background: #fff; color: #111; font-size: 1.65rem; line-height: 1; }
.hydra-cookie-consent__choice { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 15px 0; border-top: 1px solid #d9d9d9; color: #111; cursor: pointer; }
.hydra-cookie-consent__choice strong,.hydra-cookie-consent__choice small { display: block; }
.hydra-cookie-consent__choice strong { font-size: .96rem; }
.hydra-cookie-consent__choice small { margin-top: 2px; color: #606060; font-size: .82rem; line-height: 1.4; }
.hydra-cookie-consent__choice input { width: 20px; height: 20px; accent-color: #16c75a; }
.hydra-cookie-consent__choice--required > span:last-child { color: #5d5d5d; font-size: .8rem; font-weight: 800; white-space: nowrap; }
.hydra-cookie-consent__actions--preferences { margin-top: 20px; }

@media (max-width: 520px) {
  .hydra-cookie-consent { padding: 12px; }
  .hydra-cookie-consent__dialog { border-radius: 16px; }
  .hydra-cookie-consent__actions { align-items: stretch; flex-direction: column; }
  .hydra-cookie-consent__button { width: 100%; }
  .hydra-cookie-consent__text-button { align-self: center; }
}
