.site-consent { position: fixed; z-index: 10001; right: 20px; bottom: 20px; width: min(370px, calc(100vw - 40px)); max-height: calc(100dvh - 40px); overflow-y: auto; overscroll-behavior: contain; box-sizing: border-box; padding: 20px; color: #25231f; background: #fdfcf9; border: 1px solid #dcd9d2; border-radius: 10px; box-shadow: 0 5px 24px #25231f15; font-family: inherit; text-align: left; }
.site-consent[hidden], .site-consent [hidden] { display: none !important; }
html body .site-consent h2 { margin: 0 0 8px; font-family: inherit; font-weight: 500; font-size: 17px; line-height: 1.3; letter-spacing: -.025em; }
html body .site-consent p { margin: 0 0 14px; font-size: 13px; line-height: 1.5; color: #57534c; }
.site-consent a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
.site-consent-actions { display: flex; gap: 8px; }
.site-consent button { cursor: pointer; font: inherit; font-size: 12px; }
.site-consent-actions button { flex: 1; min-height: 44px; padding: 8px; border: 1px solid #dcd9d2; border-radius: 6px; background: #f4f2ed; color: #25231f; }
.site-consent-actions button:hover { background: #eae7df; }
.site-consent-manage, .site-consent-cancel { min-height: 44px; margin-top: 6px; padding: 2px 0; border: 0; background: transparent; color: #57534c; text-decoration: underline; text-underline-offset: 3px; }
.site-consent-options label { display: flex; gap: 10px; align-items: center; min-height: 44px; font-size: 14px; }
.site-consent-options input { width: 17px; height: 17px; accent-color: #25231f; }
.site-consent-options p { margin-top: 8px; font-size: 12px; }
.site-consent-trigger { min-height: 32px; border: 0; padding: 8px 0; background: transparent; color: inherit; font: inherit; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
.site-consent button:focus-visible, .site-consent input:focus-visible, .site-consent-trigger:focus-visible { outline: 2px solid #292620; outline-offset: 3px; }
@media (max-width: 480px) { .site-consent { right: 0; bottom: 0; width: 100%; max-height: 100dvh; padding: 18px 18px calc(16px + env(safe-area-inset-bottom)); border-radius: 12px 12px 0 0; border-bottom: 0; } }

@media (pointer: coarse) { .site-consent-trigger { min-height: 44px; } }
