/**
 * BWW Design System — split from bww-ui.css
 * See /home/bway/design-system/MASTER.md
 */

/* --- Student Center ecosystem --- */
.student-center-page .bww-page-hero--student {
  background: linear-gradient(135deg, #161616 0%, #2a2a2a 100%);
  border: none;
  border-left: 4px solid var(--bww-red);
  border-radius: var(--bww-radius-lg);
  padding: var(--bww-space-5);
  margin-top: var(--bww-space-2);
  margin-bottom: var(--bww-space-4);
  overflow: visible;
}
.student-center-page .bww-page-hero--student + .container.pt-20,
.student-center-page > .container + .container.bww-student-school-calendar-content {
  padding-top: 0 !important;
  margin-top: 0;
}
.student-center-page .bww-page-hero--student .bww-page-hero__title {
  color: var(--bww-white);
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
}
.student-center-page .bww-page-hero--student .bww-page-hero__subtitle {
  color: rgba(255, 255, 255, 0.72);
  font-size: var(--bww-text-base);
  max-width: 42rem;
  line-height: 1.5;
}
.student-center-page .bww-page-hero--student .bww-student-hub-nav {
  margin-top: var(--bww-space-4);
  gap: 8px;
  display: flex;
  flex-wrap: wrap;
}
.student-center-page .bww-page-hero--student .bww-student-hub-nav .bww-chip--on-dark {
  padding: 4px 11px;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: transparent;
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
}
.student-center-page .bww-page-hero--student .bww-student-hub-nav .bww-chip--on-dark:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.48);
  color: var(--bww-white);
  text-decoration: none;
}
.student-center-page .bww-page-hero--student .bww-student-hub-nav .bww-chip--on-dark.bww-chip--active,
.student-center-page .bww-page-hero--student .bww-student-hub-nav .bww-chip--on-dark.bww-chip--active:hover {
  background: var(--bww-red);
  border-color: var(--bww-red);
  color: var(--bww-white);
}
.student-center-page .bww-page-hero--student .bww-page-hero__signup {
  margin-top: var(--bww-space-4);
  padding-top: var(--bww-space-4);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}
