/* trust arc styles */
#truste-consent-track {
   position:fixed !important;
   z-index:100;
}

#teconsent {
   position:fixed !important;
   z-index:99;
}

html:has(.truste_box_overlay),
body:has(.truste_box_overlay) {
  overflow: hidden;
}

div.truste_box_overlay {
  position: fixed !important;
}
