body.premier-seo-journal .entry-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
	align-items: center;
	gap: clamp(2.5rem, 6vw, 7rem);
	min-height: min(760px, 82vh);
	padding-block: clamp(7rem, 11vw, 11rem) clamp(4rem, 8vw, 8rem);
}

body.premier-seo-journal .entry-hero__copy h1 {
	max-width: 18ch;
	font-size: clamp(2.6rem, 4.5vw, 4.8rem);
	line-height: 0.98;
	letter-spacing: -0.045em;
	text-wrap: balance;
}

body.premier-seo-journal .entry-hero__summary {
	max-width: 62ch;
	font-size: clamp(1rem, 1.25vw, 1.25rem);
	line-height: 1.55;
}

body.premier-seo-journal .entry-hero__media {
	width: 100%;
	margin: 0;
	aspect-ratio: 3 / 2;
	overflow: hidden;
	background: #151719;
}

body.premier-seo-journal .entry-hero__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.premier-seo-journal .single-entry-content {
	width: min(100% - 2.5rem, 860px);
	margin-inline: auto;
	padding-block: clamp(4rem, 8vw, 8rem);
}

body.premier-seo-journal .single-entry-content > * {
	max-width: 760px;
	margin-inline: auto;
}

body.premier-seo-journal .single-entry-content h2 {
	margin-top: clamp(3.5rem, 7vw, 6rem);
	font-size: clamp(1.9rem, 3.3vw, 3.35rem);
	line-height: 1.02;
	letter-spacing: -0.035em;
	text-wrap: balance;
}

body.premier-seo-journal .single-entry-content h3 {
	margin-top: 2.75rem;
	font-size: clamp(1.35rem, 2vw, 2rem);
	line-height: 1.15;
}

body.premier-seo-journal .single-entry-content p,
body.premier-seo-journal .single-entry-content li {
	font-size: clamp(1rem, 1.05vw, 1.12rem);
	line-height: 1.75;
}

body.premier-seo-journal .single-entry-content ul {
	padding-left: 1.3em;
}

body.premier-seo-journal .single-entry-content li + li {
	margin-top: 0.7rem;
}

body.premier-seo-journal .single-entry-content .wp-block-table {
	max-width: 900px;
	margin-block: 2.5rem 4rem;
	overflow-x: auto;
}

body.premier-seo-journal .single-entry-content table {
	width: 100%;
	font-size: 0.95rem;
	border-collapse: collapse;
}

body.premier-seo-journal .single-entry-content th,
body.premier-seo-journal .single-entry-content td {
	padding: 0.9rem 1rem;
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid rgba(22, 25, 28, 0.18);
}

@media (max-width: 900px) {
	body.premier-seo-journal .entry-hero__inner {
		grid-template-columns: 1fr;
		min-height: 0;
		padding-block: 7rem 4rem;
	}

	body.premier-seo-journal .entry-hero__copy h1 {
		max-width: 16ch;
		font-size: clamp(2.45rem, 9vw, 4.25rem);
	}

	body.premier-seo-journal .entry-hero__media {
		aspect-ratio: 16 / 10;
	}
}
