/* ============================================================
   schedule.css — wrapper around the day tabs + panels.
   The .darom-schedule-card is the white surface that contains
   both the sticky tabs strip and the day content.
   ============================================================ */

.darom-schedule {
	padding: 32px 0;
}

.darom-schedule-card {
	background: var(--c-white);
	border-radius: 16px;
	/* No overflow: hidden — would break the sticky tabs inside. */
}

@media (max-width: 760px) {
	.darom-schedule { padding: 16px 0; }
	.darom-schedule-card { border-radius: 12px; }
}
