/* Site-wide horizontal overflow protection. */
html, body {
  overflow-x: clip;
}
html {
  overscroll-behavior-x: none;
}
/* Include news container padding in its width. */
.t1196__container_flex {
  box-sizing: border-box;
}
