@media screen and (min-width: 1026px) {
	.back-btn {
		margin-top: 12px;
	}
}

@media screen and (max-width: 1025px) {
	h1 {
		margin-top: 20px;
	}
}

@media screen and (min-width: 1026px) {
	.post-meta {
		margin-top: 4rem;
	}
}

@media screen and (min-width: 1026px) {
	.post-template__featured-img-wrapper {
		margin-bottom: 45px;
	}
}
@media screen and (max-width: 1025px) {
	.post-template__featured-img-wrapper {
		margin-bottom: 8px;
	}
}

.post-template__featured-img-wrapper img {
	border-radius: var(--radius-m);
	width: 100%;
	transform: translateZ(1px);
	max-height: 600px;
	display: block;
}

@media screen and (max-width: 1025px) {
	.post-template__featured-img-wrapper img {
		border-radius: var(--radius-xs);
	}
}
@media screen and (min-width: 1026px) {
	.post-sharing-wrapper {
		position: absolute;
		top: var(--space-s);
	}
}

.post-sharing__link-container a,
.post-sharing__link-container button {
	background: var(--secondary-light);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	width: 42px;
	height: 42px;
	padding: 0;
}

.post-sharing__link-container a:is(:hover, :focus-visible),
.post-sharing__link-container button:is(:hover, :focus-visible) {
	background: var(--accent);
}

@media screen and (max-width: 1025px) {
	.line-component--post-hero {
		margin-top: 6px;
	}
}

@media screen and (max-width: 1025px) {
	.post-lower-hero {
		order: -1;
		display: block !important;
		margin-top: 12px;
	}
}

.post-main {
	padding-top: 0;
}

.post-main-inner {
	padding-top: var(--space-s);
}

.post-main-inner > .line-component {
	position: absolute;
	top: 0;
}

section.post-hero {
	padding-bottom: var(--space-s);
	padding-top: calc(var(--section-padding-block) * 1);
}

@media screen and (max-width: 1025px) {
	.post-hero {
		padding-top: 7rem;
	}
}

p.post-excerpt {
	margin-bottom: 45px;
}

@media screen and (max-width: 1025px) {
	p.post-excerpt {
		margin-top: calc(50px - var(--space-xs));
		margin-bottom: calc(50px - var(--space-xs));
	}
}
