.eufoods-consent [hidden] { display: none !important; }
.eufoods-consent { font-family: inherit; color: #10213a; }
.eufoods-consent__banner { position: fixed; z-index: 1200; bottom: 16px; left: 50%; transform: translateX(-50%); width: min(720px, calc(100% - 32px)); box-sizing: border-box; max-height: calc(100dvh - 32px); overflow: auto; padding: 18px 22px; background: #fff; border: 1px solid #cbd5df; border-radius: 12px; box-shadow: 0 6px 28px #10213a26; }
.eufoods-consent__banner h2 { margin: 0 0 6px; font-size: 18px; line-height: 1.3; }
.eufoods-consent__banner p { margin: 0 0 12px; font-size: 14px; line-height: 1.5; }
.eufoods-consent__banner a { color: #174a71; text-decoration: underline; }
.eufoods-consent__state:empty { display: none; }
.eufoods-consent__actions { display: flex; gap: 10px; }
.eufoods-consent button { font: inherit; cursor: pointer; }
.eufoods-consent__actions button { flex: 1; min-height: 44px; padding: 9px 14px; color: #10213a; background: #f1f5f8; border: 1px solid #64758a; border-radius: 6px; font-size: 14px; font-weight: 600; }
.eufoods-consent button:hover { background: #e4edf4; }
.eufoods-consent :focus-visible { outline: 3px solid #176396; outline-offset: 3px; }
.eufoods-consent__close { display: block; margin: 10px auto 0; padding: 5px 10px; min-height: 36px; background: #fff; color: #174a71; border: 0; text-decoration: underline; font-size: 13px !important; }
.eufoods-consent__settings { position: fixed; z-index: 1100; left: 12px; bottom: 12px; min-height: 36px; padding: 6px 10px; background: #fff; color: #10213a; border: 1px solid #94a3b8; border-radius: 6px; font-size: 12px !important; }
@media (max-width: 480px) { .eufoods-consent__banner { bottom: 10px; width: calc(100% - 20px); padding: 14px; } .eufoods-consent__banner p { font-size: 13px; } .eufoods-consent__actions { gap: 8px; } .eufoods-consent__actions button { padding: 8px; font-size: 13px; } }
