/* Modify court dialog on training venue detail page (#130) */
.modify-court-dialog {
  width: min(56rem, calc(100vw - 2rem));
}

/* Per-weekday weekly slots list on venue detail page (#130) */
.weekday-slot-list {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  line-height: 1.35;
}

.weekday-slot-row {
  white-space: nowrap;
}

.weekday-slot-day {
  font-weight: var(--meta-strong-weight);
}

/* Consistent breathing room above an action row that follows a table or
   the venue panel's last form field, per #123 decision 23. */
.panel-action-row {
  margin-top: var(--space-4);
  margin-bottom: var(--space-5);
}

.panel-heading-gap {
  margin-top: var(--space-7);
}

/* A gap separating one form field group from the previous one, e.g. the
   attribute form's Visibility group from Name (#123 decision 23). */
.form-field-gap {
  margin-top: var(--space-6);
}
