﻿.site-core-treatment-cards {
	width: 100%;
}

.site-core-treatment-cards__grid {
	width: 100%;
}

.site-core-treatment-cards__description {
	max-width: 32rem;
	color: #ffffff;
	font-size: 1rem;
	line-height: 1.6;
	text-align: center;
}

.site-core-treatment-cards__description p {
	margin: 0;
}

.site-core-treatment-cards .site-core-header__mega-card-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	min-width: 160px;
	padding: 0.85rem 1.8rem;
	border-radius: 0px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 2px;
	background: var(--e-global-color-primary, #825113);
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.16);
}

.site-core-treatment-cards .site-core-header__mega-card-button:hover,
.site-core-treatment-cards .site-core-header__mega-card-button:focus,
.site-core-treatment-cards .site-core-header__mega-card-button:focus-visible,
.site-core-treatment-cards .site-core-header__mega-card-button:active {
	background-color: var(--e-global-color-secondary, #C8923D) !important;
	color: #ffffff !important;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22) !important;
	transform: translate3d(0, -2px, 0);
	outline: none;
}

.site-core-treatment-cards .site-core-header__mega-face-link {
	color: inherit;
	text-decoration: none;
}

.site-core-treatment-cards :is(
	.site-core-header__mega-face-link,
	.site-core-header__mega-card-button
):hover,
.site-core-treatment-cards :is(
	.site-core-header__mega-face-link,
	.site-core-header__mega-card-button
):focus,
.site-core-treatment-cards :is(
	.site-core-header__mega-face-link,
	.site-core-header__mega-card-button
):focus-visible,
.site-core-treatment-cards :is(
	.site-core-header__mega-face-link,
	.site-core-header__mega-card-button
):active {
	border-color: transparent !important;
}

@media (max-width: 991px) {
	.site-core-treatment-cards__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.site-core-treatment-cards__grid {
		grid-template-columns: 1fr;
	}
}
