/* Hörspielarchiv Cookie Consent – v254
   Ergänzende Datei. Bestehendes style.css wird nicht verändert. */

.ha-cookie-lock{
  overflow:hidden;
}

.ha-cookie-layer[hidden]{
  display:none !important;
}

.ha-cookie-layer{
  position:fixed;
  inset:0;
  z-index:10000;
  display:grid;
  place-items:center;
  padding:22px;
}

.ha-cookie-backdrop{
  position:absolute;
  inset:0;
  background:rgba(25,42,55,.58);
  backdrop-filter:blur(3px);
  -webkit-backdrop-filter:blur(3px);
}

.ha-cookie-dialog{
  position:relative;
  z-index:1;
  width:min(560px,100%);
  overflow:hidden;
  border:1px solid #eadcc8;
  border-radius:24px;
  background:#fffdf8;
  box-shadow:0 28px 80px rgba(24,37,48,.25);
  color:#253044;
}

.ha-cookie-head{
  padding:24px 26px 18px;
  background:linear-gradient(120deg,#fff0c9,#ffe6dc 52%,#dff7ef);
  border-bottom:1px solid #eee4d5;
}

.ha-cookie-icon{
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  margin-bottom:12px;
  border-radius:16px;
  background:#fff;
  box-shadow:0 8px 22px rgba(60,45,25,.08);
  font-size:25px;
}

.ha-cookie-head h2{
  margin:0;
  color:#253044;
  font-size:clamp(24px,4vw,31px);
  line-height:1.15;
}

.ha-cookie-head p{
  margin:9px 0 0;
  color:#58677a;
}

.ha-cookie-body{
  padding:22px 26px 25px;
}

.ha-cookie-choice{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:12px;
  padding:14px 15px;
  margin-bottom:12px;
  border:1px solid #eee4d5;
  border-radius:16px;
  background:#fff;
}

.ha-cookie-choice-icon{
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  border-radius:11px;
  background:#f3f7fb;
  font-size:17px;
}

.ha-cookie-choice strong{
  display:block;
  margin-bottom:2px;
}

.ha-cookie-choice small{
  display:block;
  color:#68738a;
  line-height:1.45;
}

.ha-cookie-status{
  margin:10px 0 0;
  padding:10px 12px;
  border-radius:12px;
  background:#f5f7fa;
  color:#68738a;
  font-size:13px;
}

.ha-cookie-status strong{
  color:#253044;
}

.ha-cookie-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:18px;
}

.ha-cookie-btn{
  appearance:none;
  border:0;
  border-radius:13px;
  padding:13px 16px;
  font:inherit;
  font-weight:800;
  cursor:pointer;
  transition:transform .15s ease,filter .15s ease;
}

.ha-cookie-btn:hover{
  transform:translateY(-1px);
  filter:brightness(.98);
}

.ha-cookie-btn-accept{
  background:#ff7a59;
  color:#fff;
}

.ha-cookie-btn-reject{
  background:#e9f8f2;
  color:#247c61;
}

.ha-cookie-links{
  display:flex;
  justify-content:center;
  gap:16px;
  flex-wrap:wrap;
  margin-top:15px;
  font-size:13px;
}

.ha-cookie-links a{
  color:#68738a;
  text-decoration:underline;
  text-underline-offset:2px;
}

.ha-cookie-close{
  position:absolute;
  top:13px;
  right:14px;
  z-index:2;
  display:grid;
  place-items:center;
  width:36px;
  height:36px;
  border:0;
  border-radius:50%;
  background:rgba(255,255,255,.78);
  color:#526075;
  font-size:20px;
  cursor:pointer;
}

.ha-cookie-close[hidden]{
  display:none !important;
}

@media(max-width:560px){
  .ha-cookie-layer{padding:13px}
  .ha-cookie-head{padding:21px 20px 16px}
  .ha-cookie-body{padding:18px 20px 21px}
  .ha-cookie-actions{grid-template-columns:1fr}
}
