.consent-layer { position:fixed; inset:0; z-index:99999; display:flex; align-items:flex-end; justify-content:center; padding:22px; background:rgba(10,28,44,.28); backdrop-filter:blur(3px); }
.consent-layer[hidden] { display:none!important; }
.consent-card { display:grid; grid-template-columns:minmax(0,1fr) auto; gap:20px 28px; width:min(1040px,100%); padding:24px 26px; border:1px solid #d7e3e8; border-radius:18px; background:#fff; box-shadow:0 24px 70px rgba(8,31,48,.24); font-family:Roboto,"Helvetica Neue",Arial,sans-serif; }
.consent-copy { max-width:650px; }
.consent-kicker { color:#087f83; font-size:10px; font-weight:900; letter-spacing:1.5px; }
.consent-copy h2 { margin:4px 0 6px; color:#17324d; font-size:21px; line-height:1.2; }
.consent-copy p { margin:0 0 5px; color:#596f82; font-size:13px; line-height:1.5; }
.consent-copy a { color:#087f83; font-size:12px; font-weight:700; }
.consent-actions { display:flex; align-items:center; justify-content:flex-end; flex-wrap:wrap; gap:8px; }
.consent-btn { padding:10px 13px; border:1px solid #cedbe2; border-radius:9px; font:700 12px Roboto,"Helvetica Neue",Arial,sans-serif; cursor:pointer; }
.consent-btn-light { color:#355069; background:#fff; }
.consent-btn-primary { border-color:#087f83; color:#fff; background:#087f83; }
.consent-preferences { grid-column:1/-1; display:grid; gap:8px; padding-top:15px; border-top:1px solid #e3eaee; }
.consent-preferences[hidden] { display:none!important; }
.consent-option { display:flex; align-items:center; justify-content:space-between; gap:16px; margin:0; padding:11px 13px; border:1px solid #dde6eb; border-radius:10px; background:#f8fafb; color:#29445d; }
.consent-option div { display:grid; gap:2px; }
.consent-option small { color:#708294; font-size:11px; }
.consent-option span { color:#087f83; font-size:11px; font-weight:800; }
.consent-option input { width:19px; height:19px; accent-color:#087f83; }
.external-content-shell { position:relative; min-height:250px; overflow:hidden; border-radius:10px; background:#edf2f5; }
.external-content-shell iframe { width:100%; height:100%; min-height:250px; }
.external-content-placeholder { position:absolute; inset:0; display:flex; align-items:center; justify-content:center; padding:22px; text-align:center; background:linear-gradient(135deg,#edf6f5,#e8eef3); }
.external-content-placeholder[hidden] { display:none!important; }
.external-content-placeholder div { max-width:360px; }
.external-content-placeholder strong { display:block; margin-bottom:6px; color:#17324d; }
.external-content-placeholder p { margin:0 0 12px; color:#62758a; font-size:13px; }
.external-content-placeholder button { padding:9px 13px; border:0; border-radius:8px; color:#fff; background:#087f83; font-weight:700; cursor:pointer; }
@media(max-width:760px){ .consent-layer{padding:10px}.consent-card{grid-template-columns:1fr;padding:19px 17px}.consent-actions{justify-content:stretch}.consent-btn{flex:1 1 145px}.consent-copy h2{font-size:18px} }