.student-center-page .bww-page-hero--student .bww-student-promo-row--hub {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  max-width: none;
  margin: 0;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
}
.student-center-page .bww-page-hero--student .bww-student-edu-newsletter-label {
  flex: 0 0 100%;
  width: 100%;
  margin: 0 0 var(--bww-space-1);
  font-size: var(--bww-text-sm);
  font-weight: 600;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.9);
}
.student-center-page .bww-page-hero--student .bww-student-promo-row--hub .bww-student-edu-inline,
.student-center-page .bww-page-hero--student .bww-student-promo-row--hub .bww-student-sms-inline {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 0;
  background: transparent;
  border: none;
  margin: 0;
  color: var(--bww-white);
}
.student-center-page .bww-page-hero--student .bww-student-promo-row--hub .bww-student-edu-inline {
  flex: 0 1 auto;
  max-width: none;
}
.student-center-page .bww-page-hero--student .bww-student-promo-row--hub .bww-student-sms-inline {
  flex: 0 0 auto;
}
.student-center-page .bww-page-hero--student .bww-student-promo-row--hub .bww-student-edu-form {
  flex: 0 1 auto;
  min-width: 0;
  margin: 0;
  flex-wrap: nowrap;
  gap: 6px;
}
.student-center-page .bww-page-hero--student .bww-student-promo-row--hub .bww-student-edu-field,
.student-center-page .bww-page-hero--student .bww-student-promo-row--hub input[type="email"],
.student-center-page .bww-page-hero--student .bww-student-promo-row--hub select {
  height: 34px;
  font-size: 12px;
  border: none;
}
.student-center-page .bww-page-hero--student .bww-student-promo-row--hub input[type="email"] {
  flex: 0 1 200px;
  width: 200px;
  max-width: 220px;
  min-width: 140px;
  padding: 0 10px;
}
.student-center-page .bww-page-hero--student .bww-student-promo-row--hub select {
  flex: 0 0 108px;
  min-width: 108px;
  max-width: 108px;
  padding: 0 24px 0 8px;
}
.student-center-page .bww-page-hero--student .bww-student-promo-row--hub .bww-student-edu-form button,
.student-center-page .bww-page-hero--student .bww-student-promo-row--hub .bww-student-edu-btn {
  height: 34px;
  line-height: 34px;
  padding: 0 12px;
  font-size: 11px;
  font-weight: 700;
}
.student-center-page .bww-page-hero--student .bww-student-promo-row--hub .bww-student-edu-field:focus,
.student-center-page .bww-page-hero--student .bww-student-promo-row--hub input[type="email"]:focus,
.student-center-page .bww-page-hero--student .bww-student-promo-row--hub select:focus {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.35);
  border-color: transparent;
}
.student-center-page .bww-page-hero--student .bww-student-promo-row--hub .bww-student-sms-btn {
  height: 34px;
  padding: 0 12px;
  font-size: 11px;
  font-weight: 700;
  background: var(--bww-surface) !important;
  color: var(--bww-text) !important;
  border-radius: 4px;
}
.student-center-page .bww-page-hero--student .bww-student-promo-row--hub .bww-student-sms-btn:hover {
  background: #f0f0f0 !important;
  color: #111 !important;
}
.student-center-page .bww-page-hero--student .bww-student-promo-row--hub .bww-student-edu-msg {
  color: var(--bww-white);
  margin: 0;
  flex: 1 1 100%;
}
.student-center-page .bww-page-hero--student .bww-student-hub-divider {
  width: 1px;
  align-self: stretch;
  min-height: 34px;
  background: rgba(255, 255, 255, 0.2);
  flex: 0 0 1px;
  margin: 0 2px;
}
.student-center-page .bww-page-hero--student .bww-student-sms-inline {
  flex: 0 0 auto;
}
.student-center-page .bww-page-hero--student .bww-student-hero-promo-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 6px 14px;
  flex: 1 1 auto;
  min-width: 0;
  margin-left: auto;
}
.student-center-page .bww-page-hero--student .bww-student-hero-promo-links a {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  white-space: nowrap;
}
.student-center-page .bww-page-hero--student .bww-student-hero-promo-links a:hover {
  color: var(--bww-white);
  text-decoration: underline;
}
.message-board-header .bww-student-hub-nav .bww-chip--on-dark {
  padding: 4px 11px;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: transparent;
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
}
.message-board-header .bww-student-hub-nav .bww-chip--on-dark:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.48);
  color: var(--bww-white);
  text-decoration: none;
}
.message-board-header .bww-student-hub-nav .bww-chip--on-dark.bww-chip--active,
.message-board-header .bww-student-hub-nav .bww-chip--on-dark.bww-chip--active:hover {
  background: var(--bww-red);
  border-color: var(--bww-red);
  color: var(--bww-white);
}
.student-center-page .bww-student-hub-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--bww-space-4);
  margin-bottom: var(--bww-space-4);
}
.student-center-page .bww-student-hub-card {
  background: var(--bww-surface);
  border: 1px solid var(--bww-surface-border);
  border-radius: var(--bww-radius-lg);
  padding: var(--bww-space-4);
  display: flex;
  flex-direction: column;
  gap: var(--bww-space-2);
  min-width: 0;
}
.student-center-page .bww-student-hub-card__eyebrow {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--bww-red);
}
.student-center-page .bww-student-hub-card__title {
  margin: 0;
  font-size: var(--bww-text-lg);
  font-weight: 700;
  color: var(--bww-text);
  line-height: 1.25;
}
.student-center-page .bww-student-hub-card__title a {
  color: inherit;
  text-decoration: none;
}
.student-center-page .bww-student-hub-card__title a:hover {
  color: var(--bww-red);
  text-decoration: none;
}
.student-center-page .bww-student-hub-card__desc {
  margin: 0;
  font-size: var(--bww-text-sm);
  color: var(--bww-text-muted);
  line-height: 1.45;
  flex: 1 1 auto;
}
.student-center-page .bww-student-hub-card__actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  margin-top: var(--bww-space-2);
}
.student-center-page .bww-student-hub-card__actions .bww-btn {
  width: 100%;
  max-width: 100%;
  white-space: normal;
  text-align: center;
  line-height: 1.25;
  padding: 8px var(--bww-space-3);
  min-height: var(--bww-btn-height-sm);
  height: auto;
  box-sizing: border-box;
}
.student-center-page .bww-student-hub-card__actions-row {
  display: flex;
  gap: 8px;
}
.student-center-page .bww-student-hub-card__actions-row .bww-btn {
  flex: 1 1 0;
  min-width: 0;
  width: auto;
}
.student-center-page .bww-student-glossary-link {
  margin: 0 0 var(--bww-space-5);
  font-size: var(--bww-text-sm);
  color: var(--bww-text-muted);
}
.student-center-page .bww-student-glossary-link a {
  color: var(--bww-text);
  font-weight: 600;
}
.student-center-page .bww-student-glossary-lead {
  margin: 0 0 var(--bww-space-4);
  font-size: var(--bww-text-base);
  line-height: 1.55;
  color: var(--bww-text);
}
.student-center-page .bww-student-glossary-index {
  margin-bottom: var(--bww-space-4);
}
.student-center-page .bww-student-glossary-index .bww-chip.is-empty {
  opacity: 0.35;
  pointer-events: none;
  cursor: default;
}
.student-center-page .bww-student-glossary-panel {
  padding: var(--bww-space-4);
}
.student-center-page .bww-student-glossary__letter {
  margin: var(--bww-space-4) 0 var(--bww-space-2);
  padding: 0;
  font-size: var(--bww-text-sm);
  font-weight: 700;
  line-height: 1.3;
  color: var(--bww-red);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  scroll-margin-top: 5rem;
}
.student-center-page .bww-student-glossary__letter:first-child {
  margin-top: 0;
}
.student-center-page .bww-student-glossary-list {
  margin: 0 0 var(--bww-space-3);
}
.student-center-page .bww-student-glossary-list:last-child {
  margin-bottom: 0;
}
.student-center-page .bww-student-glossary-list dt {
  scroll-margin-top: 5rem;
  padding: var(--bww-space-3) 0 var(--bww-space-1);
  border-top: 1px solid var(--bww-surface-border);
}
.student-center-page .bww-student-glossary-list dt:first-child {
  border-top: 0;
  padding-top: 0;
}
.student-center-page .bww-student-glossary-list dt:target {
  background: rgba(255, 251, 0, 0.12);
}
.student-center-page .bww-student-glossary-term {
  font-weight: 700;
  font-size: var(--bww-text-lg);
  line-height: 1.3;
  color: var(--bww-text);
}
.student-center-page .bww-student-glossary-meta {
  display: block;
  font-size: var(--bww-text-sm);
  color: var(--bww-text-muted);
  line-height: 1.4;
}
.student-center-page .bww-student-glossary-list dd {
  margin: 0;
  padding: 0 0 var(--bww-space-3);
  font-size: var(--bww-text-base);
  line-height: 1.55;
  color: var(--bww-text);
}
.student-center-page .bww-student-glossary-pos {
  font-style: italic;
}
.student-center-page .bww-student-glossary-anchor {
  font-size: 0.75em;
  opacity: 0.4;
  margin-left: 0.35em;
  text-decoration: none;
  color: var(--bww-text-muted);
}
.student-center-page .bww-student-glossary-list dt:hover .bww-student-glossary-anchor {
  opacity: 1;
  color: var(--bww-red);
}
.student-center-page .bww-student-story-block {
  margin-bottom: var(--bww-space-5);
}
.student-center-page .bww-student-section-heading {
  margin: 0 0 var(--bww-space-3);
  font-size: var(--bww-text-lg);
  font-weight: 700;
  color: var(--bww-text);
  line-height: 1.3;
  padding-bottom: var(--bww-space-2);
  border-bottom: 2px solid var(--bww-red);
}
.student-center-page .bww-student-section-heading a {
  color: inherit;
  text-decoration: none;
}
.student-center-page .bww-student-section-heading a:hover {
  color: var(--bww-red);
  text-decoration: none;
}
.student-center-page .bww-student-feed-panel {
  background: var(--bww-surface);
  border: 1px solid var(--bww-surface-border);
  border-radius: var(--bww-radius-lg);
  padding: var(--bww-space-4);
}
.student-center-page .bww-card--feed {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  padding: var(--bww-space-4) 0;
  border-bottom: 1px solid var(--bww-border);
}
.student-center-page .bww-card-list--feed .bww-card--feed:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.student-center-page .bww-card-list--feed .bww-card--feed:first-child {
  padding-top: 0;
}
.student-center-page .bww-card--feed:hover {
  box-shadow: none;
}
.student-center-page .bww-card--feed .bww-card__inner {
  display: flex;
  gap: var(--bww-space-4);
  align-items: flex-start;
}
.student-center-page .bww-card--feed .bww-card__thumb {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: var(--bww-radius-sm);
  flex-shrink: 0;
}
.student-center-page .bww-card--feed .bww-card__meta {
  font-size: var(--bww-text-xs);
  color: var(--bww-text-muted);
  margin: 0 0 var(--bww-space-2);
}
.student-center-page .bww-card--feed .bww-card__snippet {
  font-size: var(--bww-text-sm);
  color: var(--bww-text-muted);
  line-height: 1.5;
  margin: 0;
}
.student-center-page .bww-card--feed .bww-card__title--category a {
  color: var(--bww-text);
  text-decoration: none;
}
.student-center-page .bww-card--feed .bww-card__title--category a:hover {
  color: var(--bww-red);
}
.student-center-page .bww-student-swiper-panel {
  background: var(--bww-surface);
  border: 1px solid var(--bww-surface-border);
  border-radius: var(--bww-radius-lg);
  padding: var(--bww-space-4);
}
.student-center-page .bww-student-feed-more {
  margin: var(--bww-space-3) 0 0;
  font-size: var(--bww-text-sm);
  color: var(--bww-text-muted);
}
.student-center-page .bww-student-quick-chips,
.bww-student-quick-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 16px;
}
.student-center-page .bww-student-swiper-wrap {
  position: relative;
  padding: 0 44px;
}
.student-center-page .bww-student-swiper-slide {
  display: block;
  text-decoration: none;
  color: inherit;
}
.student-center-page .bww-student-swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--bww-radius-md);
}
.student-center-page .bww-student-swiper-slide__title {
  display: block;
  margin-top: 10px;
  font-weight: 700;
  font-size: var(--bww-text-sm);
  line-height: 1.4;
  color: var(--bww-text);
}
.student-center-page .bww-student-swiper-prev,
.student-center-page .bww-student-swiper-next {
  position: absolute;
  top: 38%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border: 1px solid var(--bww-surface-border);
  background: var(--bww-surface);
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  color: var(--bww-red);
  font-size: 18px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.student-center-page .bww-student-swiper-prev::after {
  content: "‹";
  font-weight: 700;
}
.student-center-page .bww-student-swiper-next::after {
  content: "›";
  font-weight: 700;
}
.student-center-page .bww-student-swiper-prev:hover,
.student-center-page .bww-student-swiper-next:hover {
  background: var(--bww-surface-muted);
  border-color: var(--bww-red);
}
.student-center-page .bww-student-swiper-prev { left: 0; }
.student-center-page .bww-student-swiper-next { right: 0; }
@media (max-width: 991px) {
  .student-center-page .bww-student-hub-cards {
    grid-template-columns: 1fr;
  }
  .student-center-page .bww-page-hero--student .bww-student-promo-row--hub {
    flex-direction: column;
    align-items: stretch;
  }
  .student-center-page .bww-page-hero--student .bww-student-promo-row--hub .bww-student-edu-inline,
  .student-center-page .bww-page-hero--student .bww-student-promo-row--hub .bww-student-sms-inline {
    flex: 0 0 auto;
    width: 100%;
  }
  .student-center-page .bww-page-hero--student .bww-student-promo-row--hub .bww-student-edu-form {
    flex-direction: column;
    align-items: stretch;
  }
  .student-center-page .bww-page-hero--student .bww-student-promo-row--hub .bww-student-edu-form input,
  .student-center-page .bww-page-hero--student .bww-student-promo-row--hub .bww-student-edu-form select,
  .student-center-page .bww-page-hero--student .bww-student-promo-row--hub .bww-student-edu-form button,
  .student-center-page .bww-page-hero--student .bww-student-promo-row--hub .bww-student-edu-btn {
    flex: none;
    width: 100%;
    max-width: none;
    min-width: 0;
  }
  .student-center-page .bww-page-hero--student .bww-student-promo-row--hub .bww-student-sms-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
  }
  .student-center-page .bww-page-hero--student .bww-student-hub-divider {
    display: none;
  }
  .student-center-page .bww-page-hero--student .bww-student-hero-promo-links {
    justify-content: flex-start;
    margin-left: 0;
    width: 100%;
    padding-top: 4px;
  }
}
@media (max-width: 767px) {
  .student-center-page .bww-page-hero--student {
    padding: var(--bww-space-4);
    box-sizing: border-box;
  }
  .student-center-page .bww-page-hero--student .bww-student-hub-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
    min-width: 0;
  }
  .student-center-page .bww-page-hero--student .bww-student-hub-nav .bww-chip {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    text-align: center;
    white-space: normal;
    line-height: 1.25;
    padding: 8px 10px;
  }
  .student-center-page .bww-page-hero--student .bww-student-hub-nav .bww-chip:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }
  .student-center-page .bww-page-hero--student .bww-student-promo-row--hub {
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap;
    padding: 12px;
    gap: 8px;
  }
  .student-center-page .bww-page-hero--student .bww-student-promo-row--hub .bww-student-edu-inline {
    display: block;
    width: 100%;
  }
  .student-center-page .bww-page-hero--student .bww-student-promo-row--hub .bww-student-sms-inline {
    display: block;
    width: 100%;
  }
  .student-center-page .bww-page-hero--student .bww-student-promo-row--hub .bww-student-edu-form {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 8px;
    align-items: stretch;
  }
  .student-center-page .bww-page-hero--student .bww-student-promo-row--hub .bww-student-edu-field,
  .student-center-page .bww-page-hero--student .bww-student-promo-row--hub input[type="email"],
  .student-center-page .bww-page-hero--student .bww-student-promo-row--hub select,
  .student-center-page .bww-page-hero--student .bww-student-promo-row--hub .bww-student-edu-form button,
  .student-center-page .bww-page-hero--student .bww-student-promo-row--hub .bww-student-edu-btn {
    flex: none;
    width: 100%;
    max-width: none;
    min-width: 0;
    height: 40px;
    font-size: 14px;
    padding: 0 12px;
  }
  .student-center-page .bww-page-hero--student .bww-student-promo-row--hub .bww-student-edu-form button,
  .student-center-page .bww-page-hero--student .bww-student-promo-row--hub .bww-student-edu-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
  }
  .student-center-page .bww-page-hero--student .bww-student-promo-row--hub select {
    padding-right: 32px;
  }
  .student-center-page .bww-page-hero--student .bww-student-promo-row--hub .bww-student-sms-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    font-size: 14px;
    background: transparent;
    color: var(--bww-white);
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-sizing: border-box;
  }
  .student-center-page .bww-page-hero--student .bww-student-promo-row--hub .bww-student-sms-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    color: var(--bww-white);
  }
  .student-center-page .bww-page-hero--student .bww-student-hero-promo-links {
    justify-content: flex-start;
    gap: 8px 12px;
    width: 100%;
    margin-left: 0;
    padding-top: 2px;
  }
  .student-center-page .bww-student-swiper-wrap {
    padding: 0;
  }
  .student-center-page .bww-student-swiper-prev,
  .student-center-page .bww-student-swiper-next {
    display: none;
  }
  .student-center-page .bww-card--feed .bww-card__thumb {
    width: 80px;
    height: 80px;
  }
}
.student-center-page .bww-student-shows-panel,
.student-center-page .bww-student-jr-shows-panel {
  margin-bottom: var(--bww-space-4);
}
.student-center-page .bww-student-jr-shows-panel .bww-student-shows-more {
  text-align: center;
}
.student-center-page .bww-student-shows-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(148px, 1fr));
  gap: var(--bww-space-3);
  margin-bottom: 0;
}
.student-center-page .bww-student-shows-grid .bww-show-card {
  background: var(--bww-surface);
  border-color: var(--bww-surface-border);
}
.student-center-page .bww-student-shows-grid .bww-show-card__body {
  padding: var(--bww-space-3);
}
.student-center-page .bww-student-shows-grid .bww-show-card__title {
  font-size: var(--bww-text-sm);
  margin-bottom: var(--bww-space-2);
}
.student-center-page .bww-student-shows-more {
  margin: var(--bww-space-4) 0 0;
}

