.most-read {
	position: relative;
	padding-top: var(--spacer_48);
	padding-bottom: var(--spacer_24);
	background-color: var(--primary_super_light_color);
	border-radius: var(--border_radius_8);
}
@media (min-width: 801px) {
	.most-read {
		padding: var(--spacer_48) 0 var(--spacer_24) var(--spacer_48);
	}
}
@media (min-width: 769px) {
	.most-read {
		padding: var(--spacer_48) 0 var(--spacer_24) var(--spacer_48);
	}
}
@media (max-width: 800px) {
	.most-read {
		padding: var(--spacer_24) 0 var(--spacer_24) var(--spacer_16);
		width: 100%;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
}

.most-read::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	{#width: calc(100% +(((100dvw - 129.6rem) / 2)) - var(--spacer_16));#}
	width: 100%;
	height: 100%;
	background-color: var(--primary_super_light_color);
	border-radius: var(--border_radius_8);
	z-index: -1;
}

@media (min-width: 1441px) {
	.most-read::after {
		{#width: calc(100% + (((144rem - 129.6rem) / 2)));#}
		width: 100%;
	}
}

@media (max-width: 1296px) {
	.most-read::after {
		{#width: calc(100% + var(--spacer_20));#}
		width: 100%;
	}
}

@media (max-width: 800px) {
	.most-read::after {
		content: none;
	}
}

.most-read__section-title {
	font-size: var(--h2_font_size);
	margin-bottom: var(--spacer_24);
}

.most-read .glide__slides,
.most-read .glide__track {
	
}

.most-read__glide {
	width: 100%;
}

@media (max-width: 767px) {
	.most-read__cards {
		flex: 0 0 auto;
		left: auto;
		margin-bottom: 0;
		overflow-x: hidden;
		position: relative;
		transform: unset;
	}
}

.most-read__cards .semantic-list__item {
	flex-basis: auto;
	height: auto;
}
@media (max-width: 767px) {
	.most-read__cards .semantic-list__item {
		flex-basis: auto;
	}
}

.most-read .post-card {
	padding: var(--spacer_16);
	border-radius: var(--border_radius_5);
	background-color: var(--white_color);
	box-shadow: unset;
	cursor: pointer;
	flex-basis: auto;
	margin-right: 0;
	opacity: 1;
	position: relative;
	transform: translateX(0);
	transition: box-shadow var(--default_transition), transform var(--default_transition), opacity var(--default_transition);
}

.most-read__cards .semantic-list__item.glide__slide--visible {
	opacity: 1;
}

.most-read .glide__slides {
	align-items: stretch;
}

.most-read .post-card__image {
	border-radius: var(--border_radius_5);
}

.most-read .post-card__description {
	margin-bottom: var(--spacer_16);
}

.most-read .post-card__link {
	position: initial;
	width: 100%;
	height: auto;
	margin-top: auto;
}

.most-read .post-card__text {
	height: calc(100% - 12.9rem);
	align-items: flex-start;
	padding: var(--spacer_16) 0 0;
}

.most-read .post-card__reading-time {
	font-size: var(--font_size_14);
	font-weight: var(--font_weight_500);
}
.most-read .tag__icon {
	width: 1.6rem;
	height: 1.6rem;
}

.most-read .most-read__buttons {
	justify-content: center;
	gap: var(--spacer_16);
	padding-top: var(--spacer_24);
}


@media (max-width: 800px) {
	.most-read .glide__slides,
	.most-read .glide__track {
		overflow: visible;
	}
	.most-read {
		overflow: hidden;
	}
}