.esp-consent[hidden] { display: none !important; }
.esp-consent { position: fixed; z-index: 10020; right: 22px; bottom: 22px; left: 22px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 26px; max-width: 1120px; padding: 21px 24px; margin-inline: auto; border: 1px solid #dededb; border-radius: 18px; background: rgba(255,255,255,.98); box-shadow: 0 18px 70px rgba(23,23,20,.18); color: #242421; }
.esp-consent__body strong { display: block; margin-bottom: 4px; font-family: var(--sans, ui-sans-serif, system-ui, sans-serif); font-size: 1.15rem; font-weight: 700; }
.esp-consent__body p { max-width: 720px; margin: 0; color: #65645f; font-size: .78rem; line-height: 1.55; }
.esp-consent__body a { color: inherit; text-underline-offset: 3px; }
.esp-consent__actions { display: flex; align-items: center; gap: 8px; }
.esp-consent button { min-height: 42px; padding: 0 15px; border: 1px solid #d5d4d0; border-radius: 11px; background: #fff; color: #242421; font: inherit; font-size: .75rem; font-weight: 750; cursor: pointer; }
.esp-consent .esp-consent__primary { border-color: #b84220; background: #b84220; color: #fff; }
.esp-consent .esp-consent__link { border-color: transparent; background: transparent; text-decoration: underline; text-underline-offset: 3px; }
.esp-consent-dialog { width: min(540px, calc(100% - 30px)); padding: 0; border: 1px solid #dededb; border-radius: 20px; box-shadow: 0 24px 90px rgba(23,23,20,.25); color: #242421; }
.esp-consent-dialog::backdrop { background: rgba(23,23,20,.5); backdrop-filter: blur(3px); }
.esp-consent-dialog form { padding: 25px; }
.esp-consent-dialog__head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.esp-consent-dialog__head strong { font-family: var(--sans, ui-sans-serif, system-ui, sans-serif); font-size: 1.35rem; font-weight: 700; }
.esp-consent-dialog__head button { border: 0; background: transparent; font-size: 1.7rem; cursor: pointer; }
.esp-consent-option { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 17px 0; border-top: 1px solid #e6e5e2; }
.esp-consent-option span { display: grid; gap: 4px; }
.esp-consent-option small { color: #6c6b66; line-height: 1.45; }
.esp-consent-option input { width: 20px; height: 20px; accent-color: #b84220; }
.esp-consent-dialog .esp-consent__primary { width: 100%; min-height: 46px; margin-top: 10px; border: 0; border-radius: 12px; background: #b84220; color: #fff; font-weight: 750; cursor: pointer; }
.footer-consent-button { padding: 0; border: 0; background: transparent; color: #fff; font: inherit; text-decoration: underline; text-underline-offset: 3px; opacity: 1; cursor: pointer; }
.footer-consent-button:hover, .footer-consent-button:focus-visible { opacity: 1; }
@media (max-width: 760px) { .esp-consent { right: 10px; bottom: 10px; left: 10px; grid-template-columns: 1fr; gap: 10px; padding: 14px; border-radius: 14px; } .esp-consent__body strong { margin-bottom: 2px; font-size: 1rem; } .esp-consent__body p { font-size: .72rem; line-height: 1.4; } .esp-consent__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; } .esp-consent button { min-height: 38px; padding-inline: 10px; } .esp-consent__actions .esp-consent__link { grid-column: 1 / -1; grid-row: 2; } }

