/* ==========================================================================
   Do You Rome · Tour schedule
   Departure time + meeting time
   ========================================================================== */

.dyr-tour-schedule {
	margin: 0 0 12px;
}

.dyr-tour-schedule__row {
	color: var(--e-global-color-secondary);
	font-family: var(--e-global-typography-0f8efe3-font-family);
	font-size: var(--e-global-typography-0f8efe3-font-size);
	line-height: var(--e-global-typography-0f8efe3-line-height);
}

.dyr-tour-schedule__row + .dyr-tour-schedule__row {
	margin-top: 6px;
}

.dyr-tour-schedule__label {
	font-weight: 600;
}

.dyr-tour-schedule__value {
	font-weight: 400;
}

.dyr-tour-schedule__slots {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.dyr-tour-schedule__slot {
	display: block;
}

.dyr-tour-schedule__row--schedule-detailed {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2px;
}

.dyr-tour-schedule__row--schedule-detailed .dyr-tour-schedule__value {
	display: block;
}

.dyr-tour-schedule__row--schedule-detailed .dyr-tour-schedule__slots {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
