body { padding-bottom: var(--production-consent-space, 0px); }
.production-mail { display: flex; margin: 1.2rem 0; width: fit-content; max-width: 100%; }
.production-consent { position: fixed; z-index: 90; bottom: 12px; left: 12px; right: 12px; max-width: 1040px; margin-inline: auto; display: flex; align-items: center; gap: 24px; padding: 18px 24px; color: #fff; background: #101f35; border: 1px solid #526071; border-radius: 8px; box-shadow: 0 8px 32px #0003; font-size: 14px; line-height: 1.5; }
.production-consent[hidden] { display: none; }
.production-consent strong { font-size: 16px; }
.production-consent p { margin: 4px 0 0; }
.production-consent a { color: inherit; text-decoration: underline; }
.production-consent-actions { display: flex; flex-shrink: 0; gap: 10px; }
.production-consent button { cursor: pointer; min-height: 44px; padding: 9px 14px; border: 1px solid #fff8; border-radius: 4px; color: inherit; background: transparent; font: inherit; }
.production-consent button[data-consent="grant"] { color: #101f35; background: #fff; }
.production-consent :focus-visible { outline: 3px solid #f1b546; outline-offset: 3px; }
@media(max-width: 650px) { .production-consent { flex-direction: column; align-items: stretch; gap: 12px; padding: 16px; } .production-consent-actions { justify-content: flex-end; } .production-mail { width: 100%; text-align: center; } }
