/* ===== RS Love 前台門診表 ===== */

.rs-love-wrapper {
	width: 100%;
	max-width: 1280px;
	margin: 1em auto;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.rs-love-table {
	width: 100%;
	min-width: 800px;
	border-collapse: collapse;
	background: #fff;
	font-size: 18px;
	line-height: 1.6;
	table-layout: fixed;
	font-family: "Noto Sans TC", sans-serif;
	letter-spacing: 1.8px;
}

.rs-love-table th,
.rs-love-table td {
	text-align: center;
	vertical-align: middle;
	padding: 20px 10px;
	border: none;
}

/* 表頭列(一~日) */
.rs-love-headrow th {
	background: #5BADE1;
	color: #fff;
	font-family: "Noto Sans TC", sans-serif;
	font-weight: 400;
	font-size: 23px;
	line-height: 1.6;
	letter-spacing: 2.3px;
	padding: 20px 10px;
}

/* 表頭圓角 */
.rs-love-headrow th:first-child {
	border-radius: 16px 0 0 0;
}
.rs-love-headrow th:last-child {
	border-radius: 0 16px 0 0;
}

/* 左上角空白格 */
.rs-love-headrow .rs-love-corner {
	background: #5BADE1;
	width: 229px;
	min-width: 180px;
}

/* 資料列:橫向分隔線 1px #D9D9D9,左右最邊不加 border */
.rs-love-row td {
	height: 100px;
	padding: 20px 10px;
	border-bottom: 1px solid #D9D9D9;
}

/* 最後一列不需要底線 */
.rs-love-table tbody tr:last-child td {
	border-bottom: none;
}

/* 早班 / 午班 / 晚班(每列最左格) */
.rs-love-session {
	text-align: left !important;
	width: 229px;
	min-width: 180px;
	color: #555555;
	font-family: "Noto Sans TC", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 1.8px;
}

.rs-love-session-label {
	font-family: "Noto Sans TC", sans-serif;
}

.rs-love-session-time {
	font-family: "Poppins", sans-serif;
}

/* cell 文字色 */
.rs-love-cell {
	color: #555555;
	font-family: "Noto Sans TC", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 1.8px;
}

/* 休診 */
.rs-love-cell-closed {
	color: #5BADE1;
}

/* 醫生連結 */
.rs-love-doctor-link {
	color: #555555;
	text-decoration: none;
	transition: color 0.2s ease;
}
.rs-love-doctor-link:hover,
.rs-love-doctor-link:focus {
	color: #5BADE1;
	text-decoration: none;
}

/* 醫生純文字(無連結) */
.rs-love-doctor-text {
	color: #555555;
}

/* ===== RWD ===== */
@media (max-width: 1024px) {
	.rs-love-table {
		font-size: 16px;
	}
	.rs-love-table .rs-love-row td {
		height: 80px;
		padding: 15px 8px;
	}
	.rs-love-headrow th {
		font-size: 20px;
	}
	.rs-love-cell {
		font-size: 16px;
	}
	.rs-love-session {
		font-size: 16px;
	}
}

@media (max-width: 768px) {
	.rs-love-table {
		font-size: 14px;
	}
	.rs-love-table th,
	.rs-love-table td {
		padding: 10px 6px;
	}
	.rs-love-headrow th {
		font-size: 18px;
		padding: 15px 6px;
	}
	.rs-love-table .rs-love-row td {
		height: 70px;
		padding: 12px 6px;
	}
	.rs-love-cell {
		font-size: 14px;
	}
	.rs-love-session {
		font-size: 14px;
		min-width: 140px;
		width: 160px;
	}
}

@media (max-width: 499px) {
	.rs-love-table {
		font-size: 14px;
	}
	.rs-love-table th,
	.rs-love-table td {
		padding: 8px 4px;
	}
	.rs-love-session {
		min-width: 120px;
		width: 130px;
	}
}
