/* =============================================
   sections.css — Misc Section Styles
   ============================================= */

/* Section header with actions */
.roster-header,
.coaches-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: var(--spacing-xl);
  flex-wrap: wrap;
  gap: 16px;
}
.coaches-header .section-label { color: rgba(255,255,255,0.6); }
.coaches-header .section-title { color: var(--color-white); }
.coaches-header .section-title span { color: var(--color-red); }
