/* Scoped to the price section. Fonts and .container come from the Samara theme. */
.samara-prices {
	padding: 60px 0 20px;
}

.samara-prices .samara-prices__title {
	margin: 0 0 36px;
	text-align: center;
}

.samara-prices__frame {
	position: relative;
	overflow: hidden;
	border: 1px solid #d7e5dc;
	border-top: 4px solid #00ac4f;
	border-radius: 10px;
	background: #fff;
}

.samara-prices .samara-prices__table {
	width: 100%;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	table-layout: fixed;
	color: #202720;
	font-family: mtr, sans-serif;
	font-size: 16px;
	line-height: 1.55;
}

.samara-prices__col-service { width: 56%; }
.samara-prices__col-details { width: 22%; }
.samara-prices__col-price { width: 22%; }

.samara-prices .samara-prices__table th,
.samara-prices .samara-prices__table td {
	padding: 17px 22px;
	border: 0;
	border-bottom: 1px solid #d7e5dc;
	vertical-align: middle;
	text-align: left;
	white-space: normal;
	overflow-wrap: anywhere;
}

.samara-prices .samara-prices__table th + th,
.samara-prices .samara-prices__table td {
	border-left: 1px solid #d7e5dc;
}

.samara-prices .samara-prices__table th {
	font-family: mtb, sans-serif;
	font-weight: 600;
}

.samara-prices .samara-prices__table thead th {
	background: #eaf6ed;
	color: #225637;
	font-size: 14px;
}

.samara-prices .samara-prices__table th:nth-child(n + 2),
.samara-prices .samara-prices__table td {
	text-align: center;
}

.samara-prices .samara-prices__table tbody tr:nth-child(even) {
	background: #f5f8f5;
}

.samara-prices .samara-prices__table tbody tr:last-child > * {
	border-bottom: 0;
}

.samara-prices .samara-prices__price {
	color: #18643c;
	font-family: mtb, sans-serif;
	font-weight: 600;
	font-variant-numeric: tabular-nums;
}

.samara-prices .samara-prices__sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

@media (max-width: 767px) {
	.samara-prices { padding: 36px 0 12px; }
	.samara-prices .samara-prices__title { margin-bottom: 24px; }
	.samara-prices .samara-prices__table { font-size: 14px; }
	.samara-prices .samara-prices__table th,
	.samara-prices .samara-prices__table td { padding: 14px 12px; }
	.samara-prices__col-service { width: 48%; }
	.samara-prices__col-details { width: 24%; }
	.samara-prices__col-price { width: 28%; }
}

@media (max-width: 479px) {
	.samara-prices .samara-prices__table { font-size: 13px; line-height: 1.5; }
	.samara-prices .samara-prices__table thead th { font-size: 11px; }
	.samara-prices .samara-prices__table th,
	.samara-prices .samara-prices__table td { padding: 12px 8px; }
}
