.top-bar {
	display: none;
	background-color: var(--background-color);
	padding-top: 1rem;
	padding-bottom: 1rem;
}
@media screen and (min-width: 992px) {
	.top-bar {
		display: block;
	}
}
.top-bar__header {
	font-size: 0px;
}
.top-bar__trust__message p {
	font-size: 1.5rem;
	line-height: 1.2;
	margin: 0;
	padding: 0;
}
@media screen and (min-width: 768px) {
	.top-bar__trust__message p {
		font-size: 2rem;
	}
}
@media screen and (min-width: 1200px) {
	.top-bar__trust__message p {
		font-size: 3rem;
	}
}
.top-bar__trust__icon-list {
	margin-top: 1rem;
	max-width: none;
}
@media screen and (min-width: 768px) {
	.top-bar__trust__icon-list {
		max-width: 500px;
	}
}
.top-bar__trust__icon-list__item {
	width: 50%;
	margin-bottom: 0.5rem;
	line-height: 1.2;
}
@media screen and (min-width: 1200px) {
	.top-bar__trust__icon-list__item {
		max-width: 200px;
		width: 100%;
	}
}
@media screen and (min-width: 1200px) {
	.top-bar__trust__icon-list__item:nth-child(odd) {
		margin-right: 1rem;
	}
}
.top-bar__trust__icon-list__item__image {
	margin-right: 1rem;
}
.top-bar__trust__icon-list__item__image img {
	width: 45px;
}
@media screen and (min-width: 576px) {
	.top-bar__trust__icon-list__item__image img {
		width: 60px;
	}
}
.top-bar__trust__icon-list__item__text strong {
	color: var(--primary-color);
	display: block;
	font-size: 1.75rem;
}
@media screen and (min-width: 576px) {
	.top-bar__trust__icon-list__item__text strong {
		font-size: 2rem;
	}
}
.top-bar__trust__icon-list__item__text span {
	display: block;
	font-size: 0.875rem;
}
@media screen and (min-width: 576px) {
	.top-bar__trust__icon-list__item__text span {
		font-size: 0.75rem;
	}
}
.featured-area__news {
	border-top: 1px solid #cdcdcd;
	order: 2;
}
@media screen and (min-width: 1200px) {
	.featured-area__news {
		border-top: none;
		border-right: 1px solid #cdcdcd;
		padding-top: 1rem;
		padding-bottom: 0.5rem;
	}
}
.featured-area__news__title {
	font-size: 1.5rem;
	text-transform: uppercase;
	margin: 0.5rem 0;
}
.featured-area__news__title a {
	color: var(--primary-color);
}
.featured-area__news__container {
	display: flex;
	flex-direction: column;
}
.featured-area__news__container .news-item {
	display: flex;
	padding: 0 0 0.5rem 0;
	margin-bottom: 1rem;
	position: relative;
	text-decoration: none;
	align-items: center;
}
.featured-area__news__container .news-item:after {
	display: block;
	content: ' ';
	height: 1px;
	width: calc(100% - 0.5rem);
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #cdcdcd;
}
.featured-area__news__container .news-item:last-child::after {
	border: 0;
}
.featured-area__news__container .news-item__thumbnail {
	flex: 0 0 120px;
	margin-right: 0.75rem;
}
.featured-area__news__container .news-item__thumbnail img {
	aspect-ratio: 120/80;
	border-radius: 4px;
	object-fit: cover;
	max-height: 80px;
	max-width: 120px;
	position: relative;
	display: inline-block;
	vertical-align: text-bottom;
}
.featured-area__news__container .news-item__thumbnail img::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: var(--background-color) var(--post-thumbnail-placeholder-url)
		no-repeat center top;
	background-size: cover;
	border-radius: 4px;
	display: block;
	overflow: hidden;
}
.featured-area__news__container .news-item__details {
	flex: 0 1 auto;
	padding: 0.5rem 0;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.featured-area__news__container .news-item__details--title {
	font-family: 'Overpass', sans-serif;
	font-size: 1.125rem;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.featured-area__news__container .news-item__details--posted {
	font-size: 0.875rem;
	color: #777;
}
.featured-area__editors-pick {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
@media screen and (min-width: 1200px) {
	.featured-area__editors-pick {
		border-right: 1px solid #cdcdcd;
	}
}
.featured-area__editors-pick__section-title {
	align-self: start;
	font-size: 1.5rem;
	color: var(--primary-color);
	margin: 0.5rem 0;
	text-transform: uppercase;
}
.featured-area__editors-pick__article > a {
	display: block;
}
.featured-area__editors-pick__article__title {
	font-size: 1.75rem;
	margin-bottom: 0.5rem;
}
.featured-area__editors-pick__article__thumbnail {
	display: block;
	margin: 1rem auto 1.25rem;
	border-radius: 4px;
}
.featured-area__editors-pick__article__meta {
	display: flex;
	justify-content: space-between;
	padding: 0 0.5rem;
}
.featured-area__editors-pick__article__meta__author {
	display: flex;
	align-items: center;
	flex-basis: 60%;
}
.featured-area__editors-pick__article__meta__author__avatar {
	display: flex;
	align-items: center;
}
.featured-area__editors-pick__article__meta__author__avatar img {
	border-radius: 50%;
}
.featured-area__editors-pick__article__meta__author__info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 0.5rem 0 0.5rem 0.5rem;
}
.featured-area__editors-pick__article__meta__author__info > a {
	font-size: 0.875rem;
	font-weight: 700;
	text-decoration: none;
}
.featured-area__editors-pick__article__meta__author__info > a em {
	font-weight: 500;
}
.featured-area__editors-pick__article__meta__author__info > span {
	font-size: 0.875rem;
	color: #777;
}
.featured-area__editors-pick__article__meta__date-comments {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	padding: 0.5rem 0 0.5rem 0.5rem;
	font-size: 0.875rem;
	color: #777;
	position: relative;
}
.featured-area__editors-pick__article__meta__date-comments span img {
	position: relative;
	top: 2px;
	right: 3px;
	display: inline-block;
	object-fit: contain;
	height: 14px;
	width: 14px;
}
.featured-area__editors-pick__article__meta__date-comments a {
	text-decoration: none;
	color: #777;
}
.featured-area__editors-pick__article__meta__date-comments a img {
	position: relative;
	top: 2px;
	right: 3px;
	display: inline-block;
	object-fit: contain;
	height: 14px;
	width: 14px;
}
.featured-area__carousel {
	border-top: 1px solid #cdcdcd;
	display: flex;
	flex-direction: column;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
@media screen and (min-width: 1200px) {
	.featured-area__carousel {
		border-top: none;
	}
}
@media screen and (min-width: 1200px) {
	.featured-area__carousel__article-list {
		margin-top: 1rem;
	}
}
.featured-area__carousel .featured-article {
	position: relative;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}
@media screen and (min-width: 1200px) {
	.featured-area__carousel .featured-article {
		padding-bottom: 1.75rem;
		margin-bottom: 1.75rem;
	}
}
.featured-area__carousel .featured-article:last-child {
	margin-bottom: 0;
}
.featured-area__carousel .featured-article:last-child:after {
	border: 0;
}
.featured-area__carousel .featured-article:after {
	display: block;
	content: ' ';
	height: 1px;
	width: calc(100% - 0.5rem);
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #cdcdcd;
}
.featured-area__carousel .featured-article__body {
	text-decoration: none;
}
.featured-area__carousel .featured-article__body__title {
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.featured-area__carousel .featured-article__body__title h3 {
	font-family: 'Overpass', sans-serif;
	font-size: 1.125rem;
	margin: 0.5rem 0;
	overflow: hidden;
	position: relative;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.featured-area__carousel .featured-article__body__details {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-bottom: 0;
}
.featured-area__carousel .featured-article__body__details__text-date {
	display: flex;
	flex: 1 0 0;
	flex-direction: column;
	justify-content: space-between;
	height: 125px;
	padding: 0 0.5rem 0 0;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.featured-area__carousel .featured-article__body__details__text-date p {
	font-size: 0.875rem;
	overflow: hidden;
	position: relative;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.featured-area__carousel .featured-article__body__details__text-date span {
	font-size: 0.875rem;
	color: #777;
}
.featured-area__carousel .featured-article__body__details__thumbnail {
	display: flex;
	flex: 0 0 auto;
}
.featured-area__carousel .featured-article__body__details__thumbnail img {
	border-radius: 4px;
	object-fit: cover;
	height: 125px;
	width: 150px;
	position: relative;
	display: inline-block;
	vertical-align: text-bottom;
}
.featured-area__carousel
	.featured-article__body__details__thumbnail
	img::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: var(--background-color) var(--post-thumbnail-placeholder-url)
		no-repeat center top;
	background-size: cover;
	border-radius: 4px;
	display: block;
	overflow: hidden;
}
.carousel {
	padding-top: 2rem;
	padding-bottom: 1rem;
	position: relative;
}
@media screen and (max-width: 1199.98px) {
	.carousel {
		display: flex;
		flex-direction: column;
		padding-bottom: 4rem;
	}
}
@media screen and (max-width: 575.98px) {
	.carousel__wrapper {
		order: 1;
		padding-left: 0;
	}
}
.carousel__wrapper .medium-article {
	width: 100%;
}
.carousel__wrapper .medium-article__wrapper {
	box-shadow: none;
}
@media screen and (min-width: 768px) {
	.carousel__wrapper .medium-article {
		margin: 0 15px;
		width: calc(100% - 30px);
	}
	.carousel__wrapper .medium-article__wrapper {
		box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
	}
}
.carousel__left-button {
	display: inline-block;
	position: absolute;
	top: 35%;
	left: -50px;
	z-index: 1;
	animation: swing-left 1500ms 25 cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.carousel__left-button:hover {
	cursor: pointer;
}
.carousel__left-button img.hidden-mobile {
	display: inline-block;
}
.carousel__left-button img.hidden-desktop {
	display: none;
}
@media screen and (max-width: 1199.98px) {
	.carousel__left-button {
		width: 48px;
		height: 48px;
		top: auto;
		bottom: 1rem;
		left: 1rem;
		order: 2;
		animation: none;
	}
	.carousel__left-button img.hidden-mobile {
		display: none;
	}
	.carousel__left-button img.hidden-desktop {
		display: inline-block;
	}
}
.carousel__right-button {
	display: inline-block;
	position: absolute;
	top: 35%;
	right: -50px;
	z-index: 1;
	animation: swing-right 1500ms 25 cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.carousel__right-button:hover {
	cursor: pointer;
}
.carousel__right-button img.hidden-mobile {
	display: inline-block;
}
.carousel__right-button img.hidden-desktop {
	display: none;
}
@media screen and (max-width: 1199.98px) {
	.carousel__right-button {
		bottom: 1rem;
		top: auto;
		right: 1rem;
		width: 48px;
		height: 48px;
		order: 3;
		animation: none;
	}
	.carousel__right-button img.hidden-mobile {
		display: none;
	}
	.carousel__right-button img.hidden-desktop {
		display: inline-block;
	}
}
@keyframes swing-left {
	50% {
		transform: translateX(-0.5rem);
	}
}
@keyframes swing-right {
	50% {
		transform: translateX(0.5rem);
	}
}
.trust-section {
	padding: 2rem 0;
}
@media screen and (max-width: 575.98px) {
	.trust-section {
		padding: 2rem 0.25rem;
	}
}
.trust-section h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 3.5rem;
	font-weight: 400;
	margin: 0 0 2rem 0;
	padding: 0;
	text-align: center;
}
@media screen and (max-width: 767.98px) {
	.trust-section h2 {
		font-size: 3rem;
	}
}
.trust-section__wrapper {
	max-width: 1432px;
	width: 100%;
	margin: 0 auto;
}
.trust-section__wrapper__list {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 0 5rem;
}
@media screen and (max-width: 767.98px) {
	.trust-section__wrapper__list {
		flex-wrap: nowrap;
		margin: 0;
	}
}
@media screen and (max-width: 575.98px) {
	.trust-section__wrapper__list {
		flex-direction: column;
		align-items: center;
	}
}
.trust-section__wrapper__list__item {
	max-width: 275px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 575.98px) {
	.trust-section__wrapper__list__item {
		margin-bottom: 1rem;
	}
}
.trust-section__wrapper__list__item h3 {
	font-size: 1.5rem;
	margin: 0.875rem auto;
	padding: 0;
}
.trust-section__wrapper__list__item p {
	padding: 0;
	margin: 0;
	text-align: center;
}
.category {
	padding-top: 1rem;
}
.category h2 {
	font-size: 1.75rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	margin: 0;
	padding-bottom: 2rem;
}
@media screen and (max-width: 575.98px) {
	.category h2 {
		padding-left: 1rem;
	}
}
.category h2 a {
	text-decoration: none;
}
.category .articles__container__horizontal-cards {
	margin-bottom: 2rem;
}
@media screen and (max-width: 575.98px) {
	.category .articles__container__horizontal-cards {
		padding: 0 0.5rem;
	}
}
.category .articles__container__short-list {
	border: 1px solid var(--primary-color);
	border-radius: 4px;
	height: 100%;
	padding: 1rem;
}
.newsletter-card {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1rem 2rem;
	border: 1px solid #f2f2f2;
	border-radius: 5px;
	box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	position: relative;
	max-width: 700px;
	margin: 2rem auto;
}
.newsletter-card:hover {
	box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.25);
}
.newsletter-card__error {
	display: none;
	margin: -1rem 0 1rem;
	font-weight: 500;
	font-size: 1rem;
	color: #c45f67;
}
.newsletter-card__icon {
	padding-right: 40px;
}
.newsletter-card__form {
	text-align: center;
}
@media screen and (max-width: 991.98px) {
	.newsletter-card__form {
		flex: 0 1 auto;
		max-width: 100%;
	}
}
.newsletter-card__form__title {
	font-size: 2rem;
	display: block;
	line-height: 1.2;
	margin-bottom: 0.83em;
	font-weight: 700;
}
.newsletter-card__form .ml-embedded .ml-form-embedWrapper {
	background-color: transparent !important;
}
.newsletter-card__form .ml-embedded .ml-form-embedWrapper .ml-form-embedBody {
	padding: 0 !important;
}
.newsletter-card__form
	.ml-embedded
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-embedContent {
	display: none !important;
}
.newsletter-card__form
	.ml-embedded
	.ml-form-embedWrapper
	.ml-form-embedBody
	form
	input {
	background-color: var(--background-color) !important;
	border: none !important;
	border-bottom: 1px solid #a6a6a6 !important;
	border-radius: 0 !important;
	color: var(--text-color) !important;
	font-family: 'Overpass', sans-serif !important;
	font-size: 1rem !important;
	flex: 1 0 60%;
	padding: 10px 7px 10px 10px !important;
}
.newsletter-card__form
	.ml-embedded
	.ml-form-embedWrapper
	.ml-form-embedBody
	form
	input:focus {
	outline: none;
	border-bottom: 1px solid var(--accent-color) !important;
}
@media screen and (max-width: 991.98px) {
	.newsletter-card__form
		.ml-embedded
		.ml-form-embedWrapper
		.ml-form-embedBody
		form
		input {
		width: calc(100% - 102px);
	}
}
.newsletter-card__form
	.ml-embedded
	.ml-form-embedWrapper
	.ml-form-embedBody
	form
	button {
	background-color: var(--accent-color) !important;
	border: none !important;
	border-radius: 4px;
	color: #ffffff !important;
	display: inline-block;
	flex: 0 0 30%;
	font-size: 0.875rem;
	font-weight: 800;
	margin-left: 2px;
	padding: 10px 42px 10px 33px;
	position: relative;
}
@media screen and (max-width: 700px) {
	.newsletter-card__form
		.ml-embedded
		.ml-form-embedWrapper
		.ml-form-embedBody
		form
		button {
		flex: 0 0 100%;
		margin: 15px 0 0 0;
	}
}
.newsletter-card__form
	.ml-embedded
	.ml-form-embedWrapper
	.ml-form-embedBody
	form
	button:hover {
	cursor: pointer;
}
.newsletter-card__form
	.ml-embedded
	.ml-form-embedWrapper
	.ml-form-embedBody
	form
	.ml-form-checkboxRow {
	display: flex;
	justify-content: center;
	float: none;
	margin-bottom: 0 !important;
}
.newsletter-card__form
	.ml-embedded
	.ml-form-embedWrapper
	.ml-form-embedBody
	form
	.ml-form-checkboxRow
	label
	p {
	color: var(--text-color) !important;
	font-family: 'Overpass', sans-serif !important;
}
.newsletter-card__form
	.ml-embedded
	.ml-form-embedWrapper
	.ml-form-embedBody
	form
	.ml-form-checkboxRow
	label
	p
	a {
	color: var(--accent-color) !important;
}
@media only screen and (max-width: 700px) {
	.newsletter-card__form
		.ml-embedded
		.ml-form-embedWrapper
		.ml-form-embedBody
		form
		.ml-mobileButton-horizontal {
		margin-bottom: 0 !important;
	}
}
@media screen and (max-width: 991.98px) {
	.newsletter-card {
		flex-wrap: wrap;
		width: auto;
		max-width: 100%;
	}
	.newsletter-card__form {
		flex: 1 0 auto;
	}
	.newsletter-card__form form {
		justify-content: center;
	}
	.newsletter-card__form__title {
		font-size: 28px;
		margin-top: 15px;
		transition: all 0.1s ease-in-out;
	}
}
.medium-article__wrapper {
	border-radius: 4px;
	box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
	margin-bottom: 2rem;
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.medium-article__wrapper:hover {
	box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.25);
}
.medium-article a {
	width: 100%;
	display: block;
	text-decoration: none;
	flex-direction: column;
	position: relative;
}
.medium-article__thumbnail img {
	border-radius: 4px;
	height: 220px;
	width: 100%;
	object-fit: cover;
	position: relative;
	display: inline-block;
	vertical-align: text-bottom;
}
.medium-article__thumbnail img::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: var(--background-color) var(--post-thumbnail-placeholder-url)
		no-repeat center top;
	background-size: cover;
	border-radius: 4px;
	display: block;
	overflow: hidden;
}
.medium-article__title {
	display: flex;
	align-items: center;
	font-size: 1.125rem;
	margin: 1rem 0.5rem;
	min-height: 100px;
	text-align: center;
}
.medium-article__date-comments {
	display: flex;
	justify-content: space-between;
	padding: 0.5rem;
	font-size: 0.875rem;
	color: #777;
	position: relative;
}
.medium-article__date-comments span {
	flex-basis: 50%;
	text-align: start;
}
.medium-article__date-comments span img {
	position: relative;
	top: 2px;
	right: 3px;
	display: inline-block;
	object-fit: contain;
	height: 14px;
	width: 14px;
}
.medium-article__date-comments a {
	text-decoration: none;
	color: #777;
	flex-basis: 50%;
	text-align: end;
}
.medium-article__date-comments a img {
	position: relative;
	top: 2px;
	right: 3px;
	display: inline-block;
	object-fit: contain;
	height: 14px;
	width: 14px;
}
.medium-article__author {
	display: flex;
	justify-content: start;
	margin-left: 0.5rem;
	padding: 1rem 0 0.25rem;
	align-items: center;
}
.medium-article__author__avatar {
	display: inline;
	margin-top: 10px;
}
.medium-article__author__avatar img {
	border-radius: 54px;
}
.medium-article__author__info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	font-size: 1rem;
	padding: 0.5rem 0 0.5rem 0.5rem;
}
.medium-article__author__info > a {
	font-weight: 700;
	text-decoration: none;
}
.medium-article__author__info > span {
	font-size: 0.875rem;
	color: #777;
}
.medium-article p {
	padding: 0 0.5rem;
	margin: 0;
	height: 72px;
	position: relative;
	overflow: hidden;
	font-size: 0.875rem;
}
.medium-wide-article {
	margin-bottom: 1rem;
}
.medium-wide-article__wrapper {
	border-radius: 4px;
	box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
	height: 100%;
	min-height: 345px;
	padding-bottom: 0.5rem;
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.medium-wide-article__wrapper:hover {
	box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.25);
}
.medium-wide-article a {
	width: 100%;
	display: block;
	text-decoration: none;
	flex-direction: column;
	position: relative;
}
.medium-wide-article__thumbnail img {
	border-radius: 4px;
	height: 220px;
	width: 100%;
	object-fit: cover;
	position: relative;
	display: inline-block;
	vertical-align: text-bottom;
}
.medium-wide-article__thumbnail img::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: var(--background-color) var(--post-thumbnail-placeholder-url)
		no-repeat center top;
	background-size: cover;
	border-radius: 4px;
	display: block;
	overflow: hidden;
}
.medium-wide-article__title {
	font-size: 1.125rem;
	margin: 1rem 0.5rem;
	text-align: center;
}
.medium-wide-article__meta {
	display: flex;
	justify-content: space-between;
	margin: 0 0.5rem;
}
.medium-wide-article__meta__author {
	display: flex;
	align-items: center;
	font-size: 1rem;
}
.medium-wide-article__meta__author em {
	font-size: 0.75rem;
	color: #777;
	margin-right: 4px;
}
.medium-wide-article__meta__author a {
	font-weight: 800;
}
.medium-wide-article__meta__category a {
	font-weight: 800;
}
.originals {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.originals__wrapper__header {
	margin-bottom: 1.5rem;
}
.originals__wrapper__header__title {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.5rem;
	position: relative;
}
@media screen and (max-width: 575.98px) {
	.originals__wrapper__header__title {
		flex-direction: column;
	}
}
.originals__wrapper__header__title:before,
.originals__wrapper__header__title:after {
	display: block;
	content: ' ';
	background: var(--primary-color);
	width: 35%;
	height: 1px;
}
@media screen and (max-width: 575.98px) {
	.originals__wrapper__header__title:before,
	.originals__wrapper__header__title:after {
		position: relative;
		width: 80%;
	}
}
@media screen and (max-width: 575.98px) {
	.originals__wrapper__header__title:before {
		top: -10px;
	}
}
@media screen and (max-width: 575.98px) {
	.originals__wrapper__header__title:after {
		bottom: -10px;
	}
}
.originals__wrapper__header__title > svg {
	margin-left: 1rem;
}
.originals__wrapper__header__title .custom-logo-link {
	display: block;
	line-height: 0;
	margin-left: 1rem;
}
.originals__wrapper__header__title .custom-logo-link img {
	height: 40px;
	width: auto;
	object-fit: contain;
}
.originals__wrapper__header__title > h3 {
	font-family: 'Overpass', sans-serif;
	font-weight: 500;
	font-size: 1.75rem;
	margin: 0 1rem;
}
.originals__wrapper__header__description {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	max-width: 75%;
	text-align: center;
}
.originals__wrapper__header__description > p {
	font-size: 1.125rem;
}
@media screen and (min-width: 992px) {
	.originals__wrapper__content__dow {
		height: 100%;
	}
}
.short-list-article {
	display: flex;
	align-items: center;
	padding: 0.75rem 0;
}
.short-list-article:first-child {
	padding-top: 0;
}
@media screen and (max-width: 575.98px) {
	.short-list-article > svg {
		margin-left: -0.75rem;
	}
}
.short-list-article__content {
	flex-grow: 1;
	max-width: calc(100% - 52px);
}
.short-list-article__content__title {
	display: block;
	height: 85px;
	padding: 0 0.5rem 0 0;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.short-list-article__content__title h3 {
	font-size: 1.25rem;
	padding: 0;
	margin: 1rem 0;
	overflow: hidden;
	position: relative;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.short-list-article__content__meta {
	display: flex;
	justify-content: space-between;
	font-size: 1rem;
}
.short-list-article__content__meta__d-a {
	display: flex;
}
.short-list-article__content__meta__d-a em {
	font-size: 0.75rem;
	color: #777;
	margin-right: 3px;
}
.short-list-article__content__meta__d-a__author {
	position: relative;
	margin-right: 1rem;
}
.short-list-article__content__meta__d-a__author a {
	font-weight: 800;
}
.short-list-article__content__meta__d-a__author:after {
	content: ' ';
	height: 6px;
	width: 6px;
	background-color: var(--primary-color);
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: -0.65rem;
	border-radius: 2px;
}
@media screen and (max-width: 575.98px) {
	.short-list-article__content__meta__d-a__author:after {
		display: none;
	}
}
.short-list-article__content__meta__d-a__date {
	color: #777;
}
@media screen and (max-width: 575.98px) {
	.short-list-article__content__meta__d-a__date {
		display: none;
	}
}
.short-list-article__content__meta__category a {
	font-weight: 800;
}
.list-article {
	padding: 0.75rem 0;
	border-bottom: 1px solid #cdcdcd;
}
.list-article:first-child {
	padding-top: 0;
}
.list-article:last-child {
	border-bottom: 0;
}
@media screen and (max-width: 767.98px) {
	.list-article:last-child {
		margin-bottom: 1rem;
		border-bottom: 1px solid #cdcdcd;
	}
}
.list-article__title {
	font-size: 1.125rem;
	padding: 0;
	margin: 1rem 0;
}
@media screen and (min-width: 576px) {
	.list-article__title {
		font-size: 1.5rem;
	}
}
.list-article__meta {
	display: flex;
	font-size: 1rem;
	margin-bottom: 1rem;
}
@media screen and (max-width: 575.98px) {
	.list-article__meta {
		flex-wrap: wrap;
	}
}
.list-article__meta__author {
	position: relative;
	margin-right: 1rem;
}
.list-article__meta__author > em {
	font-size: 0.75rem;
	color: #777;
	margin-right: 3px;
}
.list-article__meta__author a {
	font-weight: 800;
}
.list-article__meta__author:after {
	content: ' ';
	height: 6px;
	width: 6px;
	background-color: var(--primary-color);
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: -0.65rem;
	border-radius: 2px;
}
.list-article__meta__date {
	color: #777;
}
.list-article__meta__comments {
	color: #333;
	margin-left: auto;
}
@media screen and (max-width: 575.98px) {
	.list-article__meta__comments {
		display: none;
	}
}
.list-article__meta__comments a {
	color: #777;
	font-size: 0.875rem;
}
.list-article__meta__comments a img {
	position: relative;
	top: 2px;
	right: 3px;
	display: inline-block;
	object-fit: contain;
	height: 14px;
	width: 14px;
}
.research-article {
	border-radius: 4px;
	box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
	margin-bottom: 2rem;
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	width: 100%;
}
.research-article:hover {
	box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.25);
}
.research-article:first-child {
	border: 1px solid var(--primary-color);
}
.research-article:last-child {
	border: 1px solid var(--secondary-color);
}
.research-article a {
	display: block;
	flex-direction: column;
	position: relative;
	text-decoration: none;
}
.research-article__thumbnail img {
	border-radius: 4px;
	height: 300px;
	width: 100%;
	object-fit: cover;
	position: relative;
	display: inline-block;
	vertical-align: text-bottom;
}
.research-article__thumbnail img::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: var(--background-color) var(--post-thumbnail-placeholder-url)
		no-repeat center top;
	background-size: cover;
	border-radius: 4px;
	display: block;
	overflow: hidden;
}
.research-article__title {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Overpass', sans-serif;
	font-size: 1.75rem;
	font-weight: 800;
	margin: 1rem 0.5rem;
	text-align: center;
}
.research-article__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 4rem;
	padding-bottom: 1rem;
}
@media screen and (max-width: 575.98px) {
	.research-article__meta {
		margin: 0;
		flex-direction: column-reverse;
	}
}
.research-article__meta__author {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
@media screen and (max-width: 575.98px) {
	.research-article__meta__author {
		margin-top: 1rem;
		align-items: center;
	}
}
.research-article__meta__author__name {
	display: flex;
	align-items: center;
}
.research-article__meta__author__name > em {
	font-size: 0.75rem;
	color: #777;
	margin-right: 5px;
}
.research-article__meta__author__name > a {
	font-weight: 800;
}
.research-article__meta__author > span {
	font-size: 0.875rem;
}
.research-article__meta__date {
	color: #777;
	font-size: 0.875rem;
}
.research-article__meta__date img {
	position: relative;
	top: 2px;
	right: 3px;
	display: inline-block;
	object-fit: contain;
	height: 14px;
	width: 14px;
}
.big-article {
	margin-bottom: 2rem;
}
.big-article__wrapper {
	border-radius: 4px;
	box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
	height: 100%;
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.big-article__wrapper:hover {
	box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.25);
}
.big-article a {
	display: block;
	text-decoration: none;
	position: relative;
}
.big-article__thumbnail img {
	border-radius: 4px;
	height: 280px;
	width: 100%;
	object-fit: cover;
	position: relative;
	display: inline-block;
	vertical-align: text-bottom;
}
.big-article__thumbnail img::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: var(--background-color) var(--post-thumbnail-placeholder-url)
		no-repeat center top;
	background-size: cover;
	border-radius: 4px;
	display: block;
	overflow: hidden;
}
.big-article__title {
	font-size: 1.125rem;
	margin: 1rem 0.5rem 0.5rem;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.big-article__title {
		font-size: 1.75rem;
	}
}
.big-article__meta {
	display: flex;
	justify-content: space-between;
	padding: 0.5rem;
}
.big-article__meta__date-comments {
	padding-right: 0.5rem;
	font-size: 0.875rem;
	color: #777;
	position: relative;
}
.big-article__meta__date-comments span {
	flex-basis: 50%;
	text-align: start;
	margin-left: 0.25rem;
}
.big-article__meta__date-comments span img {
	position: relative;
	top: 2px;
	right: 3px;
	display: inline-block;
	object-fit: contain;
	height: 14px;
	width: 14px;
}
.big-article__meta__author {
	display: flex;
	align-items: center;
}
.big-article__meta__author__info {
	display: flex;
	flex-direction: column;
}
.big-article__meta__author__info__name {
	display: flex;
	align-items: center;
	font-size: 1rem;
}
.big-article__meta__author__info__name em {
	font-size: 0.75rem;
	color: #777;
	margin-right: 5px;
}
.big-article__meta__author__info__name > a {
	font-weight: 700;
	text-decoration: none;
}
.big-article__meta__author__info > span {
	margin-left: 1.125rem;
	color: #777;
}
@media screen and (max-width: 575.98px) {
	.big-article__meta__author__info > span {
		display: none;
	}
}
.horizontal-article {
	display: flex;
	border-radius: 4px;
	box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
	margin-bottom: 1rem;
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.horizontal-article:hover {
	box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1199.98px) {
	.horizontal-article {
		margin-bottom: 2rem;
	}
}
.horizontal-article a {
	width: 100%;
	display: block;
	text-decoration: none;
	flex-direction: column;
	position: relative;
}
.horizontal-article__thumbnail img {
	border-radius: 4px;
	height: 280px;
	width: 100%;
	object-fit: cover;
	position: relative;
	display: inline-block;
	vertical-align: text-bottom;
}
@media screen and (min-width: 1200px) {
	.horizontal-article__thumbnail img {
		height: 120px;
	}
}
.horizontal-article__thumbnail img::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: var(--background-color) var(--post-thumbnail-placeholder-url)
		no-repeat center top;
	background-size: cover;
	border-radius: 4px;
	display: block;
	overflow: hidden;
}
.horizontal-article__content {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 0 1rem;
}
@media screen and (max-width: 575.98px) {
	.horizontal-article__content {
		flex: 0 1 auto;
	}
}
.horizontal-article__content__title {
	font-size: 1.125rem;
	margin: 1rem 0.5rem 0.5rem;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.horizontal-article__content__title {
		margin: 0.5rem 0;
	}
}
.horizontal-article__content__date-comments {
	display: flex;
	justify-content: space-between;
	font-size: 0.875rem;
	color: #777;
	padding: 0.5rem 0;
	position: relative;
}
@media screen and (max-width: 575.98px) {
	.horizontal-article__content__date-comments {
		flex-wrap: wrap;
	}
}
.horizontal-article__content__date-comments:not(:has(.comments)) .date {
	flex-basis: 100%;
	text-align: end;
}
.horizontal-article__content__date-comments span {
	flex-basis: 49%;
	text-align: start;
}
.horizontal-article__content__date-comments span img {
	position: relative;
	top: 2px;
	right: 3px;
	display: inline-block;
	object-fit: contain;
	height: 14px;
	width: 14px;
}
.horizontal-article__content__date-comments a {
	text-decoration: none;
	color: #777;
	flex-basis: 49%;
	text-align: end;
}
.horizontal-article__content__date-comments a img {
	position: relative;
	top: 2px;
	right: 3px;
	display: inline-block;
	object-fit: contain;
	height: 14px;
	width: 14px;
}
.deal-of-the-week {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	padding-top: 0;
	position: sticky;
	top: 0px;
}
.deal-of-the-week:after,
.deal-of-the-week:before {
	position: absolute;
	content: ' ';
	width: 50%;
	height: 1px;
	background: #af232e;
}
.deal-of-the-week:before {
	top: 0;
}
.deal-of-the-week:after {
	bottom: 0;
}
.deal-of-the-week__title > h3 {
	font-family: 'Overpass', sans-serif;
	font-size: 1.75rem;
	text-align: center;
}
.deal-of-the-week__title > h3 > span {
	display: flex;
	justify-content: center;
	font-weight: 800;
	font-size: 72px;
	position: relative;
	z-index: 1;
}
.deal-of-the-week__title > h3 > span:after {
	position: absolute;
	content: ' ';
	height: 32px;
	width: 210px;
	bottom: 14px;
	background: var(--primary-color);
	z-index: -1;
}
.deal-of-the-week__logo {
	display: flex;
	justify-content: center;
	margin: 1rem 0;
	position: relative;
	width: 100%;
}
.deal-of-the-week__logo:after,
.deal-of-the-week__logo:before {
	position: absolute;
	content: ' ';
	height: 100%;
	width: 1px;
	background: #af232e;
}
.deal-of-the-week__logo:before {
	left: -1rem;
}
.deal-of-the-week__logo:after {
	right: -1rem;
}
.deal-of-the-week__offer {
	margin-bottom: 1rem;
}
.light-grey-bg {
	background-color: #fafafc;
}
.hide .sub-menu {
	display: none;
}
.full-separator {
	border: 0;
	padding: 0;
	margin: 0;
}
nav ol,
nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
main {
	margin-top: 55px;
}

/* Featured Trio Layout Styles */

.featured-trio-layout {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
}

@media screen and (max-width: 1199.98px) {
  .featured-trio-layout {
    padding-bottom: 2rem;
  }
}

.featured-trio-layout__wrapper {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  grid-gap: 2rem;
  align-items: stretch;
}

@media screen and (max-width: 1199.98px) {
  .featured-trio-layout__wrapper {
    grid-template-columns: 1fr;
    grid-gap: 1.5rem;
  }
}

@media screen and (max-width: 575.98px) {
  .featured-trio-layout__wrapper {
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}

/* Main Carousel Section (Large Card on Left) */
.featured-trio-layout__carousel {
  position: relative;
  display: flex;
  align-items: stretch;
  min-height: 400px;
}

@media screen and (max-width: 1199.98px) {
  .featured-trio-layout__carousel {
    min-height: 350px;
  }
}

@media screen and (max-width: 768px) {
  .featured-trio-layout__carousel {
    min-height: 280px;
  }
}

.featured-trio-layout__carousel__inner {
  position: relative;
  width: 100%;
  display: flex;
  border-radius: 8px;
  overflow: hidden;
}

/* Carousel Card */
.featured-trio-layout__carousel__card {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 8px;
  overflow: hidden;
}

/* Active Card (always shown) */
.featured-trio-layout__carousel__card--active {
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 2;
}

.featured-trio-layout__carousel__card a {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.featured-trio-layout__carousel__card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}

.featured-trio-layout__carousel__card__image__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

.featured-trio-layout__carousel__card__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem;
  color: white;
  transition: all 0.3s ease;
}

.featured-trio-layout__carousel__card:hover .featured-trio-layout__carousel__card__overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 50%, transparent 100%);
}

.featured-trio-layout__carousel__card__category {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.9);
  color: #333;
  padding: 0.4rem 0.85rem;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
  width: fit-content;
}

