/* first-party consent banner (replaces the source's Didomi CMP): theme utilities + t-button / t-checkbox, no third-party assets */
#cb-consent{position:fixed;inset-inline:0;bottom:0;z-index:1000;background:rgb(var(--white));color:rgb(var(--blue));box-shadow:0 -4px 24px rgba(0,0,200,.12);padding:16px 0 20px;font-family:Raleway,sans-serif;font-size:13px;line-height:130%}
#cb-consent[hidden],#cb-consent [hidden]{display:none!important}
#cb-consent p{margin:0}
#cb-consent a{text-decoration:underline}
#cb-consent .cb-consent__actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
#cb-consent .cb-consent__actions .t-button{width:100%;justify-content:center;padding-inline:8px}
#cb-consent .cb-consent__cat{display:flex;gap:16px;align-items:center}
#cb-consent .cb-consent__cat label{flex:1 1 auto}
#cb-consent .t-checkbox[type=checkbox]:disabled+label{opacity:.6}
#cb-consent .t-button:focus-visible,#cb-consent a:focus-visible,#cb-consent .t-checkbox:focus-visible+label{outline:2px solid rgb(var(--blue));outline-offset:2px}
@media (max-width:767px){#cb-consent .cb-consent__actions{grid-template-columns:minmax(0,1fr)}}
