.marpe-single {
	background: #ffffff;
	color: #0f2e63;
}

.marpe-single-container {
	margin: 0 auto;
	padding: 0 24px;
	max-width: 1104px;
}

.marpe-single-hero {
	padding: 80px 0 16px;
}

.marpe-single-section-title {
	margin: 0;
	font-size: 1.875rem;
	font-weight: 400;
	line-height: 1.35;
	color: #0f2e63;
}

.marpe-single-body {
	padding: 0 0 80px;
}

.marpe-single-header {
	margin-bottom: 56px;
}

.marpe-single-title {
	margin: 0;
	max-width: 880px;
	font-size: clamp(2.2rem, 5vw, 3rem);
	font-weight: 400;
	line-height: 1.16;
	color: #0f2e63;
}

.marpe-single-layout {
	display: grid;
	grid-template-columns: 200px minmax(0, 1fr);
	gap: 16px;
	align-items: start;
}

.marpe-single-meta {
	font-size: 0.875rem;
	line-height: 1.7;
	color: #0f2e63;
}

.marpe-single-article {
	max-width: 880px;
}

.marpe-single-lead {
	margin: 0 0 32px;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.35;
	color: #0f2e63;
}

.marpe-single-featured {
	margin: 0 0 32px;
}

.marpe-single-featured img {
	display: block;
	width: 100%;
	height: auto;
}

.marpe-single-content {
	color: #0f2e63;
	font-size: 1rem;
	line-height: 1.7;
}

.marpe-single-content > *:first-child {
	margin-top: 0;
}

.marpe-single-content > *:last-child {
	margin-bottom: 0;
}

.marpe-single-content h2,
.marpe-single-content h3 {
	margin: 40px 0 16px;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.35;
	color: #0f2e63;
}

.marpe-single-content p {
	margin: 0 0 16px;
}

.marpe-single-content a {
	color: #0f2e63;
	text-decoration: underline;
}

.marpe-single-back-link {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-top: 48px;
	padding: 16px 24px;
	background: #f4cc21;
	border: 1px solid transparent;
	border-radius: 32px;
	color: #0f2e63;
	text-decoration: none;
	font-size: 1rem;
	line-height: 1.5;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.marpe-single-back-link:hover,
.marpe-single-back-link:focus-visible {
	background: #1B4493;
	border-color: #1B4493;
	color: #fff;
}

.marpe-single-back-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	font-size: 0;
	line-height: 0;
	background-image: url('/wp-content/themes/marpe-author-mowomo/assets/img/arrow-noticia.svg');
	background-size: 24px 24px;
	background-repeat: no-repeat;
	background-position: center;
}

@media (max-width: 991px) {
	.marpe-single-layout {
		grid-template-columns: 1fr;
		gap: 24px;
	}
}

@media (max-width: 767px) {
	.marpe-single-hero {
		padding-top: 56px;
	}

	.marpe-single-header {
		margin-bottom: 36px;
	}

	.marpe-single-lead {
		font-size: 1.25rem;
	}

	.marpe-single-content h2,
	.marpe-single-content h3 {
		font-size: 1.25rem;
	}
}