/* School show calendars */
.student-center-page.bww-student-school-calendar-page .bww-page-hero--student {
  margin-bottom: var(--bww-space-3);
}
.student-center-page .bww-student-school-calendar-content {
  padding-top: 0;
}
.student-center-page .bww-student-school-calendar-content > .row {
  margin-top: 0;
}
.student-center-page .bww-student-calendar-related {
  margin: 0 0 var(--bww-space-4);
  font-size: var(--bww-text-sm);
  line-height: 1.45;
  color: var(--bww-text-muted);
}
.student-center-page .bww-student-calendar-related a {
  font-weight: 600;
}
.student-center-page .bww-student-calendar-unified-panel {
  padding: var(--bww-space-4);
}
.student-center-page .bww-student-calendar-unified-panel .bww-student-calendar-filters {
  margin: 0 0 var(--bww-space-4);
  padding: 0 0 var(--bww-space-4);
  background: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid var(--bww-surface-border);
}
.student-center-page .bww-student-college-calendar .bww-student-calendar-spotlight-note {
  margin-top: var(--bww-space-3);
}
.student-center-page .bww-student-calendar-filters {
  margin-bottom: var(--bww-space-4);
  padding: var(--bww-space-4);
  background: var(--bww-surface);
  border: 1px solid var(--bww-surface-border);
  border-radius: var(--bww-radius-lg);
}
.student-center-page .bww-student-calendar-filters .bww-search-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--bww-space-2);
}
.student-center-page .bww-student-calendar-filters .bww-input {
  flex: 1 1 160px;
  min-width: 0;
}
.student-center-page .bww-student-calendar-filters .bww-select--inline {
  flex: 0 1 130px;
  min-width: 110px;
}
.student-center-page .bww-student-calendar-table-panel {
  margin-bottom: var(--bww-space-4);
}
.student-center-page .bww-school-show-cell__inner {
  display: flex;
  gap: var(--bww-space-3);
  align-items: flex-start;
}
.student-center-page .bww-school-show-thumb {
  width: 88px;
  height: auto;
  border-radius: var(--bww-radius-md);
  display: block;
}
.student-center-page .bww-school-show-cell__body {
  flex: 1 1 auto;
  min-width: 0;
}
.student-center-page .bww-school-show-title {
  margin: 4px 0 0;
  font-size: var(--bww-text-base);
  font-weight: 700;
  line-height: 1.35;
}
.student-center-page .bww-school-show-title a {
  color: var(--bww-text);
  text-decoration: none;
}
.student-center-page .bww-school-show-title a:hover {
  color: var(--bww-red);
}
/* Light directory tables — student center ecosystem */
.student-center-page .bww-data-table thead th {
  background: var(--bww-surface-muted);
  color: var(--bww-text);
  border-bottom: 2px solid var(--bww-surface-border);
  text-transform: none;
  letter-spacing: 0;
  font-size: var(--bww-text-sm);
  font-weight: 700;
}
.student-center-page .bww-data-table tbody a {
  color: var(--bww-text);
  text-decoration: none;
}
.student-center-page .bww-data-table tbody a:hover {
  color: var(--bww-red);
}
.student-center-page .bww-data-table .bww-school-show-title a {
  font-weight: 700;
}
.student-center-page .bww-school-show-desc {
  margin: 6px 0 0;
  font-size: var(--bww-text-sm);
  color: var(--bww-text-muted);
  line-height: 1.45;
}
.student-center-page .bww-school-show-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 8px;
}
.student-center-page .bww-data-table__featured-row td {
  background: rgba(255, 251, 0, 0.12);
}
.student-center-page .bww-student-calendar-add-show {
  margin: 0;
  font-weight: 600;
}
.student-center-page .bww-student-calendar-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: var(--bww-space-3);
  margin: var(--bww-space-4) 0 var(--bww-space-3);
}
.student-center-page .bww-student-calendar-footer .bww-student-calendar-pagination {
  margin: 0;
  text-align: right;
}
.student-center-page .bww-student-calendar-pagination {
  text-align: right;
  margin: 0 0 var(--bww-space-3);
  font-size: var(--bww-text-sm);
}
.student-center-page .bww-student-calendar-pagination--split {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--bww-space-3);
}
.student-center-page .bww-student-calendar-spotlight-note {
  font-size: var(--bww-text-sm);
  color: var(--bww-text-muted);
  line-height: 1.5;
  margin: 0 0 var(--bww-space-4);
}
.student-center-page .bww-student-college-video {
  margin: var(--bww-space-4) 0;
  border-radius: var(--bww-radius-lg);
  overflow: hidden;
  background: var(--bww-surface);
  border: 1px solid var(--bww-surface-border);
}
.student-center-page .bww-student-story-block + .bww-student-college-video {
  margin-top: 0;
}
.student-center-page .bww-student-college-calendar-video {
  margin-top: var(--bww-space-5);
}
.student-center-page .bww-student-college-hub-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: var(--bww-space-5);
}
.student-center-page .bww-student-college-contact {
  margin-bottom: var(--bww-space-4);
}

