/* cartello di accettazione dei cookie */
#cartello-cookie{position:fixed;left:0;right:0;bottom:0;z-index:99999;
  background:#111827;color:#f3f4f6;padding:18px 20px;
  box-shadow:0 -6px 26px rgba(0,0,0,.28);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
  font-size:15px;line-height:1.55;display:none}
#cartello-cookie.visibile{display:block}
#cartello-cookie .dentro{max-width:980px;margin:0 auto;display:flex;gap:20px;
  align-items:center;justify-content:space-between;flex-wrap:wrap}
#cartello-cookie p{margin:0;flex:1 1 340px}
#cartello-cookie a{color:#93c5fd}
#cartello-cookie .bottoni{display:flex;gap:10px;flex-wrap:wrap}
#cartello-cookie button{font:inherit;font-weight:600;border-radius:7px;
  padding:11px 20px;cursor:pointer;border:1px solid transparent;white-space:nowrap}
#cartello-cookie .accetta{background:#22c55e;color:#052e16;border-color:#22c55e}
#cartello-cookie .accetta:hover{background:#16a34a;color:#fff}
#cartello-cookie .rifiuta{background:transparent;color:#f3f4f6;border-color:#6b7280}
#cartello-cookie .rifiuta:hover{background:#374151}
#cartello-cookie button:focus-visible{outline:3px solid #93c5fd;outline-offset:2px}
@media (max-width:640px){#cartello-cookie .dentro{flex-direction:column;align-items:stretch}
  #cartello-cookie .bottoni{justify-content:stretch}
  #cartello-cookie button{flex:1}}
