:root {
	--font-size-content: 1.8rem;
	--cta-padding: 1.2rem 2.5rem;
	--wrapper-max-width: 144rem;
	--border-radius: 8px;
	--input-border-radius: 8px;
	--input-border-top-left-radius: 8px;
  --input-border-top-right-radius: 8px;
  --input-border-bottom-right-radius: 8px;
  --input-border-bottom-left-radius: 8px;
	--cta-padding-t: 1.2rem;
	--cta-padding-r: 2.5rem;
	--cta-padding-b: 1.2rem;
	--cta-padding-l: 2.5rem;
	--wrapper-padding: 0 3rem;
	--cta-line-height: calc(17.05/14);
	--cta-border-radius: 130px;
	--cta-font-weight: 700;
	--cta-font-size: 1.4rem;
}

.blogpost__tag-link,
.back-home,
.filters__container-inner .filter,
.post-tag {
	padding: 0.8rem 2rem;
	border-radius: var(--border-radius);
	font-size: 1.4rem;
	font-weight: 400;
}

.back-home {
	padding-left: 2.8rem;
}

h1,
.h1 {
	font-size: 44px;
	line-height: 1;
	font-weight: 700;
	word-break: break-word;
}
}
.long-post-title h1 {
	line-height: 1;
}

h2,
.h2 {
	font-size: 28px;
	line-height: 32px;
	font-weight: 700;
}

h3,
.h3 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
}

h4,
.h4 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 500;
}

@media (max-width: 800px) {
  h1,
	.h1 {
		font-size: 36px;
		line-height: 38px;
		font-weight: 700;
	}
	h2,
	.h2 {
		font-size: 24px;
		line-height: 28px;
		font-weight: 700;
	}
	h3,
	.h3 {
		font-size: 20px;
		line-height: 24px;
		font-weight: 700;
	}
	h4,
	.h4 {
		font-size: 20px;
		line-height: 24px;
		font-weight: 500;
	}
}

.text__section-inner h2 {
	font-size: 2.8rem;
}
@media (max-width: 800px) {
	.text__section-inner h2 {
		font-size: 2.8rem;
	}
}
/*
.blogpost__featured-image {
	transform: translate(calc((100vw - var(--wrapper-max-width)) / 2 + var(--wrapper-padding)));
}

@media (max-width: 1440px) {
	.blogpost__featured-image {
		transform: translate(var(--wrapper-padding));
	}
}

@media (max-width: 992px) {
  .blogpost__featured-image {
    flex: 0 0 calc(100% + var(--wrapper-padding) * 2);
    transform: translate(calc(var(--wrapper-padding) * (-1)));
  }
}
*/

.blogpost__featured-image {
	transform: unset;
}

.blogpost__featured-image img {
	border-radius: var(--border-radius);
	transform: translateX(calc((100vw - 1380px) / 2));
}

@media (max-width: 1440px) {
	.blogpost__header {
		gap: 3rem;
	}
	.blogpost__featured-image {
	flex: 0 0 calc((100% / 12) * 7 - 3rem);
	}
	.blogpost__featured-image img {
		transform: translateX(3rem);
		flex: 0 0 calc(100% + 8rem);
	}
}

@media (max-width: 992px) {
  .blogpost__featured-image {
    flex: 0 0 calc(100% + 6rem);
    transform: translate(-3rem);
  }
	.blogpost__featured-image img {
		transform: unset;
	}
}

@media (max-width: 800px) {
	.blogpost__body-container {
		padding-bottom: 1.2rem;
	}
	.mb-4 {
		margin-bottom: 1.2rem;
	}
	.pt-4 {
		padding-top: 1.2rem;
	}
	.pb-4 {
		padding-bottom: 1.2rem;
	}
	.mb-2 {
		margin-bottom: 0.8rem;
	}
	.other-blogpost-inner {
		margin-bottom: 2.4rem;
	}
	.other-blogpost-inner, 
	.other-blogpost-outer:first-child .other-blogpost-inner, 
	.other-blogpost-outer:nth-child(3) .other-blogpost-inner {
		margin-bottom: 0;
	}
	.footer__legals,
	.footer__copyright,
	.footer__legals__link,
	.footer__legals__links{
		flex-direction: row
	}
}

.newsletter__container-inner,
.other-blogpost__image-container {
	border-radius: var(--border-radius)
}

.other-blogpost__image-container,
.other-blogpost__topics-date {
	margin-bottom: 1rem;
}

/* Listing */
.listing-hero__title {
	padding-bottom: 2.4rem;
	color: #001c36;
}

.listing-hero__featured-article {
	padding-top: 3rem;
}

.pagination__container {
  padding-top: 3rem;
}

.hot-post__container {
	position: relative;
}

.hot-post__invisible-link {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
}

.hot-post__content.hide,
.featured-article__summary.hide,
.tags__container.hide {
	display: block;
	visibility: visible;
}

.hot-post__text {
	font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}

@media (max-width: 992px) {
  .listing-hero__container-outer {
    padding-bottom: 0rem;
  }
	.pagination__container {
		padding-bottom: 4rem;
		padding-top: 1rem;
	}
	.listing-hero__featured-article {
		padding-top: 1.5rem;
	}
}

.featured-article__image-container,
.post__image,
.listing-hero__hot,
.search__form input[type=text],
.subscribe__container {
	border-radius : var(--border-radius);
}

@media (max-width: 500px) {
	.pagination__container .page__button {
		padding: 1.2rem 1.8rem;
	}
}