/* BIOTO — horizontal overflow fix (html/body only)
 * Do NOT constrain .slick-track / .slick-list — slick needs track width > 100%.
 */
html {
  max-width: 100% !important;
  width: 100%;
  overflow-x: clip;
  overflow-y: auto;
  scrollbar-gutter: stable;
}

body {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

.page-main-header {
  max-width: 100% !important;
}

.card.full-card {
  width: 100% !important;
  max-width: 100% !important;
}
