/* Price quotes page */

.maxtel-price-page {
	background: #f7f9fc;
}

.maxtel-price-hero {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 260px;
	margin-bottom: 2rem;
	background: linear-gradient(135deg, #005a8f 0%, var(--maxtel-primary) 55%, #0d3046 100%);
	background-position: center;
	background-size: cover;
	overflow: hidden;
}

.maxtel-price-hero__overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(0, 50, 86, 0.92) 0%, rgba(0, 91, 145, 0.76) 58%, rgba(180, 32, 46, 0.42) 100%);
}

.maxtel-price-hero__inner {
	position: relative;
	padding: 2.6rem 0;
	color: #fff;
}

.maxtel-price-hero__eyebrow {
	margin: 0 0 0.55rem;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	opacity: 0.9;
}

.maxtel-price-hero__title {
	margin: 0 0 0.75rem;
	max-width: 820px;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.18;
}

.maxtel-price-hero__subtitle {
	margin: 0;
	max-width: 780px;
	font-size: 16px;
	line-height: 1.7;
	opacity: 0.95;
}

.maxtel-price-hero__stats {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin-top: 1.2rem;
}

.maxtel-price-hero__stats span {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.4rem 0.7rem;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	font-size: 13px;
	backdrop-filter: blur(8px);
}

.maxtel-price-body {
	padding-bottom: 3rem;
}

.maxtel-price-toolbar {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 2rem;
	padding: 1rem 1.25rem;
	background: #fff;
	border: 1px solid #e2ecf5;
	border-radius: var(--maxtel-radius);
	box-shadow: var(--maxtel-shadow);
}

.maxtel-price-search {
	flex: 1;
	min-width: 250px;
}

.maxtel-price-search input {
	width: 100%;
	padding: 0.7rem 1rem;
	border: 1px solid #d1dbe8;
	border-radius: var(--maxtel-radius-pill);
	font: inherit;
	font-size: 15px;
	background: #fff;
}

.maxtel-price-search input:focus {
	outline: 2px solid rgba(0, 115, 183, 0.22);
	border-color: var(--maxtel-primary);
}

.maxtel-price-list {
	display: grid;
	gap: 1.25rem;
}

.maxtel-price-index-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.maxtel-price-index-card {
	min-height: 100%;
}

.maxtel-price-index-card.is-hidden {
	display: none;
}

.maxtel-price-index-card__link {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	min-height: 100%;
	padding: 1rem;
	overflow: hidden;
	border: 1px solid #d8e6f1;
	border-radius: var(--maxtel-radius);
	background: linear-gradient(180deg, #fff 0%, #f8fbfe 100%);
	box-shadow: 0 10px 26px rgba(15, 42, 70, 0.06);
	color: inherit;
	text-decoration: none;
	transition: border-color 0.15s, box-shadow 0.15s, transform 0.15s, background 0.15s;
}

.maxtel-price-index-card__link:hover {
	border-color: rgba(0, 115, 183, 0.42);
	background: #fff;
	box-shadow: 0 16px 32px rgba(15, 42, 70, 0.1);
	transform: translateY(-2px);
}

.maxtel-price-index-card__media {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 16 / 10;
	width: 100%;
	padding: 0.7rem;
	overflow: hidden;
	border: 1px solid #d9e9f5;
	border-radius: 6px;
	background: linear-gradient(135deg, #eef7fd 0%, #ffffff 62%, #fff1f3 100%);
}

.maxtel-price-index-card__media::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 32%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 115, 183, 0.08) 100%);
	pointer-events: none;
}

.maxtel-price-index-card__image {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform 0.18s;
}

.maxtel-price-index-card__link:hover .maxtel-price-index-card__image {
	transform: scale(1.03);
}

.maxtel-price-index-card__body {
	display: grid;
	gap: 0.45rem;
	align-content: start;
}

