/* Banner Manager Pro — estilos públicos (prefijo .bmp-). */

.bmp-banner {
	display: block;
	margin: 1em auto;
	text-align: center;
	max-width: 100%;
}

.bmp-banner .bmp-link {
	display: inline-block;
	max-width: 100%;
	line-height: 0;
}

.bmp-img,
.bmp-video {
	display: inline-block;
	max-width: 100%;
	height: auto;
	border: 0;
}

.bmp-video {
	width: 100%;
}

.bmp-text {
	display: block;
	line-height: 1.5;
	text-align: left;
	padding: 0.75em 1em;
	border: 1px solid rgba( 0, 0, 0, 0.08 );
	border-radius: 6px;
	background: rgba( 0, 0, 0, 0.02 );
}

.bmp-text__title {
	display: block;
	font-weight: 700;
	margin-bottom: 0.25em;
}

.bmp-slot:empty {
	min-height: 0;
}

/* Marca discreta de "publicidad" para accesibilidad/UX. */
.bmp-banner::before {
	content: "";
}

@media ( max-width: 782px ) {
	.bmp-banner {
		margin: 0.75em auto;
	}
}