/* Scholarships directory */
.student-center-page .bww-student-scholarship-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--bww-space-3);
}
.student-center-page .bww-student-scholarship-filters .bww-input {
  flex: 1 1 240px;
  min-width: 0;
}
.student-center-page .bww-student-scholarship-filters .bww-select {
  flex: 0 1 220px;
  min-width: 0;
  max-width: 100%;
}
.student-center-page .bww-student-scholarship-table-panel {
  margin-bottom: var(--bww-space-4);
}
.student-center-page #scholarshipTable tbody[data-filtered] .bww-data-table__ad-row {
  display: none;
}
.student-center-page .bww-scholarship-name {
  margin: 0;
  font-size: var(--bww-text-base);
  font-weight: 700;
  line-height: 1.35;
}
.student-center-page .bww-scholarship-name a {
  color: var(--bww-text);
  text-decoration: none;
}
.student-center-page .bww-scholarship-name a:hover {
  color: var(--bww-red);
}
.student-center-page .bww-student-scholarship-focus {
  font-size: var(--bww-text-sm);
  line-height: 1.45;
  color: var(--bww-text-muted);
}
.student-center-page .bww-student-scholarship-focus a {
  font-weight: 600;
}
.student-center-page .bww-data-table .bww-th-sort {
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  text-align: left;
  width: 100%;
}
.student-center-page .bww-data-table .bww-th-sort:hover {
  color: var(--bww-red);
}
.student-center-page .bww-data-table .bww-th-sort::after {
  content: " \25B4\25BE";
  opacity: 0.45;
  font-size: 0.75em;
}
.student-center-page .bww-student-scholarship-load-more {
  display: block;
  margin: var(--bww-space-3) auto var(--bww-space-4);
}
.student-center-page .bww-student-scholarship-footer {
  margin: 0 0 var(--bww-space-5);
  font-size: var(--bww-text-sm);
  color: var(--bww-text-muted);
}
.student-center-page .bww-student-scholarship-footer a {
  font-weight: 600;
}
.student-center-page .bww-student-scholarship-detail__panel {
  padding: var(--bww-space-4);
}
.student-center-page .bww-student-scholarship-detail__type {
  margin: 0 0 var(--bww-space-3);
  font-size: var(--bww-text-sm);
  font-weight: 600;
  color: var(--bww-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .student-center-page .bww-student-scholarship-filters {
    flex-direction: column;
    align-items: stretch;
    gap: var(--bww-space-2);
  }
  .student-center-page .bww-student-scholarship-filters .bww-input,
  .student-center-page .bww-student-scholarship-filters .bww-select {
    width: 100%;
    flex: 0 0 auto;
    max-width: 100%;
    box-sizing: border-box;
  }
  .student-center-page .bww-student-scholarship-filters .bww-input {
    height: var(--bww-btn-height-sm);
    min-height: var(--bww-btn-height-sm);
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.2;
  }

  /* Scholarship listings — stack columns on mobile */
  .student-center-page .bww-student-scholarship-table-panel .bww-table-wrap {
    overflow-x: visible;
  }
  .student-center-page #scholarshipTable thead {
    display: none;
  }
  .student-center-page #scholarshipTable tbody tr.scholarship-row {
    display: block;
    padding: var(--bww-space-4) 0;
    border-bottom: 1px solid var(--bww-surface-border);
  }
  .student-center-page #scholarshipTable tbody tr.scholarship-row:last-child {
    border-bottom: none;
  }
  .student-center-page #scholarshipTable tbody tr.scholarship-row td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-bottom: none;
    padding: 0;
  }
  .student-center-page #scholarshipTable tbody tr:nth-child(even):not(.bww-data-table__ad-row) td {
    background: transparent;
  }
  .student-center-page #scholarshipTable tbody tr.scholarship-row td:nth-child(2),
  .student-center-page #scholarshipTable tbody tr.scholarship-row td:nth-child(3),
  .student-center-page #scholarshipTable tbody tr.scholarship-row td:nth-child(4) {
    margin-top: var(--bww-space-3);
    padding-top: var(--bww-space-3);
    border-top: 1px solid var(--bww-surface-border);
  }
  .student-center-page #scholarshipTable tbody tr.scholarship-row td:nth-child(2)::before {
    content: "Region";
    display: block;
    margin-bottom: 4px;
    font-size: var(--bww-text-xs);
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--bww-text-muted);
  }
  .student-center-page #scholarshipTable tbody tr.scholarship-row td:nth-child(3)::before {
    content: "Deadline";
    display: block;
    margin-bottom: 4px;
    font-size: var(--bww-text-xs);
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--bww-text-muted);
  }
  .student-center-page #scholarshipTable tbody tr.scholarship-row td:nth-child(4)::before {
    content: "Focus";
    display: block;
    margin-bottom: 4px;
    font-size: var(--bww-text-xs);
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--bww-text-muted);
  }
  .student-center-page #scholarshipTable .bww-data-table__date {
    text-align: left;
    white-space: normal;
    font-weight: 600;
  }
  .student-center-page #scholarshipTable .bww-student-scholarship-focus {
    word-break: break-word;
  }
  .student-center-page #scholarshipTable .bww-data-table__ad-row {
    display: block;
    border: none;
    padding: var(--bww-space-2) 0;
  }
  .student-center-page #scholarshipTable .bww-data-table__ad-row td {
    display: block;
    width: 100%;
    padding: var(--bww-space-2) 0;
    border: none;
  }
}
.student-center-page .bww-student-college-detail__school {
  margin: 0 0 var(--bww-space-3);
  font-size: var(--bww-text-lg);
  font-weight: 700;
  line-height: 1.3;
  color: var(--bww-text);
}
.student-center-page .bww-student-college-html-panel .bww-student-college-html {
  font-size: var(--bww-text-base);
  line-height: 1.55;
  color: var(--bww-text);
}
.student-center-page .bww-student-college-html a {
  color: var(--bww-blue);
  text-decoration: underline;
}
.student-center-page .bww-student-college-html a:hover {
  color: var(--bww-red);
}
.student-center-page .bww-student-college-detail-video {
  margin-bottom: var(--bww-space-4);
}