.featured-trio-layout__carousel__card__title {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
  color: white;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  font-family: "Overpass", sans-serif;
}

@media screen and (max-width: 1199.98px) {
  .featured-trio-layout__carousel__card__title {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 768px) {
  .featured-trio-layout__carousel__card__title {
    font-size: 1.1rem;
  }
}

/* Side Cards Section (2 Small Cards on Right) */
.featured-trio-layout__cards {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: flex-start;
}

@media screen and (max-width: 1199.98px) {
  .featured-trio-layout__cards {
    flex-direction: row;
    gap: 1rem;
  }
}

@media screen and (max-width: 575.98px) {
  .featured-trio-layout__cards {
    flex-direction: column;
    gap: 1rem;
  }
}

/* Individual Side Card Styling */
.featured-trio-layout__card {
  flex: 1;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  min-height: 230px;
  position: relative;
}

@media screen and (max-width: 1199.98px) {
  .featured-trio-layout__card {
    min-height: 200px;
  }
}

@media screen and (max-width: 575.98px) {
  .featured-trio-layout__card {
    min-height: 180px;
  }
}

.featured-trio-layout__card:hover {
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.25);
}

.featured-trio-layout__card a {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.featured-trio-layout__card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.featured-trio-layout__card__image__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.featured-trio-layout__card__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.25rem;
  color: white;
  transition: all 0.3s ease;
}

