.consent-panel { position: fixed; z-index: 1000; inset: auto 18px 18px 18px; max-width: 920px; margin: auto; display: flex; justify-content: space-between; align-items: center; gap: 22px; padding: 18px 20px; color: #f8f3df; background: #07121f; border: 2px solid #63d6d1; box-shadow: 0 14px 44px rgba(0,0,0,.4); }
.consent-panel strong { color: #63d6d1; }
.consent-panel p { margin: 5px 0 0; max-width: 650px; line-height: 1.7; font-size: .82rem; }
.consent-actions { display: flex; gap: 10px; flex: 0 0 auto; }
.consent-actions button { min-height: 42px; padding: 0 16px; border: 1px solid #f8f3df; color: #f8f3df; background: transparent; cursor: pointer; }
.consent-actions [data-consent-allow] { border-color: #ffbf3f; color: #07121f; background: #ffbf3f; font-weight: 800; }
@media (max-width: 650px) { .consent-panel { flex-direction: column; align-items: stretch; } .consent-actions button { flex: 1; } }