/* College guide directory */
.student-center-page .bww-student-college-guide-lead {
  margin: 0 0 var(--bww-space-4);
  font-size: var(--bww-text-base);
  line-height: 1.55;
  color: var(--bww-text);
}
.student-center-page .bww-student-college-guide-meta {
  margin: 0 0 var(--bww-space-4);
  font-size: var(--bww-text-sm);
  line-height: 1.45;
  color: var(--bww-text-muted);
}
.student-center-page .bww-student-college-guide-filters form {
  display: flex;
  flex-direction: column;
  gap: var(--bww-space-3);
}
.student-center-page .bww-student-college-guide-filters__dropdowns {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: var(--bww-space-3);
}
.student-center-page .bww-student-college-guide-filters__dropdowns > div {
  flex: 1 1 160px;
  min-width: 0;
  max-width: 100%;
}
.student-center-page .bww-student-college-guide-filters__dropdowns .bww-label {
  display: block;
  margin-bottom: 4px;
}
.student-center-page .bww-student-college-guide-filters__dropdowns .bww-select {
  width: 100%;
}
.student-center-page .bww-student-college-guide-filters__search {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--bww-space-2);
}
.student-center-page .bww-student-college-guide-filters__search .bww-input {
  flex: 1 1 240px;
  min-width: 0;
}
.student-center-page .bww-student-college-guide-toc-label {
  margin: 0 0 var(--bww-space-2);
  font-size: var(--bww-text-sm);
  font-weight: 600;
  color: var(--bww-text-muted);
}
.student-center-page .bww-student-college-guide-state-picker {
  margin-bottom: var(--bww-space-2);
}
.student-center-page .bww-student-college-guide-state-picker .bww-label {
  display: block;
  margin-bottom: 6px;
}
.student-center-page .bww-student-college-guide-state-picker .bww-select {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.student-center-page .bww-student-college-guide-jump {
  margin-top: var(--bww-space-3);
  font-size: var(--bww-text-sm);
}
.student-center-page .bww-student-college-guide-jump summary {
  cursor: pointer;
  font-weight: 600;
  color: var(--bww-text-muted);
  list-style: none;
}
.student-center-page .bww-student-college-guide-jump summary::-webkit-details-marker {
  display: none;
}
.student-center-page .bww-student-college-guide-jump summary::after {
  content: " ▾";
  font-size: 0.85em;
}
.student-center-page .bww-student-college-guide-jump[open] summary::after {
  content: " ▴";
}
.student-center-page .bww-student-college-guide-jump__chips {
  margin-top: var(--bww-space-2);
  margin-bottom: 0;
}
.student-center-page .bww-student-college-guide-list-meta {
  font-weight: 400;
  font-size: var(--bww-text-sm);
  color: var(--bww-text-muted);
}
.student-center-page .bww-student-college-guide-table-panel {
  margin-bottom: var(--bww-space-4);
}
.student-center-page .bww-data-table__state-row td {
  padding: 0;
  border-bottom: 0;
  background: var(--bww-surface-muted);
}
.student-center-page .bww-student-college-guide__state {
  margin: 0;
  padding: var(--bww-space-2) var(--bww-space-3);
  font-size: var(--bww-text-sm);
  font-weight: 700;
  line-height: 1.3;
  color: var(--bww-text);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.student-center-page .bww-student-college-guide-table .bww-college-name a {
  font-weight: 700;
  color: var(--bww-text);
  text-decoration: none;
}
.student-center-page .bww-student-college-guide-table .bww-college-name a:hover {
  color: var(--bww-red);
}
.student-center-page .bww-student-college-guide-actions {
  text-align: center;
  margin: var(--bww-space-4) 0;
}
.student-center-page .bww-student-college-guide-actions__hint {
  margin: var(--bww-space-2) 0 0;
  font-size: var(--bww-text-sm);
  color: var(--bww-text-muted);
}
.student-center-page .bww-student-college-guide-browse {
  margin-bottom: var(--bww-space-5);
}
.student-center-page .bww-student-college-guide-browse .bww-student-section-heading + .bww-student-section-heading {
  margin-top: var(--bww-space-4);
}
@media (max-width: 767px) {
  .student-center-page .bww-student-college-guide-filters__dropdowns {
    flex-direction: column;
    align-items: stretch;
  }
  .student-center-page .bww-student-college-guide-filters__dropdowns > div {
    flex: 0 0 auto;
    width: 100%;
  }
  .student-center-page .bww-student-college-guide-filters__search {
    flex-direction: column;
    align-items: stretch;
  }
  .student-center-page .bww-student-college-guide-filters__search .bww-input,
  .student-center-page .bww-student-college-guide-filters__search .bww-btn {
    width: 100%;
    flex: none;
    max-width: 100%;
    box-sizing: border-box;
  }
  .student-center-page .bww-student-college-guide-filters__search .bww-input {
    height: var(--bww-btn-height-sm);
    min-height: var(--bww-btn-height-sm);
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.2;
  }

  /* College guide table — stack columns on mobile */
  .student-center-page .bww-student-college-guide-table-panel .bww-table-wrap {
    overflow-x: visible;
    max-width: 100%;
  }
  .student-center-page .bww-student-college-guide-table {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .student-center-page .bww-student-college-guide-table thead {
    display: none;
  }
  .student-center-page .bww-student-college-guide-table tbody {
    display: block;
    width: 100%;
  }
  .student-center-page .bww-student-college-guide-table tbody tr.bww-data-table__state-row {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .student-center-page .bww-student-college-guide-table tbody tr.bww-data-table__state-row td {
    display: block;
    width: 100% !important;
    padding: 0;
  }
  .student-center-page .bww-student-college-guide-table tbody tr:not(.bww-data-table__state-row) {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: var(--bww-space-4) 0;
    border-bottom: 1px solid var(--bww-surface-border);
  }
  .student-center-page .bww-student-college-guide-table tbody tr:not(.bww-data-table__state-row):has(.mv_slot_target_mobile) {
    padding: var(--bww-space-2) 0;
    border-bottom: none;
  }
  .student-center-page .bww-student-college-guide-table tbody td {
    display: block;
    width: 100% !important;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    border-bottom: none;
    padding: 0;
    float: none;
  }
  .student-center-page .bww-student-college-guide-table tbody tr:not(.bww-data-table__state-row):not(:has(.mv_slot_target_mobile)) td:nth-child(2),
  .student-center-page .bww-student-college-guide-table tbody tr:not(.bww-data-table__state-row):not(:has(.mv_slot_target_mobile)) td:nth-child(3),
  .student-center-page .bww-student-college-guide-table tbody tr:not(.bww-data-table__state-row):not(:has(.mv_slot_target_mobile)) td:nth-child(4) {
    margin-top: var(--bww-space-3);
    padding-top: var(--bww-space-3);
    border-top: 1px solid var(--bww-surface-border);
  }
  .student-center-page .bww-student-college-guide-table tbody tr:not(.bww-data-table__state-row):not(:has(.mv_slot_target_mobile)) td:nth-child(2)::before {
    content: "School";
    display: block;
    margin-bottom: 4px;
    font-size: var(--bww-text-xs);
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--bww-text-muted);
  }
  .student-center-page .bww-student-college-guide-table tbody tr:not(.bww-data-table__state-row):not(:has(.mv_slot_target_mobile)) td:nth-child(3)::before {
    content: "City";
    display: block;
    margin-bottom: 4px;
    font-size: var(--bww-text-xs);
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--bww-text-muted);
  }
  .student-center-page .bww-student-college-guide-table tbody tr:not(.bww-data-table__state-row):not(:has(.mv_slot_target_mobile)) td:nth-child(4)::before {
    content: "State";
    display: block;
    margin-bottom: 4px;
    font-size: var(--bww-text-xs);
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--bww-text-muted);
  }
  .student-center-page .bww-student-college-guide-table .bww-college-name a {
    word-break: break-word;
    overflow-wrap: anywhere;
  }
  .student-center-page .bww-student-college-guide-table tbody tr:nth-child(even):not(.bww-data-table__state-row) td {
    background: transparent;
  }
}

/* Camp guide */
.student-center-page .bww-student-camp-news-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.student-center-page .bww-student-camp-news-list li {
  margin: 0 0 var(--bww-space-2);
  font-size: var(--bww-text-sm);
  line-height: 1.4;
}
.student-center-page .bww-student-camp-news-list a {
  font-weight: 600;
  color: var(--bww-text);
  text-decoration: none;
}
.student-center-page .bww-student-camp-news-list a:hover {
  color: var(--bww-red);
}
.student-center-page .bww-student-camp-filters {
  margin: 0 0 var(--bww-space-5);
}
.student-center-page .bww-student-camp-news {
  margin-bottom: var(--bww-space-5);
}
.student-center-page .bww-student-camp-filters__panel {
  padding: var(--bww-space-4);
  margin: 0;
}
.student-center-page .bww-student-camp-filters__fields {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--bww-space-2);
  margin-bottom: var(--bww-space-3);
}
.student-center-page .bww-student-camp-filters__fields .bww-select,
.student-center-page .bww-student-camp-filters__fields .bww-input {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.student-center-page .bww-student-camp-filter-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-bottom: var(--bww-space-3);
  font-size: var(--bww-text-sm);
}
.student-center-page .bww-student-camp-filter-checks label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
.student-center-page .bww-student-camp-filters__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--bww-space-2);
  align-items: center;
  justify-content: flex-start;
}
.student-center-page .bww-student-camp-search-btn {
  text-transform: none;
  letter-spacing: 0;
}
.student-center-page .bww-student-camp-results .bww-student-section-heading,
.student-center-page .bww-student-story-block > .bww-student-section-heading {
  margin-bottom: var(--bww-space-3);
}
.student-center-page .bww-student-camp-thumb {
  object-fit: cover;
}
.student-center-page .bww-student-detail__contact {
  margin: 0 0 var(--bww-space-4);
  font-size: var(--bww-text-base);
  line-height: 1.55;
  font-style: normal;
  color: var(--bww-text);
}
.student-center-page .bww-student-detail__contact a {
  color: var(--bww-text);
  text-decoration: underline;
}
.student-center-page .bww-student-detail__contact a:hover {
  color: var(--bww-red);
}
.student-center-page .bww-student-camp-detail-panel {
  padding: var(--bww-space-4);
}
.student-center-page .bww-student-camp-detail__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--bww-space-3) var(--bww-space-4);
  margin: 0;
}
.student-center-page .bww-student-camp-detail__fact {
  margin: 0;
}
.student-center-page .bww-student-camp-detail__fact dt {
  margin: 0 0 4px;
  font-size: var(--bww-text-sm);
  font-weight: 700;
  color: var(--bww-text);
}
.student-center-page .bww-student-camp-detail__fact dd {
  margin: 0;
  font-size: var(--bww-text-base);
  line-height: 1.45;
  color: var(--bww-text);
}
.student-center-page .bww-student-camp-detail__badges {
  margin-top: var(--bww-space-3);
}
.student-center-page .bww-student-camp-detail-about {
  padding: var(--bww-space-4);
}
.student-center-page .bww-student-camp-detail-video__wrap iframe {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .student-center-page .bww-student-camp-detail__facts {
    grid-template-columns: 1fr;
  }
}
.student-center-page .bww-student-camp-table__name .bww-school-show-title {
  margin: 0;
}
.student-center-page .bww-student-camp-table__type-mobile,
.student-center-page .bww-student-camp-table__focus-mobile {
  display: none;
}
.student-center-page .bww-student-camp-pagination {
  margin: var(--bww-space-4) 0 var(--bww-space-5);
}
.student-center-page .bww-student-camp-pagination .bww-btn--ghost {
  min-width: 2.25rem;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .student-center-page .bww-student-camp-filters__fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .student-center-page .bww-student-camp-filters__fields {
    grid-template-columns: 1fr;
  }
  .student-center-page .bww-student-camp-table__type,
  .student-center-page .bww-student-camp-table__focus {
    display: none;
  }
  .student-center-page .bww-student-camp-table__type-mobile,
  .student-center-page .bww-student-camp-table__focus-mobile {
    display: block;
    margin-top: 4px;
  }
}
@media (max-width: 600px) {
  .student-center-page .bww-student-calendar-filters .bww-search-row {
    flex-direction: column;
    align-items: stretch;
  }
  .student-center-page .bww-student-calendar-filters .bww-input,
  .student-center-page .bww-student-calendar-filters .bww-select--inline,
  .student-center-page .bww-student-calendar-filters .bww-btn {
    width: 100%;
    max-width: none;
    flex: none;
  }
  .student-center-page .bww-student-calendar-footer {
    flex-direction: column;
    align-items: stretch;
  }
  .student-center-page .bww-student-calendar-footer .bww-student-calendar-pagination {
    text-align: center;
  }
}

