/* Slot placeholder — evita layout shift enquanto o banner carrega via AJAX */
.navbanners-slot {
	width: 100%;
	min-height: 90px;
	background: transparent;
}

.navbanners-wrap {
	width: 100%;
	line-height: 0;
	background: #f4f3ef;
}

.navbanners-wrap a {
	display: block;
	width: 100%;
}

.navbanners-wrap img {
	display: block;
	width: 100%;
	height: auto;
}
