.ee-audience-footer { padding: 16px 20px; text-align: center; background: #fff; color: #143c54; }
button.ee-audience-preferences { border: 0; background: transparent; color: #143c54; padding: 8px; min-height: 44px; font: inherit; font-size: 14px; text-decoration: underline; cursor: pointer; }
.ee-audience-consent[hidden] { display: none !important; }
.ee-audience-consent { box-sizing: border-box; position: fixed; z-index: 99999; inset: auto 16px 16px; max-width: 1180px; margin: auto; padding: 24px; border: 1px solid #bacdd1; border-top: 4px solid #247d7b; border-radius: 6px; background: #fff; color: #243e4d; box-shadow: 0 6px 26px #102e4529; display: flex; align-items: center; gap: 28px; max-height: calc(100dvh - 32px); overflow: auto; letter-spacing: 0; }
.ee-audience-consent__copy { flex: 1; min-width: 0; }
.ee-audience-consent h2 { margin: 0 0 8px; padding: 0; color: #143c54; font-family: inherit; font-weight: 700; font-size: 20px; line-height: 1.3; }
.ee-audience-consent p { margin: 6px 0; padding: 0; max-width: none; font-size: 14px; line-height: 1.5; color: #354f5d; }
.ee-audience-consent a { color: #166a68; font-size: 14px; text-decoration: underline; }
.ee-audience-consent__status:empty { display: none; }
.ee-audience-consent__actions { display: grid; grid-template-columns: repeat(2, minmax(100px, 1fr)); gap: 12px; }
.ee-audience-consent__actions button { box-sizing: border-box; min-width: 0; min-height: 44px; margin: 0; padding: 12px 18px; border: 1px solid #1e6567; border-radius: 4px; background: #fff; color: #15595c; font: inherit; font-size: 15px; font-weight: 700; line-height: 1.25; cursor: pointer; }
.ee-audience-consent__actions button:hover { background: #eef6f5; }
.ee-audience-consent button:focus-visible, .ee-audience-preferences:focus-visible { outline: 3px solid #c57619; outline-offset: 3px; }
@media (max-width: 700px) {
    .ee-audience-consent { inset: auto 10px 10px; padding: 16px; gap: 16px; display: flex; flex-direction: column; align-items: stretch; max-height: calc(100dvh - 20px); }
    .ee-audience-consent h2 { font-size: 18px; }
    .ee-audience-consent__actions { width: 100%; }
}
