/* Neutraliza únicamente el margen negativo heredado de la plantilla Elementor del detalle. */
body.page-id-508 .entry-content .elementor-top-section:has(.pcc-detail) {
	margin-top: -120px !important;
}

@media (max-width: 1024px) {
	body.page-id-508 .entry-content .elementor-top-section:has(.pcc-detail) {
		margin-top: -90px !important;
	}
}

@media (max-width: 921px) {
	body.page-id-508 .entry-content .elementor-top-section:has(.pcc-detail) {
		margin-top: -55px !important;
	}
}
