/*
Theme Name: HireMedicalAdmins
Theme URI: https://hiremedicaladmins.local/
Author: HireMedicalAdmins
Description: Custom WordPress theme converted from the Tailwind HTML build.
Version: 1.0.0
Text Domain: hiremedicaladmins
*/


/* Single blog post tables */
.single-post article.blogTextMed table {
	width: 100%;
	min-width: 680px;
	margin: 2rem 0;
	border: 1px solid #cbdedc;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 14px;
	overflow: hidden;
	background: #fff;
	font-size: clamp(15px, 1.25vw, 18px);
	line-height: 1.5;
	text-align: left;
}

.single-post article.blogTextMed table thead {
	background: #003433;
	color: #fff;
}

.single-post article.blogTextMed table th,
.single-post article.blogTextMed table td {
	padding: 14px 18px;
	border-right: 1px solid #cbdedc;
	border-bottom: 1px solid #cbdedc;
	vertical-align: top;
	overflow-wrap: anywhere;
}

.single-post article.blogTextMed table th {
	font-weight: 700;
}

.single-post article.blogTextMed table th:last-child,
.single-post article.blogTextMed table td:last-child {
	border-right: 0;
}

.single-post article.blogTextMed table tbody tr:last-child td {
	border-bottom: 0;
}

.single-post article.blogTextMed table tbody tr:nth-child(even) {
	background: #f3fafa;
}

.single-post article.blogTextMed table tbody tr:hover {
	background: #e8f6f5;
}

@media (max-width: 767px) {
	.single-post article.blogTextMed {
		overflow-x: hidden;
	}

	.single-post article.blogTextMed table {
		display: block;
		max-width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		font-size: 15px;
	}

	.single-post article.blogTextMed table th,
	.single-post article.blogTextMed table td {
		padding: 12px 14px;
	}
}
