/* alkomat.at – Consent-Manager (nur aktiv, wenn optionale Dienste konfiguriert sind) */
.consent-banner {
  position: fixed;
  inset: auto 0 0 0;
  z-index: 90;
  background: #ffffff;
  border-top: 3px solid #14324f;
  box-shadow: 0 -6px 24px rgba(15, 30, 45, 0.18);
}
.consent-inner {
  position: relative;
  max-width: 72rem;
  margin: 0 auto;
  padding: 1.25rem 3rem 1.25rem 1.1rem;
}
.consent-inner h2 { margin: 0 0 0.5rem; font-size: 1.15rem; color: #14324f; }
.consent-actions { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.consent-actions .btn { margin: 0; }
.consent-settings { margin: 0.75rem 0 1rem; display: flex; flex-wrap: wrap; gap: 0.5rem 1.5rem; }
.consent-cat { font-weight: 600; }
.consent-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  background: transparent;
  border: 1px solid #d8dde3;
  border-radius: 8px;
  font-size: 1.35rem;
  line-height: 1;
  width: 44px;
  height: 44px;
  cursor: pointer;
  color: #4b5a68;
}
.consent-close:hover { border-color: #b3261e; color: #b3261e; }
