/* Force OneTrust banner to fixed bottom so it never shifts page content (CLS) */
#onetrust-banner-sdk {
  position: fixed !important;
  bottom: 0 !important;
  top: auto !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 2147483647 !important;
}
