.maxtel-entry-content .maxtel-article-insert {
	box-sizing: border-box;
	width: 100%;
	margin: 1.8rem 0;
	padding: clamp(1rem, 2.4vw, 1.35rem);
	border: 1px solid #e1ebf3;
	border-radius: 14px;
	background: linear-gradient(180deg, #fcfdff 0%, #f8fbfd 100%);
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.045);
	color: #334155;
	line-height: 1.5;
}

.maxtel-article-insert *,
.maxtel-article-insert *::before,
.maxtel-article-insert *::after {
	box-sizing: border-box;
}

.maxtel-article-insert__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1rem;
	padding-bottom: 0.85rem;
	border-bottom: 1px solid #e4edf5;
}

.maxtel-article-insert__eyebrow {
	display: block;
	margin-bottom: 0.2rem;
	color: #2479ad;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1.2;
	text-transform: uppercase;
}

.maxtel-entry-content .maxtel-article-insert__title {
	margin: 0;
	color: #243449;
	font-size: clamp(18px, 2.4vw, 22px);
	font-weight: 600;
	line-height: 1.3;
}

.maxtel-entry-content .maxtel-inline-products {
	border-color: #dfeaf3;
	background: linear-gradient(180deg, #fbfdff 0%, #f6fafc 100%);
	box-shadow: 0 10px 26px rgba(15, 23, 42, 0.04);
}

.maxtel-entry-content .maxtel-related-posts {
	margin: 1.25rem 0;
	padding: 0.85rem 1rem;
	border-left: 3px solid var(--maxtel-primary);
	border-radius: 10px;
	box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
}

.maxtel-related-posts .maxtel-article-insert__head {
	align-items: center;
	margin-bottom: 0.55rem;
	padding-bottom: 0;
	border-bottom: 0;
}

.maxtel-related-posts .maxtel-article-insert__eyebrow {
	margin-bottom: 0.1rem;
	font-size: 10px;
}

.maxtel-entry-content .maxtel-related-posts .maxtel-article-insert__title {
	font-size: 16px;
	line-height: 1.35;
}

.maxtel-related-posts__links {
	display: grid;
	gap: 0.4rem;
}

.maxtel-related-post-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	min-height: 40px;
	padding: 0.5rem 0.65rem;
	border: 1px solid #dce6ee;
	border-radius: 7px;
	background: #fff;
	color: #243349;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.45;
	text-decoration: none;
	transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.maxtel-related-post-link span {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.maxtel-related-post-link svg {
	flex: 0 0 auto;
}

.maxtel-related-post-link:hover,
.maxtel-related-post-link:focus-visible {
	border-color: #b9d5e7;
	background: #f0f8fd;
	color: var(--maxtel-primary);
}

.maxtel-related-post-link svg,
.maxtel-inline-product-card__cta svg {
	width: 14px;
	height: 14px;
	transition: transform 0.18s ease;
}

.maxtel-related-post-link:hover svg,
.maxtel-related-post-link:focus-visible svg,
.maxtel-inline-product-card__cta:hover svg,
.maxtel-inline-product-card__cta:focus-visible svg {
	transform: translateX(3px);
}

.maxtel-inline-products.is-single .maxtel-inline-product-card {
	display: grid;
	grid-template-columns: minmax(190px, 32%) minmax(0, 1fr);
	border: 1px solid #e2ebf2;
	border-radius: 12px;
	background: #fff;
	overflow: hidden;
}

.maxtel-inline-product-card__media {
	display: grid;
	place-items: center;
	background: #f8fafc;
	overflow: hidden;
}

.maxtel-entry-content .maxtel-inline-product-card__media img {
	display: block;
	width: 100%;
	height: 150px;
	margin: 0;
	padding: 0.65rem;
	border-radius: 0;
	object-fit: contain;
}

.maxtel-inline-products.is-single .maxtel-inline-product-card__media img {
	height: 100%;
	min-height: 230px;
	padding: 1rem;
}

.maxtel-inline-product-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	min-width: 0;
	padding: 0.8rem;
}

.maxtel-inline-products.is-single .maxtel-inline-product-card__body {
	padding: 1.15rem;
}

.maxtel-inline-product-card__code {
	display: block;
	margin-bottom: 0.25rem;
	color: #2479ad;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.3;
}

.maxtel-entry-content .maxtel-inline-product-card h3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	min-height: 2.8em;
	margin: 0;
	color: #243449;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	overflow: hidden;
}

.maxtel-inline-products.is-single .maxtel-inline-product-card h3 {
	min-height: 0;
	font-size: 18px;
}

.maxtel-inline-product-card h3 a {
	color: inherit;
	text-decoration: none;
}

.maxtel-inline-product-card__specs {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.45rem;
	margin: 0.8rem 0 0;
	padding: 0;
	list-style: none;
}

.maxtel-inline-product-card__specs li {
	display: grid;
	gap: 0.1rem;
	padding: 0.5rem 0.6rem;
	border-radius: 7px;
	background: #f3f7fa;
	font-size: 11px;
}

