/* Bound the flex item before Swiper measures its slides. Otherwise the
   intrinsic track width can repeatedly expand the article on narrow screens. */
@media (max-width: 760px) {
  body.rj-site-chrome-2026.rj-archive-gallery-page #contenuarticle #article {
    width: 100% !important;
    max-width: 100%;
    min-width: 0 !important;
  }
}
