.aflv-ad {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 16px auto;
	padding: 12px 0;
	overflow: visible;
	text-align: center;
	box-sizing: border-box;
}

.aflv-ad img {
	max-width: 100%;
	height: auto;
}

.aflv-ad iframe,
.aflv-ad ins {
	max-width: 100%;
}

/* Anuncio 3 — barra lateral 300x250 */
.aflv-ad--3 {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	min-height: 250px;
	margin: 14px 0 0;
	padding: 0;
	overflow: visible;
	text-align: center;
}

.aflv-ad--3 iframe {
	display: block;
	width: 300px;
	max-width: 100%;
	height: 250px;
	border: 0;
	overflow: hidden;
}

.aflv-ad--3 img,
.aflv-ad--3 ins {
	display: block;
	width: 300px;
	max-width: 100%;
	height: auto;
	min-height: 250px;
}

.aflv-ad--3 > * {
	max-width: 100%;
}

.aflv-footer-ad {
	margin-right: auto;
	min-width: 0;
}

.aflv-footer-main {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 16px;
}

@media (max-width: 782px) {
	.aflv-footer-ad,
	.aflv-ad--3 {
		justify-content: center;
		text-align: center;
		width: 100%;
		margin-right: 0;
	}
}