@media (max-width: 767px) {
  /* School show calendars — stack Show / Dates / School columns on mobile */
  .student-center-page .bww-student-calendar-unified-panel .bww-table-wrap,
  .student-center-page .bww-student-calendar-table-panel .bww-table-wrap {
    overflow-x: visible;
    max-width: 100%;
  }
  .student-center-page .bww-student-calendar-unified-panel .bww-data-table,
  .student-center-page .bww-student-calendar-table-panel .bww-data-table,
  .student-center-page .bww-student-camp-table {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    table-layout: auto;
  }
  .student-center-page .bww-student-calendar-unified-panel .bww-data-table thead,
  .student-center-page .bww-student-calendar-table-panel .bww-data-table thead {
    display: none;
  }
  .student-center-page .bww-student-calendar-unified-panel .bww-data-table tbody,
  .student-center-page .bww-student-calendar-table-panel .bww-data-table tbody {
    display: block;
    width: 100%;
  }
  .student-center-page .bww-student-calendar-unified-panel .bww-data-table tbody tr:not(.bww-data-table__ad-row),
  .student-center-page .bww-student-calendar-table-panel .bww-data-table tbody tr:not(.bww-data-table__ad-row) {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: var(--bww-space-4) 0;
    border-bottom: 1px solid var(--bww-surface-border);
  }
  .student-center-page .bww-student-calendar-unified-panel .bww-data-table tbody tr:not(.bww-data-table__ad-row):last-child,
  .student-center-page .bww-student-calendar-table-panel .bww-data-table tbody tr:not(.bww-data-table__ad-row):last-child {
    border-bottom: none;
  }
  .student-center-page .bww-student-calendar-unified-panel .bww-data-table tbody td,
  .student-center-page .bww-student-calendar-table-panel .bww-data-table tbody td {
    display: block;
    width: 100% !important;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    border-bottom: none;
    padding: 0;
    float: none;
  }
  .student-center-page .bww-student-calendar-unified-panel .bww-school-show-cell__inner {
    min-width: 0;
  }
  .student-center-page .bww-student-calendar-unified-panel .bww-school-show-cell__body {
    min-width: 0;
    overflow-wrap: anywhere;
  }
  .student-center-page .bww-student-calendar-unified-panel .bww-school-show-desc {
    display: none;
  }
  .student-center-page .bww-student-calendar-unified-panel .bww-data-table tbody tr.bww-data-table__featured-row {
    background: rgba(255, 251, 0, 0.12);
    border-radius: var(--bww-radius-md);
    padding-left: var(--bww-space-3);
    padding-right: var(--bww-space-3);
    margin-bottom: var(--bww-space-2);
  }
  .student-center-page .bww-student-calendar-unified-panel .bww-data-table tbody tr.bww-data-table__featured-row td {
    background: transparent;
  }
  .student-center-page .bww-student-calendar-unified-panel .bww-data-table tbody tr:nth-child(even):not(.bww-data-table__ad-row) td {
    background: transparent;
  }
  .student-center-page .bww-student-calendar-unified-panel .bww-data-table .bww-data-table__date {
    margin-top: var(--bww-space-3);
    padding-top: var(--bww-space-3);
    border-top: 1px solid var(--bww-surface-border);
    text-align: left;
    white-space: normal;
    font-weight: 600;
  }
  .student-center-page .bww-student-calendar-unified-panel .bww-data-table .bww-data-table__date::before {
    content: "Dates";
    display: block;
    margin-bottom: 4px;
    font-size: var(--bww-text-xs);
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--bww-text-muted);
  }
  .student-center-page .bww-student-calendar-unified-panel .bww-data-table .bww-data-table__theater {
    margin-top: var(--bww-space-3);
    padding-top: var(--bww-space-3);
    border-top: 1px solid var(--bww-surface-border);
    word-break: break-word;
    overflow-wrap: anywhere;
  }
  .student-center-page .bww-student-calendar-unified-panel .bww-data-table .bww-data-table__theater::before {
    content: "School";
    display: block;
    margin-bottom: 4px;
    font-size: var(--bww-text-xs);
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--bww-text-muted);
  }
  .student-center-page.bww-student-school-calendar-page .bww-student-calendar-unified-panel .bww-data-table .bww-data-table__theater::before {
    content: "Theatre";
  }
  .student-center-page .bww-student-calendar-unified-panel .bww-data-table .bww-data-table__theater a {
    display: inline;
    word-break: break-word;
  }
  .student-center-page .bww-student-calendar-unified-panel .bww-data-table .bww-data-table__meta {
    display: block;
    margin-top: 4px;
  }
  .student-center-page .bww-student-calendar-unified-panel .bww-data-table .bww-school-show-badges {
    margin-top: var(--bww-space-2);
  }
  .student-center-page .bww-student-calendar-unified-panel .bww-data-table .bww-data-table__ad-row {
    display: block;
    width: 100%;
    border: none;
    padding: var(--bww-space-2) 0;
  }
  .student-center-page .bww-student-calendar-unified-panel .bww-data-table .bww-data-table__ad-row td {
    display: block;
    width: 100%;
    padding: var(--bww-space-2) 0;
    border: none;
  }
  .student-center-page .bww-student-calendar-unified-panel .bww-data-table .bww-student-dance-empty {
    padding: var(--bww-space-4);
  }
}

/* Dance studios directory */
.student-center-page .bww-student-dance-filters {
  margin-bottom: var(--bww-space-5);
}
.student-center-page .bww-student-dance-filters__panel {
  padding: var(--bww-space-4);
  background: var(--bww-surface);
  border: 1px solid var(--bww-surface-border);
  border-radius: var(--bww-radius-lg);
}
.student-center-page .bww-student-dance-filters__primary {
  display: flex;
  flex-wrap: wrap;
  gap: var(--bww-space-2);
  align-items: center;
  margin-bottom: var(--bww-space-2);
}
.student-center-page .bww-student-dance-filters__primary .bww-input {
  flex: 1 1 180px;
  min-width: 0;
}
.student-center-page .bww-student-dance-advanced-toggle {
  margin: 0;
}
.student-center-page .bww-student-dance-advanced {
  margin-top: var(--bww-space-3);
  padding-top: var(--bww-space-3);
  border-top: 1px solid var(--bww-surface-border);
}
.student-center-page .bww-student-dance-advanced__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--bww-space-4);
}
.student-center-page .bww-student-dance-fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.student-center-page .bww-student-dance-fieldset legend {
  font-size: var(--bww-text-sm);
  font-weight: 700;
  margin-bottom: var(--bww-space-2);
  color: var(--bww-text);
}
.student-center-page .bww-student-dance-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: var(--bww-text-sm);
}
.student-center-page .bww-student-dance-checklist label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
.student-center-page .bww-student-dance-thumb {
  width: 88px;
  height: 88px;
  object-fit: cover;
}
.student-center-page .bww-student-dance-about-cell {
  vertical-align: top;
}
.student-center-page .bww-student-dance-empty {
  padding: var(--bww-space-5);
  text-align: center;
  color: var(--bww-text-muted);
}
.student-center-page .bww-student-dance-footer {
  margin-bottom: var(--bww-space-4);
}
.student-center-page .bww-student-dance-footer__count {
  color: var(--bww-text-muted);
  font-size: var(--bww-text-sm);
}
@media (max-width: 767px) {
  .student-center-page .bww-student-dance-advanced__grid {
    grid-template-columns: 1fr;
  }
  .student-center-page .bww-student-dance-filters__panel {
    padding: var(--bww-space-3);
  }
  .student-center-page .bww-student-dance-filters__primary {
    flex-direction: column;
    align-items: stretch;
    gap: var(--bww-space-2);
  }
  .student-center-page .bww-student-dance-filters__primary .bww-input,
  .student-center-page .bww-student-dance-filters__primary .bww-btn {
    width: 100%;
    flex: 0 0 auto;
    max-width: 100%;
    box-sizing: border-box;
  }
  .student-center-page .bww-student-dance-filters__primary .bww-input {
    height: var(--bww-btn-height-sm);
    min-height: var(--bww-btn-height-sm);
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.2;
  }
  .student-center-page .bww-student-dance-filters__primary .bww-btn {
    min-height: var(--bww-btn-height-sm);
  }

  /* Results: stack studio + about as cards instead of cramped columns */
  .student-center-page .bww-student-dance-results .bww-table-wrap {
    overflow-x: visible;
  }
  .student-center-page .bww-student-dance-table thead {
    display: none;
  }
  .student-center-page .bww-student-dance-table tbody tr:not(.bww-data-table__ad-row) {
    display: block;
    padding: var(--bww-space-4) 0;
    border-bottom: 1px solid var(--bww-surface-border);
  }
  .student-center-page .bww-student-dance-table tbody tr:not(.bww-data-table__ad-row):last-child {
    border-bottom: none;
  }
  .student-center-page .bww-student-dance-table tbody td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-bottom: none;
    padding: 0;
  }
  .student-center-page .bww-student-dance-table tbody tr.bww-data-table__featured-row {
    background: rgba(255, 251, 0, 0.12);
    border-radius: var(--bww-radius-md);
    padding-left: var(--bww-space-3);
    padding-right: var(--bww-space-3);
    margin-bottom: var(--bww-space-2);
  }
  .student-center-page .bww-student-dance-table tbody tr.bww-data-table__featured-row td {
    background: transparent;
  }
  .student-center-page .bww-student-dance-about-cell {
    margin-top: var(--bww-space-3);
    padding-top: var(--bww-space-3);
    border-top: 1px solid var(--bww-surface-border);
  }
  .student-center-page .bww-student-dance-table .bww-school-show-desc {
    margin-top: 0;
  }
  .student-center-page .bww-student-dance-table .bww-school-show-badges {
    margin-top: var(--bww-space-2);
  }
  .student-center-page .bww-student-dance-table tbody tr:nth-child(even):not(.bww-data-table__ad-row) td {
    background: transparent;
  }
  .student-center-page .bww-student-dance-table .bww-data-table__ad-row {
    display: block;
    border: none;
    padding: var(--bww-space-2) 0;
  }
  .student-center-page .bww-student-dance-table .bww-data-table__ad-row td {
    display: block;
    width: 100%;
    padding: var(--bww-space-2) 0;
    border: none;
  }
  .student-center-page .bww-student-dance-table .bww-student-dance-empty {
    padding: var(--bww-space-4);
  }
}

