/**
 * TenProspect — hotfix / override styles.
 * Loaded after theme CSS so these rules take precedence.
 */

/* Map legend: items per column (read by location-map.js) */
/*
:root {
  --locations-per-column-small: 6;
  --locations-per-column-large: 4;
}
*/
.section-swipe-panel.swipe-5 { z-index: 5; }
.section-swipe-panel.swipe-6 { z-index: 6; }
.section-swipe-panel.swipe-7 { z-index: 7; }
.section-swipe-panel.swipe-8 { z-index: 8; }
.section-swipe-panel.swipe-9 { z-index: 9; }
.section-swipe-panel.swipe-10 { z-index: 10; }
.section-swipe-panel.swipe-11 { z-index: 11; }
.section-swipe-panel.swipe-12 { z-index: 12; }
.section-swipe-panel.swipe-13 { z-index: 13; }
.section-swipe-panel.swipe-14 { z-index: 14; }
.section-swipe-panel.swipe-15 { z-index: 15; }
.section-swipe-panel.swipe-16 { z-index: 16; }

.isXS .apply-button {
color: darkslateblue;
background-color: azure;
}

.category-locations ul li > span {
  padding-left: 1.75rem;
}
.category-locations ul li > span .marker-number {
  width: 1.5rem;
  text-align: right;
}
