/*
 * PE-Class v11970 — iPhone school-sports-club scrollbar gutter
 *
 * The club workspace scrolls #mobileClubContent while its cards use the
 * viewport's full inline size.  iOS paints the overlay scroll indicator on
 * that same right edge, so reserve a small iPhone-only gutter between the
 * cards and the indicator.  Fold and wider layouts keep their existing size.
 */
@media (max-width: 430px) {
  html.peClubWorkspace[data-pe-tab="clubs"]
    body.mobileClubView.mobileClubIOS
    #mobileClubContent {
    box-sizing: border-box !important;
    padding-inline-end: 6px !important;
  }
}