.maxtel-inline-product-card__specs span {
	color: #64748b;
}

.maxtel-inline-product-card__specs strong {
	color: #334155;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.maxtel-inline-product-card__foot {
	display: grid;
	gap: 0.7rem;
	margin-top: auto;
	padding-top: 0.8rem;
}

.maxtel-inline-products.is-single .maxtel-inline-product-card__foot {
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
}

.maxtel-inline-product-card__price {
	display: grid;
	gap: 0.12rem;
}

.maxtel-inline-product-card__price > span {
	color: #64748b;
	font-size: 10px;
	font-weight: 500;
}

.maxtel-inline-product-card__price strong {
	color: #b85b2a;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
}

.maxtel-inline-product-card__price :where(del, ins) {
	display: inline;
	font-size: 12px;
}

.maxtel-inline-product-card__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	min-height: 36px;
	padding: 0.5rem 0.75rem;
	border: 1px solid #1783c1;
	border-radius: 8px;
	background: #1783c1;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
}

.maxtel-inline-product-card__cta:hover,
.maxtel-inline-product-card__cta:focus-visible {
	border-color: #0b6fa8;
	background: #0b6fa8;
	color: #fff;
}

.maxtel-product-carousel__controls {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	flex: 0 0 auto;
}

.maxtel-product-carousel__status {
	min-width: 58px;
	color: #64748b;
	font-size: 11px;
	font-weight: 500;
	text-align: right;
}

.maxtel-product-carousel__arrow {
	display: inline-grid;
	place-items: center;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 1px solid #d7e5ef;
	border-radius: 999px;
	background: #f8fbfd;
	color: #2479ad;
	cursor: pointer;
	transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.maxtel-product-carousel__arrow.is-prev svg {
	transform: rotate(180deg);
}

.maxtel-product-carousel__arrow:hover:not(:disabled),
.maxtel-product-carousel__arrow:focus-visible:not(:disabled) {
	border-color: #1783c1;
	background: #1783c1;
	color: #fff;
}

.maxtel-product-carousel__arrow:disabled {
	opacity: 0.38;
	cursor: default;
}

.maxtel-product-carousel__track {
	display: grid;
	grid-auto-columns: calc((100% - 1.7rem) / 3);
	grid-auto-flow: column;
	gap: 0.85rem;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	scroll-behavior: smooth;
	scroll-snap-type: inline mandatory;
	scrollbar-width: none;
}

.maxtel-product-carousel__track::-webkit-scrollbar {
	display: none;
}

.maxtel-product-carousel__track > .maxtel-inline-product-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	min-height: 100%;
	border: 1px solid #e2ebf2;
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
	scroll-snap-align: start;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.maxtel-product-carousel__track > .maxtel-inline-product-card:hover,
.maxtel-product-carousel__track > .maxtel-inline-product-card:focus-within {
	border-color: #c6dcea;
	box-shadow: 0 10px 20px rgba(15, 23, 42, 0.055);
	transform: translateY(-1px);
}

@media (max-width: 760px) {
	.maxtel-entry-content .maxtel-article-insert {
		margin: 1.35rem 0;
		padding: 0.85rem;
		border-radius: 11px;
	}

	.maxtel-article-insert__head {
		align-items: center;
		margin-bottom: 0.8rem;
		padding-bottom: 0.7rem;
	}

	.maxtel-inline-products.is-single .maxtel-inline-product-card {
		grid-template-columns: 112px minmax(0, 1fr);
	}

	.maxtel-inline-products.is-single .maxtel-inline-product-card__media img {
		min-height: 180px;
		padding: 0.55rem;
	}

	.maxtel-inline-products.is-single .maxtel-inline-product-card__body {
		padding: 0.85rem;
	}

	.maxtel-inline-products.is-single .maxtel-inline-product-card h3 {
		font-size: 15px;
	}

	.maxtel-inline-product-card__specs {
		display: none;
	}

	.maxtel-inline-products.is-single .maxtel-inline-product-card__foot {
		grid-template-columns: 1fr;
		gap: 0.5rem;
		padding-top: 0.6rem;
	}

	.maxtel-product-carousel__track {
		grid-auto-columns: minmax(210px, 78%);
		gap: 0.7rem;
	}

	.maxtel-product-carousel__status {
		display: none;
	}

	.maxtel-product-carousel__arrow {
		width: 32px;
		height: 32px;
	}
}

@media (max-width: 430px) {
	.maxtel-entry-content .maxtel-article-insert__title {
		font-size: 17px;
	}

	.maxtel-product-carousel__track {
		grid-auto-columns: 84%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.maxtel-related-post-link,
	.maxtel-product-carousel__track,
	.maxtel-product-carousel__track > .maxtel-inline-product-card,
	.maxtel-related-post-link svg,
	.maxtel-inline-product-card__cta svg {
		scroll-behavior: auto;
		transition: none;
	}
}
