/*
 * PE-Class v11971 — compact-mobile location copy and club gender alignment
 *
 * Keep the location nodes in the DOM because mobile screen controllers use
 * some of them as stable insertion anchors.  Removing them from layout hides
 * the copy and its spacing without changing any rendering or data flow.
 */
@media (max-width: 768px) {
  #app .pe87Crumb,
  body.mobilePapsView #mobilePapsHost .mobilePapsCrumb,
  .mobileSubjectPlanLocation,
  .mobileClassProgressLocation {
    display: none !important;
  }

  html[data-pe-tab="clubs"]
    body.mobileClubView
    .mobileClubFormGrid.two
    > .mobileClubPickerField:has(> #mobileClubGenderPicker)
    > span {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center !important;
  }
}
