.perenea-consent[hidden] { display: none !important; }
.perenea-consent {
    position: fixed; z-index: 10000; bottom: 16px; left: 50%; transform: translateX(-50%);
    width: calc(100% - 32px); max-width: 920px; box-sizing: border-box;
    display: flex; align-items: center; gap: 24px; padding: 18px 22px;
    background: #fff; color: #121d2c; border: 1px solid #dce0e5; border-top: 3px solid #ef8a54;
    border-radius: 10px; box-shadow: 0 5px 28px #121d2260; font: 14px/1.5 Arial, sans-serif;
    max-height: 70vh; overflow-y: auto;
}
.perenea-consent-copy { flex: 1; min-width: 0; }
.perenea-consent strong { font-size: 15px; }
.perenea-consent p { margin: 4px 0 0; font: inherit; color: inherit; text-align: left; }
.perenea-consent a { color: #121d2c; text-decoration: underline; white-space: nowrap; }
.perenea-consent-actions { display: flex; gap: 10px; flex-shrink: 0; }
.perenea-consent-actions button {
    min-height: 44px; min-width: 100px; padding: 9px 15px; border: 1px solid #121d2c;
    border-radius: 5px; color: #121d2c; background: #fff; font: 600 14px Arial, sans-serif; cursor: pointer;
}
.perenea-consent-actions button:hover { background: #fff0e7; }
.perenea-consent button:focus-visible, .perenea-cookie-settings:focus-visible { outline: 3px solid #ef8a54; outline-offset: 3px; }
.perenea-cookie-settings { display: block; margin: 16px auto; padding: 8px 12px; border: 0; background: transparent; color: #fff; text-decoration: underline; font: 14px Arial, sans-serif; cursor: pointer; }
@media (max-width: 640px) {
    .perenea-consent { bottom: 10px; width: calc(100% - 20px); padding: 14px 16px; flex-direction: column; align-items: stretch; gap: 12px; }
    .perenea-consent-actions button { flex: 1; }
}