/* Youth theater detail */
.student-center-page .bww-breadcrumb {
  font-size: var(--bww-text-sm);
  color: var(--bww-text-muted);
  margin: 0 0 var(--bww-space-4);
  line-height: 1.4;
}
.student-center-page .bww-breadcrumb a {
  color: var(--bww-text-muted);
  text-decoration: none;
}
.student-center-page .bww-breadcrumb a:hover {
  color: var(--bww-red);
}
.student-center-page .bww-breadcrumb__sep {
  margin: 0 6px;
  color: var(--bww-border);
}
.student-center-page .bww-breadcrumb__current {
  color: var(--bww-text);
  font-weight: 600;
}
.student-center-page .bww-student-detail__panel {
  display: flow-root;
  padding: var(--bww-space-4);
  background: var(--bww-surface);
  border: 1px solid var(--bww-surface-border);
  border-radius: var(--bww-radius-lg);
}
.student-center-page .bww-student-detail__logo {
  float: right;
  width: 160px;
  max-width: 40%;
  height: auto;
  margin: 0 0 var(--bww-space-3) var(--bww-space-4);
  border-radius: var(--bww-radius-md);
  object-fit: contain;
  background: var(--bww-surface-muted);
}
.student-center-page .bww-student-detail__about {
  margin: 0 0 var(--bww-space-4);
  font-size: var(--bww-text-base);
  line-height: 1.55;
  color: var(--bww-text);
}
.student-center-page .bww-student-detail__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--bww-space-2);
  align-items: center;
}
.student-center-page .bww-student-faq-panel {
  padding: var(--bww-space-4);
}
.student-center-page .bww-student-faq {
  margin: 0;
}
.student-center-page .bww-student-faq__q {
  margin: 0 0 var(--bww-space-1);
  font-size: var(--bww-text-base);
  font-weight: 700;
  color: var(--bww-text);
  line-height: 1.4;
}
.student-center-page .bww-student-faq__a {
  margin: 0 0 var(--bww-space-4);
  font-size: var(--bww-text-base);
  line-height: 1.55;
  color: var(--bww-text);
}
.student-center-page .bww-student-faq__a:last-child {
  margin-bottom: 0;
}
.student-center-page .bww-student-detail-list-panel {
  padding: var(--bww-space-3) var(--bww-space-4);
}
.student-center-page .bww-student-detail-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.student-center-page .mobile1 .bww-student-detail-list,
.student-center-page .mobile1 .bww-student-detail-list__item {
  list-style: none !important;
  list-style-type: none !important;
  margin-left: 0 !important;
  padding-left: 0;
}
.student-center-page .mobile1 .bww-student-detail-list__item::marker {
  content: none;
}
.student-center-page .bww-student-detail-list__item {
  list-style: none;
  margin-left: 0;
  padding: var(--bww-space-3) 0;
  border-bottom: 1px solid var(--bww-surface-border);
}
.student-center-page .bww-student-detail-list__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.student-center-page .bww-student-detail-list__item:first-child {
  padding-top: 0;
}
.student-center-page .bww-student-detail-list--theaters .bww-school-show-thumb {
  width: 88px;
  height: 88px;
  object-fit: contain;
  background: var(--bww-surface-muted);
}
.student-center-page .bww-student-yt-region-heading {
  scroll-margin-top: 90px;
}
.student-center-page .bww-student-yt-filters__panel {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: var(--bww-space-3);
}
.student-center-page .bww-student-yt-filters__field {
  flex: 1 1 220px;
  min-width: 0;
}
.student-center-page .bww-student-yt-filters__field .bww-select {
  width: 100%;
  max-width: 100%;
}
.student-center-page .bww-student-yt-intro-panel {
  padding: var(--bww-space-4);
}
.student-center-page .bww-student-yt-intro-panel .bww-student-detail__about:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .student-center-page .bww-student-detail__logo {
    float: none;
    display: block;
    max-width: 140px;
    margin: 0 auto var(--bww-space-3);
  }
  .student-center-page .bww-student-detail__actions {
    flex-direction: column;
    align-items: stretch;
  }
  .student-center-page .bww-student-detail__actions .bww-btn {
    width: 100%;
  }
}

/* Student center detail pages (dance studio, camp, college, etc.) — dark */
:root[data-bww-theme="dark"] .student-center-page .bww-breadcrumb__current {
  color: #f0f0f0;
}
:root[data-bww-theme="dark"] .student-center-page .bww-breadcrumb,
:root[data-bww-theme="dark"] .student-center-page .bww-breadcrumb a {
  color: #b0b0b0;
}
:root[data-bww-theme="dark"] .student-center-page .bww-breadcrumb a:hover {
  color: #ff7a8a;
}
:root[data-bww-theme="dark"] .student-center-page .bww-breadcrumb__sep {
  color: #5a5a5a;
}
:root[data-bww-theme="dark"] .student-center-page .bww-student-detail__contact,
:root[data-bww-theme="dark"] .student-center-page .bww-student-detail__contact a {
  color: #e8e8e8;
}
:root[data-bww-theme="dark"] .student-center-page .bww-student-detail__contact a:hover {
  color: #ff7a8a;
}
:root[data-bww-theme="dark"] .student-center-page .bww-student-detail__actions .bww-btn--ghost {
  background: #242424;
  border-color: #3a3a3a;
  color: #e8e8e8;
}
:root[data-bww-theme="dark"] .student-center-page .bww-student-detail__actions .bww-btn--ghost:hover {
  border-color: #ff7a8a;
  color: #ff7a8a;
}
:root[data-bww-theme="dark"] .student-center-page .bww-student-camp-detail__fact dt {
  color: #f0f0f0;
}
:root[data-bww-theme="dark"] .student-center-page .bww-student-camp-detail__fact dd {
  color: #e8e8e8;
}
:root[data-bww-theme="dark"] .student-center-page .bww-student-detail__about {
  color: #e8e8e8;
}
:root[data-bww-theme="dark"] .student-center-page .bww-student-faq__q {
  color: #f0f0f0;
}
:root[data-bww-theme="dark"] .student-center-page .bww-student-faq__a {
  color: #e8e8e8;
}
:root[data-bww-theme="dark"] .student-center-page .bww-school-show-desc {
  color: #b0b0b0;
}
:root[data-bww-theme="dark"] .student-center-page .bww-student-detail-list .bww-school-show-title a {
  color: #e8e8e8;
}
:root[data-bww-theme="dark"] .student-center-page .bww-student-detail-list .bww-school-show-title a:hover {
  color: #ff7a8a;
}
:root[data-bww-theme="dark"] .student-center-page .bww-badge--muted {
  background: #242424;
  color: #e8e8e8;
  border: 1px solid #3a3a3a;
}
:root[data-bww-theme="dark"] .student-center-page .bww-student-college-detail__school {
  color: #f0f0f0;
}
:root[data-bww-theme="dark"] .student-center-page .bww-student-college-html,
:root[data-bww-theme="dark"] .student-center-page .bww-student-college-html-panel .bww-student-college-html {
  color: #e8e8e8;
}
:root[data-bww-theme="dark"] .student-center-page .bww-student-college-html a {
  color: #ff7a8a;
}
:root[data-bww-theme="dark"] .student-center-page .bww-student-college-html a:hover {
  color: #ff9aa6;
}
:root[data-bww-theme="dark"] .student-center-page .bww-student-feed-more {
  color: #b0b0b0;
}
:root[data-bww-theme="dark"] .student-center-page .bww-student-feed-more a {
  color: #ff7a8a;
}
:root[data-bww-theme="dark"] .student-center-page .bww-student-glossary-lead {
  color: #e8e8e8;
}
:root[data-bww-theme="dark"] .student-center-page .bww-student-glossary-term {
  color: #f0f0f0;
}
:root[data-bww-theme="dark"] .student-center-page .bww-student-glossary-meta {
  color: #b0b0b0;
}
:root[data-bww-theme="dark"] .student-center-page .bww-student-glossary-list dd {
  color: #e8e8e8;
}
:root[data-bww-theme="dark"] .student-center-page .bww-student-glossary-pos {
  color: #c8c8c8;
}
:root[data-bww-theme="dark"] .student-center-page .bww-student-glossary-anchor {
  color: #888;
}
:root[data-bww-theme="dark"] .student-center-page .bww-student-glossary-list dt:hover .bww-student-glossary-anchor {
  color: #ff7a8a;
}
:root[data-bww-theme="dark"] .student-center-page .bww-student-glossary-list dt {
  border-top-color: #3a3a3a;
}
:root[data-bww-theme="dark"] .student-center-page .bww-student-glossary-list dt:target {
  background: rgba(178, 2, 35, 0.12);
}
:root[data-bww-theme="dark"] .student-center-page .bww-student-glossary-index .bww-chip:not(.is-empty) {
  background: #242424;
  border-color: #3a3a3a;
  color: #e8e8e8;
}
:root[data-bww-theme="dark"] .student-center-page .bww-student-glossary-index .bww-chip:not(.is-empty):hover {
  background: #2e1a1d;
  border-color: var(--bww-red);
  color: #ff9aa6;
}
:root[data-bww-theme="dark"] .student-center-page .bww-student-detail__panel,
:root[data-bww-theme="dark"] .student-center-page .bww-content-panel.bww-student-camp-detail-panel,
:root[data-bww-theme="dark"] .student-center-page .bww-content-panel.bww-student-camp-detail-about {
  background: #1a1a1a;
  border-color: #3a3a3a;
  color: #e8e8e8;
}
:root[data-bww-theme="dark"] .student-center-page address.bww-student-detail__contact {
  color: #e8e8e8;
}
:root[data-bww-theme="dark"] .student-center-page .bww-student-detail__actions a.bww-btn--ghost {
  background: #242424;
  border-color: #3a3a3a;
  color: #e8e8e8;
}
:root[data-bww-theme="dark"] .student-center-page .bww-student-detail__actions a.bww-btn--ghost:hover {
  border-color: #ff7a8a;
  color: #ff7a8a;
}
:root[data-bww-theme="dark"] .student-center-page .bww-student-section-heading {
  color: #e8e8e8 !important;
}
:root[data-bww-theme="dark"] .student-center-page .bww-student-feed-panel,
:root[data-bww-theme="dark"] .student-center-page .bww-student-swiper-panel,
:root[data-bww-theme="dark"] .student-center-page .bww-content-panel.bww-student-jr-shows-panel,
:root[data-bww-theme="dark"] .student-center-page .bww-student-shows-panel {
  background: #1a1a1a !important;
  border-color: #3a3a3a !important;
}
:root[data-bww-theme="dark"] .student-center-page .bww-student-feed-panel .bww-card--feed {
  background: transparent !important;
  background-color: transparent !important;
  border-color: transparent !important;
  border-bottom-color: #3a3a3a !important;
  box-shadow: none !important;
}
:root[data-bww-theme="dark"] .student-center-page .bww-student-feed-panel .bww-card--feed:hover {
  box-shadow: none !important;
}
:root[data-bww-theme="dark"] .student-center-page .bww-card--feed .bww-card__title--category a {
  color: #f0f0f0 !important;
}
:root[data-bww-theme="dark"] .student-center-page .bww-card--feed .bww-card__title--category a:hover {
  color: #ff7a8a !important;
}
:root[data-bww-theme="dark"] .student-center-page .bww-card--feed .bww-card__meta,
:root[data-bww-theme="dark"] .student-center-page .bww-card--feed .bww-card__snippet {
  color: #a0a0a0 !important;
}
:root[data-bww-theme="dark"] .student-center-page .bww-student-shows-grid .bww-show-card {
  background: #242424 !important;
  border-color: #3a3a3a !important;
}
:root[data-bww-theme="dark"] .student-center-page .bww-student-section-heading a {
  color: #e8e8e8 !important;
}
:root[data-bww-theme="dark"] .student-center-page .bww-student-section-heading a:hover {
  color: #ff7a8a !important;
}
:root[data-bww-theme="dark"] .student-center-page .bww-content-panel.bww-student-calendar-table-panel {
  background: #1a1a1a !important;
  border-color: #3a3a3a !important;
}
:root[data-bww-theme="dark"] .student-center-page .bww-school-show-title a {
  color: #e8e8e8 !important;
}
:root[data-bww-theme="dark"] .student-center-page .bww-school-show-title a:hover {
  color: #ff7a8a !important;
}
:root[data-bww-theme="dark"] .student-center-page .bww-school-show-desc {
  color: #a0a0a0 !important;
}
:root[data-bww-theme="dark"] .student-center-page .bww-student-calendar-pagination,
:root[data-bww-theme="dark"] .student-center-page .bww-student-calendar-pagination a {
  color: #ff7a8a !important;
}
:root[data-bww-theme="dark"] .student-center-page .bww-student-calendar-pagination a:hover {
  color: #ff9aa6 !important;
}
:root[data-bww-theme="dark"] .student-center-page .bww-student-camp-filter-checks label {
  color: #e8e8e8;
}
:root[data-bww-theme="dark"] .student-center-page .bww-student-camp-pagination .bww-btn--ghost {
  background: #242424;
  border-color: #3a3a3a;
  color: #e8e8e8;
}
:root[data-bww-theme="dark"] .student-center-page .bww-student-camp-pagination .bww-btn--ghost:hover {
  border-color: #b20223;
  color: #ff7a8a;
}
:root[data-bww-theme="dark"] .student-center-page .bww-student-college-hub-actions .bww-btn--ghost {
  background: #242424 !important;
  border-color: #3a3a3a !important;
  color: #e8e8e8 !important;
}
:root[data-bww-theme="dark"] .student-center-page .bww-student-college-hub-actions .bww-btn--ghost:hover {
  border-color: #b20223 !important;
  color: #ff7a8a !important;
}
:root[data-bww-theme="dark"] .student-center-page .bww-student-shows-grid .bww-show-card__title {
  color: #e8e8e8 !important;
}