.maxtel-price-index-card__title {
	margin: 0;
	color: var(--maxtel-secondary);
	font-size: 17px;
	font-weight: 700;
	line-height: 1.35;
	overflow-wrap: break-word;
}

.maxtel-price-index-card__desc {
	display: -webkit-box;
	margin: 0;
	overflow: hidden;
	color: #52637a;
	font-size: 13px;
	line-height: 1.5;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.maxtel-price-index-card__valid {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.65rem;
	padding: 0.5rem 0.65rem;
	border: 1px dashed #cfdfed;
	border-radius: 6px;
	background: #fff;
	color: #52637a;
	font-size: 12px;
}

.maxtel-price-index-card__valid > span {
	color: #7c8da5;
	font-weight: 600;
}

.maxtel-price-index-card__valid strong {
	color: #1e3a56;
	font-size: 12px;
	font-weight: 700;
	text-align: right;
	white-space: nowrap;
}

.maxtel-price-index-card__cta {
	margin-top: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	min-height: 38px;
	padding: 0.58rem 0.72rem;
	border-radius: 6px;
	background: #eaf5fb;
	color: var(--maxtel-primary);
	font-size: 13px;
	font-weight: 700;
	transition: background 0.15s, color 0.15s;
}

.maxtel-price-index-card__cta span {
	transition: transform 0.15s;
}

.maxtel-price-index-card__link:hover .maxtel-price-index-card__cta {
	background: var(--maxtel-primary);
	color: #fff;
}

.maxtel-price-index-card__link:hover .maxtel-price-index-card__cta span {
	transform: translateX(2px);
}

.maxtel-price-card {
	background: #fff;
	border: 1px solid #dce8f3;
	border-radius: var(--maxtel-radius);
	box-shadow: 0 18px 42px rgba(15, 42, 70, 0.06);
	overflow: hidden;
	transition: border-color 0.15s, box-shadow 0.15s;
}

.maxtel-price-card:hover {
	border-color: rgba(0, 115, 183, 0.4);
	box-shadow: 0 20px 46px rgba(15, 42, 70, 0.08);
}

.maxtel-price-card.is-hidden {
	display: none;
}

.maxtel-price-card__head {
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	padding: 1.25rem 1.35rem;
	border-bottom: 1px solid #e5eef7;
	background: linear-gradient(135deg, #ffffff 0%, #f3f9fd 100%);
}

.maxtel-price-card__type {
	display: inline-flex;
	margin-bottom: 0.55rem;
	padding: 0.2rem 0.55rem;
	border-radius: 999px;
	background: #e8f5fc;
	color: var(--maxtel-primary);
	font-size: 12px;
	font-weight: 700;
}

.maxtel-price-card__title {
	margin: 0;
	color: var(--maxtel-secondary);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
}

.maxtel-price-card__subtitle {
	margin: 0.45rem 0 0;
	max-width: 760px;
	color: #52637a;
	font-size: 14px;
	line-height: 1.65;
}

.maxtel-price-card__meta {
	display: flex;
	flex-shrink: 0;
	flex-wrap: wrap;
	gap: 0.45rem;
	justify-content: flex-end;
	align-content: flex-start;
	min-width: 150px;
}

.maxtel-price-card__meta span {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0.25rem 0.55rem;
	border-radius: 999px;
	background: #fff;
	border: 1px solid #dbe8f3;
	color: #42536b;
	font-size: 12px;
	font-weight: 700;
}

.maxtel-price-card__content {
	padding: 1rem 1.35rem 0;
	color: #465a72;
	font-size: 14px;
	line-height: 1.7;
}

.maxtel-price-card__content p {
	margin: 0 0 0.75rem;
}

.maxtel-price-card__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 280px;
	gap: 1rem;
	align-items: start;
	padding: 1.25rem 1.35rem 1.35rem;
}

.maxtel-price-table-wrap {
	overflow-x: auto;
	border: 1px solid #dfeaf4;
	border-radius: 8px;
	background: #fff;
}

.maxtel-price-table {
	width: 100%;
	min-width: 860px;
	border-collapse: separate;
	border-spacing: 0;
	font-size: 13px;
}

.maxtel-price-table caption {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}

.maxtel-price-table th,
.maxtel-price-table td {
	padding: 0.72rem 0.8rem;
	border-bottom: 1px solid #e8eef5;
	text-align: left;
	vertical-align: top;
}

.maxtel-price-table th {
	position: sticky;
	top: 0;
	z-index: 1;
	background: #f1f8fd;
	color: #23415c;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.maxtel-price-table tbody tr:nth-child(even) td {
	background: #fbfdff;
}

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

.maxtel-price-table a {
	color: var(--maxtel-primary);
	font-weight: 600;
	text-decoration: none;
}

.maxtel-price-table a:hover {
	text-decoration: underline;
}

.maxtel-price-table__sku {
	display: inline-flex;
	padding: 0.18rem 0.45rem;
	border-radius: 5px;
	background: #eef6fb;
	color: #1d4868;
	font-size: 12px;
	font-weight: 700;
	white-space: nowrap;
}

.maxtel-price-table__price {
	color: #b42334;
	font-weight: 700;
	white-space: nowrap;
}

.maxtel-price-table-empty {
	padding: 1rem;
	color: #64748b;
	font-size: 14px;
}

.maxtel-price-products {
	border: 1px solid #dfeaf4;
	border-radius: 8px;
	background: #fbfdff;
	padding: 0.9rem;
}

.maxtel-price-products h4 {
	margin: 0 0 0.75rem;
	color: var(--maxtel-secondary);
	font-size: 15px;
	font-weight: 700;
}

.maxtel-price-products__list {
	display: grid;
	gap: 0.65rem;
}

.maxtel-price-product {
	display: grid;
	grid-template-columns: 70px minmax(0, 1fr);
	gap: 0.65rem;
	align-items: center;
	padding: 0.55rem;
	border: 1px solid #e1ebf5;
	border-radius: 8px;
	background: #fff;
	color: inherit;
	text-decoration: none;
	transition: border-color 0.15s, transform 0.15s;
}

.maxtel-price-product:hover {
	border-color: var(--maxtel-primary);
	transform: translateY(-1px);
}

.maxtel-price-product__thumb {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1;
	border-radius: 6px;
	background: #f6f9fc;
	overflow: hidden;
}

.maxtel-price-product__thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.maxtel-price-product__body {
	display: grid;
	gap: 0.15rem;
	min-width: 0;
}

.maxtel-price-product__sku {
	color: #1d4868;
	font-size: 11px;
	font-weight: 700;
}

.maxtel-price-product__name {
	display: -webkit-box;
	overflow: hidden;
	color: var(--maxtel-secondary);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.maxtel-price-product__link {
	color: var(--maxtel-primary);
	font-size: 12px;
	font-weight: 700;
}

.maxtel-price-products__empty {
	margin: 0;
	color: #7c8da5;
	font-size: 13px;
}

.maxtel-price-card__note {
	margin: 0;
	padding: 0.85rem 1.35rem;
	border-top: 1px solid #e5eef7;
	background: #fff8f8;
	color: #7a2430;
	font-size: 13px;
	line-height: 1.6;
}

.maxtel-price-empty,
.maxtel-price-no-results {
	margin: 0 0 2rem;
	padding: 2.6rem 1.25rem;
	border: 1px solid #dce8f3;
	border-radius: var(--maxtel-radius);
	background: #fff;
	text-align: center;
	color: #64748b;
	box-shadow: var(--maxtel-shadow);
}

.maxtel-price-empty h2 {
	margin: 0 0 0.5rem;
	color: var(--maxtel-secondary);
	font-size: 22px;
}

.maxtel-price-empty p,
.maxtel-price-no-results {
	font-size: 14px;
	line-height: 1.7;
}

.maxtel-price-cta {
	margin-top: 2.5rem;
}

.maxtel-price-cta__inner {
	padding: 2rem 2.5rem;
	border-radius: var(--maxtel-radius);
	background: linear-gradient(135deg, var(--maxtel-primary) 0%, #005a9c 72%, #b42334 100%);
	color: #fff;
	text-align: center;
}

.maxtel-price-cta__inner h2 {
	margin: 0 0 0.5rem;
	font-size: 22px;
}

.maxtel-price-cta__inner p {
	margin: 0 auto 1.25rem;
	max-width: 620px;
	opacity: 0.95;
}

.maxtel-price-detail-page {
	background: #f7f9fc;
}

.maxtel-price-detail-hero {
	margin-bottom: 2rem;
	background: linear-gradient(135deg, #003e62 0%, var(--maxtel-primary) 74%, #b42334 100%);
	color: #fff;
}

.maxtel-price-detail-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 2rem;
	align-items: end;
	padding-top: 2.4rem;
	padding-bottom: 2.4rem;
}

.maxtel-price-detail-hero__type {
	display: inline-flex;
	margin-bottom: 0.75rem;
	padding: 0.25rem 0.65rem;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
}

.maxtel-price-detail-hero__title {
	margin: 0;
	max-width: 820px;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.18;
}

.maxtel-price-detail-hero__subtitle {
	margin: 0.75rem 0 0;
	max-width: 780px;
	font-size: 16px;
	line-height: 1.7;
	opacity: 0.94;
}

.maxtel-price-detail-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.2rem;
}

.maxtel-price-download-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	min-height: 44px;
	padding: 0.7rem 1rem;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 8px;
	background: #fff;
	color: var(--maxtel-primary);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 16px 30px rgba(0, 38, 66, 0.22);
	transition: transform 0.15s, box-shadow 0.15s;
}

.maxtel-price-download-btn::before {
	content: "↓";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 999px;
	background: var(--maxtel-primary);
	color: #fff;
	font-weight: 700;
	line-height: 1;
}

.maxtel-price-download-btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 18px 34px rgba(0, 38, 66, 0.28);
}

