.consent-banner,
.consent-dialog {
  color: #f6f7fb;
  background: #111827;
  border: 1px solid #475569;
  border-radius: 16px;
  font-family: inherit;
  line-height: 1.5;
  box-shadow: 0 16px 48px #0005;
}
.consent-banner[hidden], [data-consent-media-placeholder][hidden] { display: none; }
.consent-banner {
  position: fixed;
  z-index: 10000;
  inset-inline: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 22px;
  max-height: calc(100dvh - 40px);
  overflow: auto;
}
.consent-banner__copy { flex: 1; }
.consent-banner h2, .consent-dialog h2 { margin: 0; color: inherit; font-size: 20px; line-height: 1.3; }
.consent-banner p, .consent-dialog p { margin: 8px 0 0; color: #d1d5db; font-size: 14px; }
.consent-banner a, .consent-dialog a { color: #c4b5fd; text-decoration: underline; }
.consent-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.consent-actions button, .consent-media-button {
  border: 1px solid #94a3b8;
  border-radius: 8px;
  background: #1e293b;
  color: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  min-height: 44px;
  padding: 10px 14px;
  cursor: pointer;
}
.consent-actions button:hover, .consent-media-button:hover { background: #334155; }
.consent-actions button:focus-visible, .consent-close:focus-visible,
.consent-dialog input:focus-visible, .consent-media-button:focus-visible { outline: 3px solid #c4b5fd; outline-offset: 3px; }
.consent-dialog { width: min(620px, calc(100vw - 32px)); max-height: calc(100dvh - 32px); margin: auto; padding: 24px; box-sizing: border-box; }
.consent-dialog::backdrop { background: #020617b3; }
.consent-dialog header { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.consent-close { background: transparent; color: #fff; border: 0; min-width: 44px; min-height: 44px; font-size: 28px; cursor: pointer; }
.consent-category { display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid #475569; padding: 16px 0; margin-top: 12px; }
.consent-category strong { font-size: 16px; }
.consent-category > span:last-child:not(:first-child) { white-space: nowrap; font-size: 12px; color: #cbd5e1; }
.consent-detail { display: block; margin-top: 6px; color: #d1d5db; font-size: 14px; }
.consent-category input { width: 24px; height: 24px; flex-shrink: 0; accent-color: #a78bfa; cursor: pointer; }
.consent-dialog .consent-actions { margin-top: 20px; }
iframe[data-consent-src]:not([src]) { display: none; }
.consent-media-button { display: block; position: relative; margin: 20px auto; max-width: calc(100% - 32px); z-index: 1; }
@media (max-width: 900px) {
  .consent-banner { flex-direction: column; align-items: stretch; gap: 16px; inset-inline: 12px; bottom: 12px; padding: 18px; }
  .consent-actions button { flex: 1 1 auto; }
}
