.consent {
  width: min(880px, calc(100% - 32px));
  max-width: none;
  max-height: calc(100dvh - 40px);
  padding: 0;
  border: 1px solid #d8d3c9;
  border-top: 4px solid #f15a29;
  border-radius: 16px;
  background: #faf8f2;
  color: #14203b;
  box-shadow: 0 24px 100px #101b3860;
  overflow: auto;
  margin: auto;
  font-family: inherit;
}
.consent::backdrop { background: #111a32a6; backdrop-filter: blur(6px); }
html.consent-open { overflow: hidden; }
.consent__layout { display: grid; grid-template-columns: .85fr 1.15fr; }
.consent__brand { padding: 38px 30px; background: #eee9df; display: flex; flex-direction: column; align-items: flex-start; }
.consent__brand img { width: 205px; height: auto; margin-bottom: 40px; }
.consent .consent__eyebrow { font-size: 10px; line-height: 1.5; letter-spacing: .11em; text-transform: uppercase; font-weight: 750; margin: 0 0 16px; }
.consent h2 { font-size: clamp(32px, 4vw, 43px); line-height: 1.05; letter-spacing: -.04em; margin: 0 0 22px; text-transform: none; }
.consent h2 span { color: #b84117; }
.consent__brand > p:not(.consent__eyebrow) { font-size: 16px; line-height: 1.5; margin: 0 0 28px; }
.consent__signature { display: flex; justify-content: space-between; width: 100%; border-top: 1px solid #b9b5ac; padding-top: 18px; margin-top: auto; font-size: 10px; font-weight: 700; letter-spacing: .07em; }
.consent__body { padding: 38px 30px 28px; }
.consent__body > p { font-size: 16px; line-height: 1.55; margin: 0 0 18px; }
.consent .consent__note { font-size: 12px; line-height: 1.6; color: #515967; margin: 16px 0; }
.consent button, .footer__legal button { font: inherit; cursor: pointer; }
.consent__customize { display: flex; gap: 24px; align-items: center; justify-content: space-between; width: 100%; padding: 14px 0; color: #14203b; background: transparent; border: 0; border-top: 1px solid #d8d3c9; border-bottom: 1px solid #d8d3c9; font-weight: 650 !important; text-align: left; }
.consent__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 20px; }
.consent__actions button { padding: 14px 10px; min-height: 48px; border-radius: 5px; border: 1px solid #14203b; background: #14203b; color: #fff; font-size: 13px; font-weight: 650; }
.consent__actions button:hover { background: #283956; }
.consent [hidden], .footer__legal [hidden] { display: none !important; }
.consent__links { display: flex; flex-wrap: wrap; gap: 8px 16px; font-size: 10px; line-height: 1.6; color: #515967; margin-top: 20px; }
.consent__links a { text-decoration: underline; text-underline-offset: 3px; }
.consent :focus-visible, .footer__legal button:focus-visible { outline: 3px solid #b84117; outline-offset: 4px; }
.consent__row { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 16px 0; border-bottom: 1px solid #d8d3c9; font-size: 13px; }
.consent__row strong { font-weight: 700; }
.consent__row p, .consent__description { display: block; color: #515967; font-size: 12px; line-height: 1.5; margin: 5px 0 0; }
.consent__badge, .consent__availability { font-size: 10px; color: #515967; }
.consent__availability { display: block; margin-top: 5px; }
.consent__badge { white-space: nowrap; }
.consent input { appearance: auto; accent-color: #14203b; width: 22px; height: 22px; flex-shrink: 0; }
.footer__legal button { background: none; border: 0; padding: 0; color: inherit; font-size: inherit; text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 660px) {
  .consent { max-height: calc(100dvh - 24px); width: calc(100% - 24px); border-radius: 12px; }
  .consent__layout { grid-template-columns: 1fr; }
  .consent__brand { padding: 24px; }
  .consent__brand img { width: 160px; margin-bottom: 24px; }
  .consent h2 { font-size: 34px; margin-bottom: 12px; }
  .consent__brand > p:not(.consent__eyebrow) { font-size: 14px; margin: 0; }
  .consent__signature { display: none; }
  .consent__body { padding: 24px; }
  .consent__body > p { font-size: 14px; }
  .consent__actions button { font-size: 12px; }
}
