/* Overrides propios de ccetijuana.org (capa por encima del theme Avada).
   Centraliza aquí los ajustes nuestros — no editar el theme vendor.
   Ver wiki: /Users/feliash/ObsidianVaults/ccetijuana-org/wiki/estructura-sitio.md
*/

/* Pendiente migrar: el fix de tamaño del logo del header (hoy inline en los
   <img> de cada página, x22). Cuando se centralice, sacar los inline style: */
/* .fusion-logo a img { width:395px !important; height:auto !important; max-width:100% !important; } */

/* Encuadre de logos — Organismos Afiliados (2026-07-10).
   Los logos originales tienen proporciones muy distintas (AEBC ancho, CANACINTRA
   casi cuadrado, Tijuana EDC con texto) y antes flotaban sueltos en la grilla,
   con pesos visuales dispares. Se les da una caja uniforme (misma altura,
   centrados, borde sutil) para que la grilla se vea ordenada sin importar la
   proporción del logo fuente. */
.cce-affiliate-frame {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 160px;
	box-sizing: border-box;
	padding: 20px;
	border: 1px solid #e3e3e3;
	border-radius: 6px;
	background: #ffffff;
}
.cce-affiliate-frame a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.cce-affiliate-frame img {
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: 100% !important;
	object-fit: contain;
}