.maxtel-price-download-btn small {
	color: #6b7b90;
	font-size: 12px;
	font-weight: 600;
}

.maxtel-price-detail-hero__facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.65rem;
}

.maxtel-price-detail-hero__facts span {
	display: grid;
	gap: 0.1rem;
	padding: 0.75rem;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.12);
	font-size: 12px;
	line-height: 1.35;
	backdrop-filter: blur(8px);
}

.maxtel-price-detail-hero__facts strong {
	font-size: 16px;
	line-height: 1.2;
}

.maxtel-price-detail-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 1.5rem;
	align-items: start;
	padding-bottom: 3rem;
}

.maxtel-price-detail-hero__inner > *,
.maxtel-price-detail-layout > *,
.maxtel-price-detail-main,
.maxtel-price-detail-sidebar,
.maxtel-price-detail-products,
.maxtel-price-detail-contact,
.maxtel-price-detail-content {
	min-width: 0;
	max-width: 100%;
}

.maxtel-price-detail-main,
.maxtel-price-detail-products,
.maxtel-price-detail-contact {
	border: 1px solid #dce8f3;
	border-radius: var(--maxtel-radius);
	background: #fff;
	box-shadow: 0 18px 42px rgba(15, 42, 70, 0.06);
}

.maxtel-price-detail-main {
	padding: 1.2rem;
}

