.bannerpro-local {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	justify-content: center;
}

.bannerpro-banner {
	max-width: 100%;
	position: relative;
}

.bannerpro-banner--image .bannerpro-img {
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: 4px;
}

.bannerpro-script-wrapper,
.bannerpro-adsense-wrapper {
	max-width: 100%;
	overflow: hidden;
}

/* Overlay de estatísticas (Analytics 2.0) */
.bannerpro-stats-overlay {
	position: absolute;
	display: flex;
	flex-direction: column;
	gap: 2px;
	background: rgba(20, 20, 30, 0.72);
	color: #fff;
	padding: 6px 10px;
	border-radius: 6px;
	font-size: 11px;
	line-height: 1.4;
	pointer-events: none;
	z-index: 2;
}

.bannerpro-stats-overlay--top-left {
	top: 8px;
	left: 8px;
}

.bannerpro-stats-overlay--top-right {
	top: 8px;
	right: 8px;
}

.bannerpro-stats-overlay--bottom-left {
	bottom: 8px;
	left: 8px;
}

.bannerpro-stats-overlay--bottom-right {
	bottom: 8px;
	right: 8px;
}

.bannerpro-stat--pageviews { color: #b39cff; }
.bannerpro-stat--clicks { color: #7ee787; }
.bannerpro-stat--sessions { color: #79c0ff; }