/* ── Student center (scholarships, college guide, calendars, etc.) ─────────── */
main.inner-page.board-thread-page > .container > .container.pt-20,
main.inner-page.board-category-page > .container > .container.pt-20,
main.inner-page.board-profile-page > .container > .container.pt-20,
.student-center-page > .container > .container.pt-20,
.shows-page > .container > .container.pt-20,
.theatre-page > .container > .container.pt-20 {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}
.student-center-page > .container > .container.pt-20 > .row,
.student-center-page > .container.bww-student-school-calendar-content > .row {
  margin-top: 0;
  align-items: flex-start;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.student-center-page > .container > .container.pt-20 > .row > .col-lg-7.mobile1,
.student-center-page > .container.bww-student-school-calendar-content > .row > .col-lg-7.mobile1 {
  min-width: 0;
  overflow-x: clip;
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.student-center-page > .container > .container.pt-20 > .row > .most-popular.l-side,
.student-center-page > .container.bww-student-school-calendar-content > .row > .most-popular.l-side,
.student-center-page > .container > .container.pt-20 > .row > .r-side,
.student-center-page > .container.bww-student-school-calendar-content > .row > .r-side,
.student-center-page > .container > .container.pt-20 > .row > .video-row,
.student-center-page > .container.bww-student-school-calendar-content > .row > .video-row,
.student-center-page > .container > .container.pt-20 > .row > .col-lg-3.video-row.r-side,
.student-center-page > .container.bww-student-school-calendar-content > .row > .col-lg-3.video-row.r-side,
.student-center-page > .container > .container.pt-20 > .row > .col-lg-4.video-row.r-side,
.student-center-page > .container.bww-student-school-calendar-content > .row > .col-lg-4.video-row.r-side {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
@media (min-width: 992px) {
  .student-center-page > .container > .container.pt-20 > .row > .col-lg-2.most-popular.l-side,
  .student-center-page > .container.bww-student-school-calendar-content > .row > .col-lg-2.most-popular.l-side {
    display: block !important;
    flex: 0 0 16.666667% !important;
    max-width: 16.666667% !important;
    min-width: 0 !important;
  }
  .student-center-page > .container > .container.pt-20 > .row > .col-lg-7.mobile1,
  .student-center-page > .container.bww-student-school-calendar-content > .row > .col-lg-7.mobile1 {
    flex: 0 0 58.333333% !important;
    max-width: 58.333333% !important;
  }
  .student-center-page > .container > .container.pt-20 > .row > .col-lg-3.video-row.r-side,
  .student-center-page > .container.bww-student-school-calendar-content > .row > .col-lg-3.video-row.r-side,
  .student-center-page > .container > .container.pt-20 > .row > .col-lg-4.video-row.r-side,
  .student-center-page > .container.bww-student-school-calendar-content > .row > .col-lg-4.video-row.r-side,
  .student-center-page > .container > .container.pt-20 > .row > .video-row.r-side,
  .student-center-page > .container.bww-student-school-calendar-content > .row > .video-row.r-side {
    display: flex !important;
    flex-direction: column !important;
    flex: 0 0 25% !important;
    max-width: 25% !important;
    min-width: 0 !important;
    float: none !important;
    clear: none !important;
  }
  .student-center-page > .container > .container.pt-20 > .row > .col-lg-4.video-row.r-side,
  .student-center-page > .container.bww-student-school-calendar-content > .row > .col-lg-4.video-row.r-side {
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
  }
}
/* Narrow POPULAR sidebar — full-width section rule, flush column gutters */
.student-center-page .most-popular.l-side .section-tittle:has(.y-color) {
  margin-top: 0 !important;
  margin-bottom: var(--bww-space-3) !important;
}
.student-center-page .most-popular.l-side .section-tittle:has(.y-color) .y-color {
  margin-left: 0;
  padding-left: 0;
}
@media (min-width: 992px) {
  .student-center-page > .container > .container.pt-20 > .row > .col-lg-2.most-popular.l-side,
  .student-center-page > .container.bww-student-school-calendar-content > .row > .col-lg-2.most-popular.l-side {
    padding-right: var(--bww-space-3) !important;
    padding-left: 0 !important;
  }
  .student-center-page > .container > .container.pt-20 > .row > .col-lg-7.mobile1,
  .student-center-page > .container.bww-student-school-calendar-content > .row > .col-lg-7.mobile1 {
    padding-left: var(--bww-space-2) !important;
    padding-right: var(--bww-space-4) !important;
  }
}
@media (max-width: 991px) {
  .student-center-page > .container > .container.pt-20 > .row > [class*="col-"],
  .student-center-page > .container.bww-student-school-calendar-content > .row > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .student-center-page .mobile1,
  .student-center-page .l-side,
  .student-center-page .r-side,
  .student-center-page .video-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
main.inner-page.student-center-page {
  overflow-x: clip;
}