.maxtel-price-detail-content {
	margin-bottom: 1.4rem;
	color: #465a72;
	font-size: 15px;
	line-height: 1.75;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.maxtel-price-detail-content > :first-child {
	margin-top: 0;
}

.maxtel-price-detail-content img,
.maxtel-price-detail-content figure,
.maxtel-price-detail-content p {
	max-width: 100%;
}

.maxtel-price-detail-content img {
	height: auto;
}

.maxtel-price-detail-content table {
	width: 100%;
	min-width: 720px;
	margin: 1.1rem 0 0;
	border: 1px solid #cfe0ef;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 14px 32px rgba(15, 42, 70, 0.08);
	font-size: 14px;
	overflow: hidden;
}

.maxtel-price-detail-content th,
.maxtel-price-detail-content td {
	padding: 0.78rem 0.9rem;
	border: 0;
	border-right: 1px solid #dce8f3;
	border-bottom: 1px solid #dce8f3;
	text-align: left;
	vertical-align: top;
}

.maxtel-price-detail-content tr > :last-child {
	border-right: 0;
}

.maxtel-price-detail-content tbody tr:last-child td {
	border-bottom: 0;
}

.maxtel-price-detail-content th {
	background: linear-gradient(180deg, #0b7fbd 0%, var(--maxtel-primary) 100%);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.maxtel-price-detail-content tbody tr:nth-child(even) td {
	background: #f7fbff;
}

.maxtel-price-detail-content tbody tr:hover td {
	background: #eef7fd;
}

.maxtel-price-detail-content tbody td:first-child {
	color: #1c4562;
	font-weight: 600;
}

.maxtel-price-detail-content tbody td:last-child {
	color: #b42334;
	font-weight: 700;
	white-space: nowrap;
}

.maxtel-price-detail-table-section h2,
.maxtel-price-detail-note h2,
.maxtel-price-detail-products h2,
.maxtel-price-detail-contact h2 {
	margin: 0 0 0.85rem;
	color: var(--maxtel-secondary);
	font-size: 20px;
	font-weight: 700;
}

.maxtel-price-table--detail {
	min-width: 760px;
}

.maxtel-price-detail-note {
	margin-top: 1.2rem;
	padding: 1rem;
	border: 1px solid #f1cdd3;
	border-radius: 8px;
	background: #fff8f8;
	color: #7a2430;
}

.maxtel-price-detail-note p {
	margin: 0;
	font-size: 14px;
	line-height: 1.7;
}

.maxtel-price-detail-sidebar {
	display: grid;
	gap: 1rem;
	position: sticky;
	top: 96px;
}

.maxtel-price-detail-products,
.maxtel-price-detail-contact {
	padding: 1rem;
}

.maxtel-price-detail-products__list {
	display: grid;
	gap: 0.65rem;
	max-height: 720px;
	overflow: auto;
	padding-right: 0.15rem;
}

.maxtel-price-detail-products__list .maxtel-price-product__sku,
.maxtel-price-detail-products__list .maxtel-price-product__name,
.maxtel-price-detail-products__list .maxtel-price-product__link {
	font-weight: 400;
}

.maxtel-price-detail-contact {
	background: linear-gradient(135deg, #f7fbff 0%, #fff 100%);
}

.maxtel-price-detail-contact p {
	margin: 0 0 1rem;
	color: #52637a;
	font-size: 14px;
	line-height: 1.6;
}

.maxtel-price-detail-contact .maxtel-btn {
	width: 100%;
	justify-content: center;
	margin-top: 0.6rem;
}

.maxtel-price-detail-contact__download {
	background: #fff;
	border-color: #cfe0ef;
	color: var(--maxtel-primary);
}

@media (max-width: 1024px) {
	.maxtel-price-index-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.maxtel-price-card__grid {
		grid-template-columns: 1fr;
	}

	.maxtel-price-products__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.maxtel-price-detail-hero__inner,
	.maxtel-price-detail-layout {
		grid-template-columns: 1fr;
	}

	.maxtel-price-detail-sidebar {
		position: static;
	}

	.maxtel-price-detail-products__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-height: none;
	}
}

@media (max-width: 640px) {
	.maxtel-price-index-grid,
	.maxtel-price-detail-products__list {
		grid-template-columns: 1fr;
	}

	.maxtel-price-hero {
		min-height: 220px;
	}

	.maxtel-price-hero__inner {
		padding: 2rem 0;
	}

	.maxtel-price-hero__title {
		max-width: 20rem;
		font-size: 26px;
		overflow-wrap: break-word;
	}

	.maxtel-price-hero__subtitle {
		max-width: 21rem;
		font-size: 14px;
		overflow-wrap: break-word;
	}

	.maxtel-price-toolbar {
		align-items: stretch;
		padding: 0.9rem;
	}

	.maxtel-price-search {
		min-width: 100%;
	}

	.maxtel-price-card__head {
		flex-direction: column;
		padding: 1rem;
	}

	.maxtel-price-card__title {
		font-size: 19px;
	}

	.maxtel-price-detail-hero__inner {
		padding-top: 1.8rem;
		padding-bottom: 1.8rem;
	}

	.maxtel-price-detail-hero__title {
		max-width: 21rem;
		font-size: 26px;
		overflow-wrap: break-word;
	}

	.maxtel-price-detail-hero__subtitle {
		max-width: 21rem;
		font-size: 14px;
		overflow-wrap: break-word;
	}

	.maxtel-price-detail-hero__facts {
		grid-template-columns: 1fr;
	}

	.maxtel-price-detail-main,
	.maxtel-price-detail-products,
	.maxtel-price-detail-contact {
		width: 100%;
		padding: 1rem;
	}

	.maxtel-price-detail-content {
		position: relative;
		margin-right: -1rem;
		padding-right: 1rem;
		overflow-x: auto;
		overflow-y: hidden;
		scrollbar-color: rgba(0, 115, 183, 0.55) #e7f1f8;
		scrollbar-width: thin;
	}

	.maxtel-price-detail-content table {
		width: 640px;
		min-width: 640px;
		max-width: none;
		table-layout: fixed;
		margin-bottom: 0.45rem;
		font-size: 12px;
	}

	.maxtel-price-detail-content th,
	.maxtel-price-detail-content td {
		padding: 0.62rem 0.68rem;
		line-height: 1.45;
		overflow-wrap: anywhere;
	}

	.maxtel-price-detail-content tbody td:first-child {
		width: 210px;
	}

	.maxtel-price-detail-content tbody td:nth-child(2) {
		width: 160px;
	}

	.maxtel-price-detail-content tbody td:nth-child(3) {
		width: 190px;
	}

	.maxtel-price-card__meta {
		justify-content: flex-start;
		min-width: 0;
	}

	.maxtel-price-card__content,
	.maxtel-price-card__grid,
	.maxtel-price-card__note {
		padding-right: 1rem;
		padding-left: 1rem;
	}

	.maxtel-price-table-wrap {
		border: 0;
		background: transparent;
	}

	.maxtel-price-table {
		min-width: 0;
		border-collapse: collapse;
	}

	.maxtel-price-table thead {
		display: none;
	}

	.maxtel-price-table,
	.maxtel-price-table tbody,
	.maxtel-price-table tr,
	.maxtel-price-table td {
		display: block;
		width: 100%;
	}

	.maxtel-price-table tr {
		margin-bottom: 0.75rem;
		padding: 0.75rem;
		border: 1px solid #dfeaf4;
		border-radius: 8px;
		background: #fff;
	}

	.maxtel-price-table td {
		display: grid;
		grid-template-columns: 120px minmax(0, 1fr);
		gap: 0.75rem;
		padding: 0.45rem 0;
		border: 0;
		background: transparent !important;
		font-size: 13px;
	}

	.maxtel-price-table td::before {
		content: attr(data-label);
		color: #64748b;
		font-size: 12px;
		font-weight: 700;
		text-transform: uppercase;
	}

	.maxtel-price-products__list {
		grid-template-columns: 1fr;
	}

	.maxtel-price-cta__inner {
		padding: 1.5rem 1rem;
	}

	.maxtel-price-cta__inner h2,
	.maxtel-price-cta__inner p {
		max-width: 20rem;
		margin-inline: auto;
		overflow-wrap: break-word;
	}

	.maxtel-price-cta__inner h2 {
		font-size: 18px;
	}
}
