/* EBS listing pagination — mobile wrap 2026-09-08
   Prevents page-level horizontal scroll after «Загрузить ещё» / PAGEN_1>=2.
   Scope: .bottom_nav pagination only. Do not set overflow-x on html.
   Disable: touch local/.ebs_listing_pagination_mobile_disabled */

@media screen and (max-width: 767px) {
  .bottom_nav .module-pagination {
    max-width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
  }

  .bottom_nav .nums {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
    box-sizing: border-box;
  }
}