.featured-trio-layout__card:hover .featured-trio-layout__card__overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 50%, transparent 100%);
}

.featured-trio-layout__card__category {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.9);
  color: #333;
  padding: 0.3rem 0.65rem;
  border-radius: 4px;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  width: fit-content;
}

.featured-trio-layout__card__title {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
  color: white;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  font-family: "Overpass", sans-serif;
}

@media screen and (max-width: 1199.98px) {
  .featured-trio-layout__card__title {
    font-size: 0.95rem;
  }
}

@media screen and (max-width: 768px) {
  .featured-trio-layout__card__title {
    font-size: 0.9rem;
  }
}

/* Responsive adjustments for mobile */
@media screen and (max-width: 575.98px) {
  .featured-trio-layout {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .featured-trio-layout__carousel {
    min-height: 250px;
  }
}

/* List Post + Pagination Layout Styles */

.list-post {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.list-post__wrapper {
  display: grid;
  grid-template-columns: 1fr 350px;
  grid-gap: 2rem;
  align-items: flex-start;
}

/* Full-width layout for paginated pages */
.list-post__wrapper--full-width {
  grid-template-columns: 1fr;
}

@media screen and (max-width: 1199.98px) {
  .list-post__wrapper {
    grid-template-columns: 1fr;
    grid-gap: 1.5rem;
  }
}

@media screen and (max-width: 575.98px) {
  .list-post__wrapper {
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }

  .list-post {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

/* Posts List Container */
.list-post__posts {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/* Two-column layout for paginated pages */
.list-post__posts--two-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  width: 100%;
}

/* Pagination for two-column grid */
.list-post__posts--two-columns .list-post-pagination__pagination {
  grid-column: 1 / -1;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1200px) {
  .list-post__posts--two-columns {
    grid-template-columns: 1fr;
  }
}

/* Individual Post Item */
.list-post__item {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 2rem;
  transition: all 0.3s ease;
}

.list-post__item:last-child {
  border-bottom: none;
}

/* Card style for paginated posts */
.list-post-pagination__posts--two-columns .list-post__item {
  border-bottom: none;
  padding-bottom: 0;
  background: transparent;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
  transition: all 0.3s ease;
}

.list-post-pagination__posts--two-columns .list-post__item:hover {
  box-shadow: none;
}

.list-post__item__wrapper {
  display: grid;
  grid-template-columns: 280px 1fr;
  grid-gap: 1.5rem;
  align-items: flex-start;
}

/* Two-column post item layout - horizontal (image left, content right) */
.list-post-pagination__posts--two-columns .list-post__item__wrapper {
  grid-template-columns: 280px 1fr;
  grid-gap: 1.5rem;
  display: grid;
}

@media screen and (max-width: 768px) {
  .list-post__item__wrapper {
    grid-template-columns: 200px 1fr;
    grid-gap: 1rem;
  }

  /* Tablet: Keep horizontal but adjust image size for paginated posts */
  .list-post-pagination__posts--two-columns .list-post__item__wrapper {
    grid-template-columns: 220px 1fr;
    grid-gap: 1rem;
  }

  .list-post-pagination__posts--two-columns .list-post__item__image {
    width: 220px;
    height: 160px;
  }

  .list-post-pagination__posts--two-columns .list-post__item__image__img {
    height: 160px;
  }
}

@media screen and (max-width: 575.98px) {
  .list-post__item__wrapper {
    grid-template-columns: 1fr;
    grid-gap: 0.75rem;
  }

  /* Mobile: Stack image on top for paginated posts */
  .list-post-pagination__posts--two-columns .list-post__item__wrapper {
    grid-template-columns: 1fr;
    grid-gap: 0.75rem;
    display: flex;
    flex-direction: column;
  }

  /* Adjust image size on mobile */
  .list-post-pagination__posts--two-columns .list-post__item__image {
    width: 100%;
    height: 200px;
  }

  .list-post-pagination__posts--two-columns .list-post__item__image__img {
    height: 200px;
  }
}

/* Post Image */
.list-post__item__image {
  width: 100%;
  height: auto;
  border-radius: 4px;
  overflow: hidden;
}

.list-post__item__image a {
  display: block;
  text-decoration: none;
}

.list-post__item__image__img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

/* Card image - maintain border radius and sizing */
.list-post-pagination__posts--two-columns .list-post__item__image {
  border-radius: 8px;
  margin: 0;
  width: 280px;
  height: 200px;
}

.list-post-pagination__posts--two-columns .list-post__item__image__img {
  height: 200px;
  border-radius: 8px;
}

.list-post__item__image a:hover .list-post__item__image__img {
  transform: scale(1.05);
}

@media screen and (max-width: 768px) {
  .list-post__item__image__img {
    height: 150px;
  }
}

@media screen and (max-width: 575.98px) {
  .list-post__item__image__img {
    height: 180px;
  }
}

/* Post Content */
.list-post__item__content {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

/* Card content - adjust spacing */
.list-post-pagination__posts--two-columns .list-post__item__content {
  gap: 0.75rem;
  padding: 0;
}

/* Post Title */
.list-post__item__title {
  margin: 0;
  padding: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  font-family: "Overpass", sans-serif;
}

.list-post__item__title a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.list-post__item__title a:hover {
  color: var(--primary-color);
}

/* Card title - smaller size */
.list-post-pagination__posts--two-columns .list-post__item__title {
  font-size: 1.15rem;
  line-height: 1.35;
}

@media screen and (max-width: 768px) {
  .list-post__item__title {
    font-size: 1.15rem;
  }
}

@media screen and (max-width: 575.98px) {
  .list-post__item__title {
    font-size: 1.1rem;
  }
}

/* Post Excerpt */
.list-post__item__excerpt {
  margin: 0;
  padding: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Card excerpt - reduce lines */
.list-post-pagination__posts--two-columns .list-post__item__excerpt {
  font-size: 0.9rem;
  -webkit-line-clamp: 2;
  color: #777;
}

@media screen and (max-width: 768px) {
  .list-post__item__excerpt {
    font-size: 0.9rem;
  }
}

/* Post Meta Information */
.list-post__item__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #777;
}

/* Card meta - same as regular */
.list-post-pagination__posts--two-columns .list-post__item__meta {
  margin-top: 0.5rem;
  padding-top: 0;
  border-top: none;
  font-size: 0.8rem;
}

/* Author Link */
.list-post__item__author a {
  color: #333;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.list-post__item__author a:hover {
  color: var(--primary-color);
}

/* Time ago */
.list-post__item__time {
  color: #999;
}

/* Comments Count Badge */
.list-post__item__comments {
  display: inline-block;
}

.list-post__item__comments__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background-color: var(--primary-color);
  color: white;
  border-radius: 50%;
  font-weight: 700;
  font-size: 0.85rem;
  text-decoration: none;
}

.list-post__item__comments a {
  text-decoration: none;
}

.list-post__item__comments a:hover .list-post__item__comments__count {
  background-color: var(--global__color-primary__light);
}

/* No Posts Message */
.list-post__no-posts {
  text-align: center;
  color: #666;
  padding: 2rem;
  font-size: 1rem;
}

/* Pagination Styles */
.list-post-pagination__load-more-wrapper {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #f0f0f0;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.list-post-pagination__pagination {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #f0f0f0;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-self: center;
}

.list-post-pagination__pagination ul {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.list-post-pagination__pagination li {
  margin: 0;
  padding: 0;
}

.list-post-pagination__pagination a,
.list-post-pagination__pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 0.5rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
}

.list-post-pagination__pagination a:hover {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  color: white;
}

.list-post-pagination__pagination .current {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

.list-post-pagination__pagination .prev,
.list-post-pagination__pagination .next {
  min-width: auto;
  padding: 0 0.75rem;
}

@media screen and (max-width: 575.98px) {
  .list-post-pagination__pagination a,
  .list-post-pagination__pagination span {
    min-width: 35px;
    height: 35px;
    font-size: 0.85rem;
  }

  .list-post-pagination__pagination ul {
    gap: 0.25rem;
  }
}

/* Sidebar Styles */
.list-post-pagination__sidebar {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* Widget styling */
.list-post-pagination__sidebar .widget {
  margin-top: -1.5rem;
}

.list-post-pagination__sidebar .widget-title {
  margin: 0 0 1rem 0;
  padding: 0;
  font-size: 1.1rem;
  font-weight: 700;
  color: #333;
  font-family: "Overpass", sans-serif;
}

.list-post-pagination__sidebar .widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-post-pagination__sidebar .widget li {
  padding: 0.5rem 0;
  margin: 0;
  border-bottom: 1px solid #f0f0f0;
}

.list-post-pagination__sidebar .widget li:last-child {
  border-bottom: none;
}

.list-post-pagination__sidebar .widget a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.list-post-pagination__sidebar .widget a:hover {
  color: var(--primary-color);
}

/* Placeholder for empty sidebar */
.list-post-pagination__sidebar__placeholder {
  background: #f5f5f5;
  padding: 2rem;
  border-radius: 4px;
  text-align: center;
  color: #999;
  font-size: 0.9rem;
}

@media screen and (max-width: 1199.98px) {
  .list-post-pagination__sidebar {
    grid-column: 1;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-gap: 1.5rem;
  }

  .list-post-pagination__sidebar .widget {
    margin: 0;
  }
}

@media screen and (max-width: 575.98px) {
  .list-post-pagination__sidebar {
    grid-template-columns: 1fr;
  }
}

/* Newsletter + Badge Section Styles */

.newsletter-badge {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.newsletter-badge__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: stretch;
}

/* Individual Box Styles */
.newsletter-badge__box {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}

.newsletter-badge__box:hover {
  border-color: #dee2e6;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.newsletter-badge__box__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* Box Title */
.newsletter-badge__box__title {
  margin: 0;
  padding: 0;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.3;
  color: #1a1a1a;
  font-family: "Overpass", sans-serif;
}

/* Box Description */
.newsletter-badge__box__description {
  margin: 0;
  padding: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #6c757d;
}

/* Newsletter Form Styles */
.newsletter-badge__box--newsletter {
  background: #ffffff;
  border: 1px solid #e0e0e0;
}

.newsletter-badge__box.newsletter-badge__box--newsletter {
  padding-bottom: 0px;
}

/* MailerLite form wrapper styles */
.newsletter-badge__box__form .ml-embedded {
  background-color: transparent !important;
}

.newsletter-badge__box__form .ml-embedded .ml-form-embedWrapper {
  background-color: transparent !important;
}

.newsletter-badge__box__form .ml-embedded .ml-form-embedWrapper .ml-form-embedBody {
  padding: 0 !important;
}

.newsletter-badge__box__form .ml-embedded .ml-form-embedWrapper .ml-form-embedBody form {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  align-items: stretch;
}

.newsletter-badge__box__form .ml-embedded .ml-form-embedWrapper .ml-form-embedBody form input[type="email"],
.newsletter-badge__box__form .ml-embedded .ml-form-embedWrapper .ml-form-embedBody form input[type="text"] {
  flex: 1;
  min-width: 200px;
  padding: 0.75rem 1rem;
  border: 1px solid #ddd !important;
  border-radius: 6px !important;
  font-size: 0.95rem !important;
  font-family: inherit !important;
  transition: all 0.3s ease;
  box-sizing: border-box !important;
  background-color: #ffffff !important;
  color: #333 !important;
}

.newsletter-badge__box__form .ml-embedded .ml-form-embedWrapper .ml-form-embedBody form input[type="email"]:focus,
.newsletter-badge__box__form .ml-embedded .ml-form-embedWrapper .ml-form-embedBody form input[type="text"]:focus {
  outline: none;
  border-color: var(--primary-color) !important;
  box-shadow: 0 0 0 3px rgba(0, 86, 179, 0.1);
}

.newsletter-badge__box__form .ml-embedded .ml-form-embedWrapper .ml-form-embedBody form button {
  padding: 0.75rem 1.75rem !important;
  background-color: var(--primary-color) !important;
  color: white !important;
  border: none !important;
  border-radius: 6px !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  box-sizing: border-box !important;
  margin: 0 !important;
}

.newsletter-badge__box__form .ml-embedded .ml-form-embedWrapper .ml-form-embedBody form button:hover {
  background-color: color-mix(in srgb, var(--primary-color) 80%, transparent) !important;
  box-shadow: 0 2px 8px rgba(0, 56, 130, 0.2);
}

.newsletter-badge__box__form .ml-embedded .ml-form-embedWrapper .ml-form-embedBody form button:active {
  transform: translateY(1px);
}


/* Badges Container */
.newsletter-badge__box--badges {
  background: #ffffff;
  border: 1px solid #e0e0e0;
}

.newsletter-badge__box__badges {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}

.newsletter-badge__box__badges img {
  filter: none !important;
}

/* Badge Styles */
.newsletter-badge__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

.newsletter-badge__badge:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}

.newsletter-badge__badge__img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Responsive Styles */
@media screen and (max-width: 1024px) {
  .newsletter-badge__wrapper {
    gap: 1.5rem;
  }

  .newsletter-badge__box {
    padding: 1.75rem;
  }

  .newsletter-badge__box__title {
    font-size: 1.25rem;
  }

  .newsletter-badge__box__description {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 768px) {
  .newsletter-badge {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .newsletter-badge__wrapper {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .newsletter-badge__box {
    padding: 1.5rem;
  }

  .newsletter-badge__box__title {
    font-size: 1.15rem;
  }

  .newsletter-badge__box__description {
    font-size: 0.85rem;
  }

  /* MailerLite form responsive */
  .newsletter-badge__box__form .ml-embedded .ml-form-embedWrapper .ml-form-embedBody form {
    flex-direction: column;
    gap: 0.5rem;
  }

  .newsletter-badge__box__form .ml-embedded .ml-form-embedWrapper .ml-form-embedBody form input[type="email"],
  .newsletter-badge__box__form .ml-embedded .ml-form-embedWrapper .ml-form-embedBody form input[type="text"],
  .newsletter-badge__box__form .ml-embedded .ml-form-embedWrapper .ml-form-embedBody form button {
    width: 100%;
  }

  /* Generic form responsive */
  .newsletter-badge__box__form form,
  .newsletter-badge__box__form .mc4wp-form {
    flex-direction: column;
    gap: 0.5rem;
  }

  .newsletter-badge__box__form input[type="email"],
  .newsletter-badge__box__form input[type="text"],
  .newsletter-badge__box__form input[type="submit"],
  .newsletter-badge__box__form button {
    width: 100%;
  }

  .newsletter-badge__box__badges {
    gap: 1rem;
    justify-content: center;
  }

  .newsletter-badge__badge {
    flex: 1;
    max-width: 140px;
  }
}

@media screen and (max-width: 480px) {
  .newsletter-badge {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .newsletter-badge__wrapper {
    gap: 1rem;
  }

  .newsletter-badge__box {
    padding: 1.25rem;
  }

  .newsletter-badge__box__title {
    font-size: 1.05rem;
  }

  .newsletter-badge__box__description {
    font-size: 0.8rem;
  }

  .newsletter-badge__box__badges {
    gap: 0.75rem;
    flex-direction: column;
  }

  .newsletter-badge__badge {
    width: 100%;
    max-width: none;
  }

  .newsletter-badge__badge__img {
    max-width: 100%;
    height: auto;
  }
}

/* Dark Mode Styles for Featured Trio Layout, List Post Pagination, and Newsletter Badge */
body.dark-mode .featured-trio-layout {
  background-color: var(--background-color);
  color: var(--text-color);
}

body.dark-mode .featured-trio-layout__carousel__card__category {
  background-color: rgba(255, 255, 255, 0.15);
  color: var(--text-color);
}

body.dark-mode .featured-trio-layout__card__category {
  background-color: rgba(255, 255, 255, 0.15);
  color: var(--text-color);
}

/* List Post Pagination Dark Mode */
body.dark-mode .list-post {
  background-color: var(--background-color);
  color: var(--text-color);
}

body.dark-mode .list-post__item {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

body.dark-mode .list-post__item__title a {
  color: var(--heading-color);
}

body.dark-mode .list-post__item__title a:hover {
  color: var(--primary-color);
}

body.dark-mode .list-post__item__excerpt {
  color: var(--text-color);
  opacity: 0.9;
}

body.dark-mode .list-post__item__meta {
  color: var(--text-color);
  opacity: 0.8;
}

body.dark-mode .list-post__item__author a {
  color: var(--text-color);
}

body.dark-mode .list-post__item__author a:hover {
  color: var(--primary-color);
}

body.dark-mode .list-post__item__time {
  color: var(--text-color);
  opacity: 0.7;
}

body.dark-mode .list-post__no-posts {
  color: var(--text-color);
  opacity: 0.8;
}

body.dark-mode .list-post-pagination__pagination {
  border-top-color: rgba(255, 255, 255, 0.1);
}

body.dark-mode .list-post-pagination__pagination a,
body.dark-mode .list-post-pagination__pagination span {
  background-color: var(--background-color);
  border-color: rgba(255, 255, 255, 0.2);
  color: var(--text-color);
}

body.dark-mode .list-post-pagination__pagination a:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: white;
}

body.dark-mode .list-post-pagination__pagination .current {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: white;
}

body.dark-mode .list-post-pagination__sidebar .widget-title {
  color: var(--heading-color);
}

body.dark-mode .list-post-pagination__sidebar .widget a {
  color: var(--text-color);
}

body.dark-mode .list-post-pagination__sidebar .widget a:hover {
  color: var(--primary-color);
}

body.dark-mode .list-post-pagination__sidebar .widget li {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

body.dark-mode .list-post-pagination__sidebar .widget__placeholder {
  background-color: rgba(255, 255, 255, 0.05);
  color: var(--text-color);
  opacity: 0.7;
}

/* Newsletter Badge Dark Mode */
body.dark-mode .newsletter-badge {
  background-color: var(--background-color);
  color: var(--text-color);
}

body.dark-mode .newsletter-badge__box {
  background-color: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}

body.dark-mode .newsletter-badge__box:hover {
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

body.dark-mode .newsletter-badge__box--newsletter {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.1);
}

body.dark-mode .newsletter-badge__box--badges {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.1);
}

body.dark-mode .newsletter-badge__box__title {
  color: var(--heading-color);
}

body.dark-mode .newsletter-badge__box__description {
  color: var(--text-color);
  opacity: 0.9;
}

body.dark-mode .newsletter-badge__box__form .ml-embedded .ml-form-embedWrapper .ml-form-embedBody form input[type="email"],
body.dark-mode .newsletter-badge__box__form .ml-embedded .ml-form-embedWrapper .ml-form-embedBody form input[type="text"] {
  background-color: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
  color: var(--text-color) !important;
}

body.dark-mode .newsletter-badge__box__form .ml-embedded .ml-form-embedWrapper .ml-form-embedBody form input[type="email"]:focus,
body.dark-mode .newsletter-badge__box__form .ml-embedded .ml-form-embedWrapper .ml-form-embedBody form input[type="text"]:focus {
  border-color: var(--primary-color) !important;
  background-color: rgba(255, 255, 255, 0.15) !important;
}

body.dark-mode .newsletter-badge__box__form .ml-embedded .ml-form-embedWrapper .ml-form-embedBody form input[type="email"]::placeholder,
body.dark-mode .newsletter-badge__box__form .ml-embedded .ml-form-embedWrapper .ml-form-embedBody form input[type="text"]::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

body.dark-mode .newsletter-badge__box__form .ml-embedded .ml-form-embedWrapper .ml-form-embedBody form button {
  background-color: var(--primary-color) !important;
  color: white !important;
}

body.dark-mode .newsletter-badge__box__form .ml-embedded .ml-form-embedWrapper .ml-form-embedBody form button:hover {
  background-color: var(--primary-color) !important;
  opacity: 0.9;
}

body.dark-mode .newsletter-badge__badge {
  opacity: 0.9;
}

body.dark-mode .newsletter-badge__badge:hover {
  opacity: 1;
}
