.cvc-working-hours {
	direction: rtl;
}

.cvc-working-hours .cvc-wh-block + .cvc-wh-block {
	margin-top: 1.25rem;
}

.cvc-working-hours .cvc-wh-card {
	background: #c080a0;
	border-radius: 16px;
	padding: 1.25rem 1.5rem 0.5rem;
	color: #111;
}

.cvc-working-hours .cvc-wh-doctor-name {
	margin: 0 0 0.75rem;
	font-size: 0.95rem;
	font-weight: 600;
	text-align: center;
	opacity: 0.9;
}

.cvc-working-hours .cvc-wh-title {
	margin: 0 0 1rem;
	font-size: 1.125rem;
	font-weight: 700;
	text-align: center;
	color: #111;
}

.cvc-working-hours .cvc-wh-rows {
	display: flex;
	flex-direction: column;
}

.cvc-working-hours .cvc-wh-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.85rem 0;
	border-top: 1px solid rgba(255, 255, 255, 0.45);
}

.cvc-working-hours .cvc-wh-day {
	font-weight: 600;
	white-space: nowrap;
}

.cvc-working-hours .cvc-wh-time {
	text-align: left;
	line-height: 1.6;
}

.cvc-working-hours .cvc-wh-empty {
	margin: 0;
	padding: 1rem 0;
	text-align: center;
	opacity: 0.85;
}
