.seo-table-title {
	margin: 24px 0 14px;
	color: #24323d;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0;
	text-transform: none;
}

.seo-price-table-wrapper {
	margin: 0 0 30px;
	border: 1px solid #e6edf0;
	border-radius: 20px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fbfb 100%);
	box-shadow: 0 16px 34px rgba(16, 34, 48, 0.07);
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.seo-price-table {
	width: 100%;
	min-width: 680px;
	border-collapse: collapse;
	color: #32424d;
}

.seo-price-table thead th {
	padding: 18px 20px;
	border-bottom: 1px solid #e6edf0;
	background: rgba(43, 154, 160, 0.06);
	color: #5f6f79;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0.04em;
	text-align: left;
	text-transform: uppercase;
}

.seo-price-table tbody td {
	padding: 18px 20px;
	border-bottom: 1px solid #edf2f4;
	background: transparent;
	font-size: 15px;
	line-height: 1.55;
	vertical-align: middle;
}

.seo-price-table tbody tr:last-child td {
	border-bottom: 0;
}

.seo-price-table tbody tr:hover td {
	background: rgba(43, 154, 160, 0.03);
}

.seo-price-table a,
.seo-price-table a:visited {
	color: #1f6e73;
	font-weight: 600;
	text-decoration: none;
}

.seo-price-table a:hover,
.seo-price-table a:focus-visible {
	color: #164f53;
	text-decoration: underline;
	text-underline-offset: 0.16em;
}

.seo-purpose-col {
	color: #53646f;
}

.seo-price-col {
	white-space: nowrap;
	color: #24323d;
	font-size: 16px;
	font-weight: 700;
}

.seo-price-unavailable {
	color: #8a4b33;
	font-size: 14px;
	font-weight: 600;
}

@media (max-width: 767px) {
	.seo-table-title {
		margin-top: 20px;
		font-size: 20px;
	}

	.seo-price-table thead th,
	.seo-price-table tbody td {
		padding: 15px 16px;
	}

	.seo-price-table tbody td {
		font-size: 14px;
	}

	.seo-price-col {
		font-size: 15px;
	}
}
