.google-consent {
  position: fixed;
  z-index: 20;
  right: 16px;
  bottom: 16px;
  max-width: min(460px, calc(100vw - 32px));
  padding: 18px;
  color: #f8f7ff;
  background: #191427;
  border: 1px solid #ffffff2b;
  border-radius: 14px;
  box-shadow: 0 14px 36px #0008;
}
.google-consent h2 { margin: 0 0 8px; font-size: 1.05rem; }
.google-consent p { margin: 0; line-height: 1.45; }
.google-consent-privacy { display: inline-block; margin-top: 8px; color: #c6b9ee; }
.google-consent-toggle { border: 0; padding: 6px; background: transparent; color: inherit; font: inherit; font-size: 12px; line-height: 1.4; min-height: 30px; cursor: pointer; }
.google-consent-toggle:focus-visible { outline: 2px solid #b9a6ff; outline-offset: 2px; }
.google-consent-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.google-consent-choice { flex: 1 1 150px; min-height: 42px; color: inherit; background: transparent; border: 1px solid currentColor; border-radius: 8px; font: inherit; cursor: pointer; }
.google-consent-choice:hover, .google-consent-choice:focus-visible { background: #ffffff1c; outline: 2px solid #b9a6ff; outline-offset: 2px; }
@media (prefers-reduced-motion: reduce) { .google-consent { transition: none; } }
