/* ============================================================
   IL BANNER DEI COOKIE — solo sulle pagine per adulti.

   ⚠️ I due pulsanti sono IDENTICI: stessa misura, stesso peso, stesso
   colore. «Accetta» grande e verde con «rifiuta» piccolo in grigio è
   proprio la cosa che le autorità europee contestano — e su un prodotto
   per bambini è anche il modo più veloce per farsi una brutta fama.
   ============================================================ */
#ts-cookie{
  position:fixed; left:0; right:0; bottom:0; z-index:9999;
  background:#241456; color:#fff;
  font-family:'Baloo2','Arial Rounded MT Bold',system-ui,sans-serif;
  padding:18px 20px 22px;
  box-shadow:0 -8px 40px rgba(0,0,0,.35);
  display:flex; flex-direction:column; gap:14px; align-items:center;
}
#ts-cookie .ts-ck-testo{
  max-width:760px; font-size:15px; line-height:1.5; font-weight:500;
  text-align:center;
}
#ts-cookie strong{font-weight:800}
#ts-cookie .ts-ck-nota{
  display:block; margin-top:8px; font-size:13.5px; color:#c9bdf0;
}
#ts-cookie a{color:#ffd23f; text-decoration:underline}
#ts-cookie .ts-ck-bottoni{display:flex; gap:12px; flex-wrap:wrap; justify-content:center}
#ts-cookie button{
  /* stessa identica forma per tutti e due */
  font:inherit; font-weight:800; font-size:15px;
  min-width:200px; padding:13px 22px;
  border:2px solid #ffd23f; border-radius:12px;
  background:transparent; color:#ffd23f; cursor:pointer;
}
#ts-cookie button:hover{background:rgba(255,210,63,.14)}
#ts-cookie button:focus-visible{outline:3px dashed #fff; outline-offset:3px}

@media (min-width:720px){
  #ts-cookie{flex-direction:row; justify-content:center; gap:26px; padding:16px 24px}
  #ts-cookie .ts-ck-testo{text-align:left}
}
