.dfa-consent[hidden], .dfa-consent__details[hidden], .dfa-consent__btn[hidden] { display: none !important; }
.dfa-consent { position: fixed; inset: 0; z-index: 100000; display: flex; align-items: flex-end; justify-content: center; padding: 18px; background: rgba(0,0,0,.7); }
.dfa-consent__box { width: 100%; max-width: 760px; max-height: calc(100vh - 36px); overflow: auto; padding: 24px; color: #eee; background: #171717; border: 1px solid #444; border-top: 4px solid #b51119; box-shadow: 0 12px 45px rgba(0,0,0,.55); }
.dfa-consent__box h2 { margin: 0 0 12px; color: #fff; font-size: 24px; }
.dfa-consent__box p { line-height: 1.55; }
.dfa-consent__details { margin: 18px 0; border-top: 1px solid #444; }
.dfa-consent__option { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin: 0; padding: 14px 0; border-bottom: 1px solid #444; cursor: pointer; }
.dfa-consent__option span { display: flex; flex-direction: column; }
.dfa-consent__option small { margin-top: 3px; color: #bbb; font-weight: normal; }
.dfa-consent__option input { width: 22px; height: 22px; flex: 0 0 auto; accent-color: #b51119; }
.dfa-consent__links a { color: #fff; text-decoration: underline; }
.dfa-consent__buttons { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; margin-top: 18px; }
.dfa-consent__btn { min-height: 44px; padding: 10px 16px; border: 1px solid #bbb; border-radius: 3px; font-weight: 700; cursor: pointer; }
.dfa-consent__btn--primary { color: #fff; background: #b51119; border-color: #b51119; }
.dfa-consent__btn--secondary { color: #111; background: #fff; }
.dfa-consent__btn--plain { color: #fff; background: transparent; }
.dfa-consent-media { position: relative; min-height: 240px; display: flex; align-items: center; justify-content: center; padding: 24px; color: #eee; background: #222; text-align: center; }
.dfa-consent-media iframe { display: none; position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.dfa-consent-media.is-loaded { padding: 0; }
.dfa-consent-media.is-loaded iframe { display: block; }
.dfa-consent-media.is-loaded .dfa-consent-media__notice { display: none; }
.dfa-consent-settings { color: inherit; background: none; border: 0; padding: 0; text-decoration: underline; cursor: pointer; }
.dfa-consent-reopen { position: fixed; left: 12px; bottom: 12px; z-index: 99990; padding: 7px 10px; color: #eee; background: #222; border: 1px solid #666; border-radius: 3px; font-size: 11px; cursor: pointer; opacity: .82; }
.dfa-consent-reopen:hover, .dfa-consent-reopen:focus { opacity: 1; }
@media (max-width: 600px) {
    .dfa-consent { padding: 0; }
    .dfa-consent__box { max-height: 100vh; padding: 18px; border-left: 0; border-right: 0; border-bottom: 0; }
    .dfa-consent__buttons { display: grid; grid-template-columns: 1fr; }
    .dfa-consent__btn { width: 100%; }
}
