/* Nextech content hub post detail pages */
.nx-content-post {
	--nx-blue: #2a388f;
	--nx-red: #be2031;
	--nx-deep: #0a1d41;
	width: 100%;
	background: var(--nx-deep);
	color: #fff;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.nx-content-post,
.nx-content-post * {
	box-sizing: border-box;
}

.nx-content-post h1,
.nx-content-post h2,
.nx-content-post h3 {
	font-family: "Inter", Arial, sans-serif !important;
	font-size: 24px !important;
	font-weight: 800 !important;
	line-height: 1.2;
}

.nx-content-post__hero {
	padding: 70px 100px;
	background:
		radial-gradient(circle at 80% 30%, rgba(190, 32, 49, .42), transparent 24%),
		linear-gradient(125deg, #102b5a, #2a388f);
}

.nx-content-post__hero-inner {
	max-width: 900px;
}

.nx-content-post__eyebrow {
	margin: 0 0 14px;
	color: var(--nx-red);
	font-size: 12px;
	letter-spacing: .13em;
	line-height: 1.2;
	text-transform: uppercase;
}

.nx-content-post h1 {
	margin: 0;
	color: #fff;
}

.nx-content-post__date {
	margin: 22px 0 0;
	color: rgba(255, 255, 255, .75);
}

.nx-content-post__content {
	padding: 48px 100px 70px;
}

.nx-content-post__back,
.nx-content-post__share a,
.nx-content-post__related a {
	color: #fff !important;
	text-decoration: none !important;
}

.nx-content-post__back {
	display: inline-block;
	margin-bottom: 26px;
}

.nx-content-post__image {
	max-width: 1060px;
	margin: 0 auto 38px;
}

.nx-content-post__image img {
	display: block;
	width: 100%;
	max-height: 610px;
	object-fit: cover;
}

.nx-content-post__article {
	max-width: 780px;
	margin: 0 auto;
	color: rgba(255, 255, 255, .88);
	line-height: 1.75;
}

.nx-content-post__article p,
.nx-content-post__article li {
	margin: 0 0 22px;
}

.nx-content-post__article h2,
.nx-content-post__article h3 {
	margin: 42px 0 18px;
	color: #fff;
}

.nx-content-post__share {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
	max-width: 780px;
	margin: 45px auto 0;
	padding-top: 25px;
	border-top: 1px solid rgba(255, 255, 255, .2);
}

.nx-content-post__share span {
	color: rgba(255, 255, 255, .65);
}

.nx-content-post__share a {
	color: #fff !important;
	text-decoration: underline !important;
	text-underline-offset: 3px;
}

.nx-content-post__related {
	margin-top: 70px;
	padding-top: 65px;
	border-top: 1px solid rgba(255, 255, 255, .16);
}

.nx-content-post__related > h2 {
	margin: 0 0 28px;
}

.nx-content-post__related-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
}

.nx-content-post__related article {
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .15);
	background: #132f60;
}

.nx-content-post__related a {
	display: block;
	height: 100%;
}

.nx-content-post__related img {
	display: block;
	width: 100%;
	height: 190px;
	object-fit: cover;
}

.nx-content-post__related h3,
.nx-content-post__related span {
	display: block;
	margin: 0;
	padding: 22px 22px 0;
}

.nx-content-post__related span {
	padding-top: 14px;
	padding-bottom: 22px;
	color: #fff;
	font-size: 15px;
}

@media (min-width: 700px) {
	.nx-content-post {
		font-size: 18px;
	}

	.nx-content-post h1,
	.nx-content-post h2,
	.nx-content-post h3 {
		font-size: 36px !important;
	}

	.nx-content-post__related-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 699px) {
	.nx-content-post__hero,
	.nx-content-post__content {
		padding: 20px;
	}

	.nx-content-post__related {
		margin-top: 50px;
		padding-top: 50px;
	}
}
