.grecaptcha-badge { visibility: hidden !important; }

.consent-banner {
  position: fixed;
  z-index: 1000;
  right: 18px;
  bottom: 18px;
  left: 18px;
  width: min(720px, calc(100% - 36px));
  margin-inline: auto;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 15px 16px 15px 20px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 10px;
  color: #e8dfdd;
  background: rgba(18,7,9,.97);
  box-shadow: 0 16px 46px rgba(0,0,0,.34);
  font-family: "Titillium Web", system-ui, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  backdrop-filter: blur(14px);
}

.consent-banner[data-visible] { display: flex; }
.consent-banner p { margin: 0; }
.consent-banner p a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.consent-banner__actions { display: flex; flex: 0 0 auto; gap: 8px; }
.consent-banner button {
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 6px;
  color: #fff;
  background: transparent;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}
.consent-banner .consent-banner__accept { border-color: #d52d32; background: #d52d32; }
.consent-banner button:hover { filter: brightness(1.14); }

@media (max-width: 620px) {
  .consent-banner { align-items: stretch; flex-direction: column; gap: 12px; }
  .consent-banner__actions { justify-content: flex-end; }
}
