.cookie-consent {
  box-sizing: border-box;
  width: min(560px, calc(100% - 16px));
  max-width: none;
  max-height: calc(100dvh - 24px);
  margin: auto;
  padding: 32px;
  overflow-y: auto;
  overscroll-behavior: contain;
  border: 1px solid #e2e6ec;
  border-radius: 18px;
  background: #fcfdff;
  color: #121a2d;
  box-shadow: 0 24px 80px rgb(15 23 42 / 20%);
  font-family: Inter, sans-serif;
  font-size: 16px;
  text-align: center;
}

.cookie-consent:not([open]) { display: none; }
.cookie-consent::backdrop {
  background: rgb(15 23 42 / 45%);
  backdrop-filter: blur(6px);
}
html:has(.cookie-consent[open]) { overflow: hidden; }
.cookie-consent__content > * { margin: 0; }
.cookie-consent .cookie-consent__eyebrow {
  margin-bottom: 16px;
  color: #0767d9;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#cookie-consent h2 {
  max-width: 440px;
  margin: 0 auto 18px;
  color: #121a2d;
  font-size: clamp(28px, 5vw, 38px);
  font-family: Inter, system-ui, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.5px;
}
.cookie-consent p {
  color: #58677f;
  font-size: 16px;
  line-height: 1.75;
}
.cookie-consent .cookie-consent__choice {
  margin-top: 16px;
  color: #121a2d;
  font-weight: 500;
}
.cookie-consent a,
.cookie-consent__link,
.cookie-consent__details summary {
  color: #0668de;
  font-weight: 600;
  text-decoration: none;
}
.cookie-consent__link {
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}
.cookie-consent__details { margin: 16px 0 0; }
.cookie-consent__details summary {
  display: inline-block;
  padding: 0;
  border-radius: 5px;
  font-size: 16px;
  line-height: 24px;
  list-style: none;
  cursor: pointer;
}
.cookie-consent__details summary::-webkit-details-marker { display: none; }
.cookie-consent__information { padding-top: 16px; }
.cookie-consent__information p { margin: 0 0 12px; font-size: 15px; }
.cookie-consent__information p:last-child { margin-bottom: 0; }
.cookie-consent__accept {
  display: block;
  width: 100%;
  min-height: 49px;
  margin-top: 28px;
  padding: 12px 24px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(110deg, #176bcc, #105bb3);
  box-shadow: 0 14px 22px rgb(20 99 190 / 20%);
  color: #fff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.cookie-consent__accept:hover { background: #0b53ad; }
.cookie-consent a:hover,
.cookie-consent__link:hover,
.cookie-consent__details summary:hover { text-decoration: underline; }
.cookie-consent :focus-visible { outline: 3px solid #0767d9; outline-offset: 4px; }
#cookie-consent-title:focus { outline: none; }
.cookie-consent__details summary:focus-visible { outline: 2px solid #00b9a5; outline-offset: 4px; }
@media (max-width: 480px) {
  .cookie-consent { padding: 28px 22px; }
  .cookie-consent p { font-size: 15px; line-height: 1.65; }
  .cookie-consent__information p { font-size: 14px; }
}
@media (max-width: 359px) {
  #cookie-consent h2 { font-size: 25px; }
}
