/* LPの既存配色を引き継ぎ、空席・残席記号の横に説明を添える。 */
.ss-schedule .ss-schedule__slot-mark--available,
.ss-schedule .ss-schedule__slot-mark--few {
  gap: 0.25em;
}

.ss-schedule .ss-schedule__slot-mark-label {
  font-size: var(--font-base, 14px);
  line-height: 1.2;
  white-space: nowrap;
}
