/**
 * Press homepage fallback + section spacing.
 */

.pkp_structure_main .page.page_homepage.pap-home {
	padding: 0 !important;
}

.pap-home__section {
	margin-bottom: 1.75rem !important;
}

.pap-home__section:last-child,
.pap-home-fallback:last-child {
	margin-bottom: 0 !important;
}

.pap-home__image img {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	border-radius: 12px !important;
}

.pap-home-fallback {
	padding: 0 !important;
	background: transparent !important;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: #1f2937 !important;
}

.pap-home-fallback__title {
	margin: 0 0 0.75rem 0 !important;
	font-family: "Plus Jakarta Sans", "Segoe UI", system-ui, sans-serif !important;
	font-size: clamp(1.5rem, 2.6vw, 2rem) !important;
	font-weight: 700 !important;
	color: #0c1829 !important;
}

.pap-home-fallback__lead,
.pap-home-fallback__description {
	margin: 0 0 1rem 0 !important;
	font-size: 1rem !important;
	line-height: 1.65 !important;
	color: #334155 !important;
}

.pap-home-fallback__hint {
	margin: 0 !important;
	font-size: 0.875rem !important;
	line-height: 1.5 !important;
	color: #64748b !important;
}
