/*
 * Mashin Irani — eNamad trust seal sizing (footer). The seal is an external badge image; size it to sit
 * neatly beside the small icon-chip seals without dominating the footer bottom bar.
 */
.mi-enamad { display: inline-flex; align-items: center; line-height: 0; text-decoration: none; }
.mi-enamad img {
	display: block;
	width: auto;
	height: auto;
	border-radius: 8px;
	background: #fff; /* eNamad badges are often transparent — keep them legible on the navy footer */
}
.mi-enamad--desktop img { height: 62px; }
.mi-enamad--mobile img  { height: 66px; }

/* Keep the seal vertically centred in the seal rows (it's taller than the icon chips). */
.foot-seals { align-items: center; }
.mi-mfooter__seals { align-items: center; flex-wrap: wrap; }
