/* =========================================================
   PUBLISHER · Header DAL
   Logos dinámicos por área
   ========================================================= */

.site-logo-img img,
.custom-logo-link img.custom-logo,
.ast-site-identity img.custom-logo,
.custom-mobile-logo-link img,
.ast-mobile-header-wrap img.custom-logo,
header img.custom-logo,
header .site-logo-img img {
	width: auto !important;
	height: auto !important;
	object-fit: contain !important;
	image-rendering: auto !important;
	backface-visibility: hidden;
	transform: translateZ(0);
}

img[data-publisher-header-logo="true"] {
	width: auto !important;
	height: auto !important;
	object-fit: contain !important;
}

/* =========================================================
   Header · escritorio normal
   ========================================================= */

@media (min-width: 981px) {
	img[data-publisher-header-logo="true"] {
		max-height: 72px !important;
		max-width: 390px !important;
	}
}

/* =========================================================
   Header · pantallas grandes
   ========================================================= */

@media (min-width: 1500px) {
	img[data-publisher-header-logo="true"] {
		max-height: 86px !important;
		max-width: 470px !important;
	}
}

/* =========================================================
   Header · móvil / tablet
   ========================================================= */

@media (max-width: 980px) {
	img[data-publisher-header-logo="true"] {
		max-height: 54px !important;
		max-width: 245px !important;
	}
}

@media (max-width: 580px) {
	img[data-publisher-header-logo="true"] {
		max-height: 48px !important;
		max-width: 215px !important;
	}
}

/* =========================================================
   Ajuste fino móvil · separa hamburguesa del logo
   ========================================================= */

@media (max-width: 580px) {
	.publisher-nav-trigger {
		left: 18px !important;
	}

	.site-logo-img,
	.custom-logo-link,
	.ast-site-identity {
		margin-left: 10px !important;
	}
}