.clinic-two-months-schedule {
	background: #fff;
	padding: 10px;
}

.clinic-two-months-schedule .months-wrapper {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.clinic-two-months-schedule .month-column {
	flex: 1 1 300px;
}

.clinic-two-months-schedule .month-title {
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.clinic-two-months-schedule .schedule-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 12px;
}

.clinic-two-months-schedule .schedule-table thead {
	background: #e3f6e8;
	color: #333;
}

.clinic-two-months-schedule .schedule-table th,
.clinic-two-months-schedule .schedule-table td {
	border: 1px solid #ddd;
	text-align: center;
	padding: 4px;
	vertical-align: top;
}

.clinic-two-months-schedule .time-cell {
	width: 80px;
	font-weight: bold;
}

.clinic-two-months-schedule .time-header {
	background: #e3f6e8;
}

.clinic-two-months-schedule .day-name-header.today {
	background: #0073aa;
	color: #fff;
}

.clinic-two-months-schedule .day-name-header.past {
	opacity: 0.6;
}

.clinic-two-months-schedule .schedule-cell.status-available,
.clinic-two-months-schedule .status-available {
	color: #28a745;
}

.clinic-two-months-schedule .status-partial {
	color: #ffc107;
}

.clinic-two-months-schedule .status-unavailable {
	color: #dc3545;
}

.clinic-two-months-schedule .sunday {
	background: #fff5f5;
}

.clinic-two-months-schedule .saturday {
	background: #f5f8ff;
}

.clinic-two-months-schedule .holiday {
	background: #fff8e1;
}

.clinic-two-months-schedule .schedule-cell {
	padding: 4px;
}

.clinic-two-months-schedule .day-label {
	font-weight: bold;
	margin-bottom: 2px;
}

.clinic-two-months-schedule .cell-separator {
	border-top: 1px solid #ddd;
	margin: 2px 0;
}

.clinic-two-months-schedule .slot-row {
	font-size: 11px;
	line-height: 1.3;
}

@media (max-width: 768px) {
	.clinic-two-months-schedule .months-wrapper {
		flex-direction: column;
	}
}
