/* Remove redundant labels on the compact band room detail screen. */

.band-room-shell .compact-room-hero-card .room-hero-top .section-kicker,
.band-room-shell .band-panel-card .band-compact-section-head .section-kicker {
  display: none;
}

.band-room-shell .compact-room-hero-card .room-title,
.band-room-shell .band-panel-card .band-compact-section-head h2 {
  margin-top: 0;
}

/* The availability controls already explain the flow, so keep this panel compact. */
.band-room-shell .band-panel-card .band-compact-section-head h2,
.band-room-shell .band-panel-card .band-week-picker-label,
.band-room-shell .band-panel-card .save-state {
  display: none;
}

.band-room-shell .band-panel-card {
  padding-top: 0.78rem;
}

.band-room-shell .band-panel-card .band-compact-section-head {
  margin-bottom: 0;
}

.band-room-shell .band-panel-card .band-compact-section-head > div:first-child {
  display: none;
}

.band-room-shell .band-panel-card .band-availability-toolbar {
  display: block;
}

.band-room-shell .band-panel-card .band-availability-toolbar-actions {
  justify-content: flex-start;
}

.band-room-shell .band-panel-card .band-availability-group-head {
  display: none;
}

.band-room-shell .band-panel-card .band-availability-groups {
  margin-top: 0.52rem;
}
