/* bp_contacto_mapa — mapa de Google embebido full-width */

.bp-contacto-mapa {
	width: 100%;
	background: var(--bp-bg);
}

.bp-contacto-mapa__frame {
	position: relative;
	width: 100%;
	height: var(--bp-mapa-h, 450px);
	overflow: hidden;
	line-height: 0;
}

.bp-contacto-mapa__frame iframe {
	width: 100% !important;
	height: 100% !important;
	border: 0 !important;
	display: block;
}

.bp-contacto-mapa__placeholder {
	width: 100%;
	min-height: var(--bp-mapa-h, 450px);
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--bp-bg);
	color: var(--bp-text-muted);
	font-size: 14px;
	border: 1px dashed var(--bp-border);
}

@media (max-width: 768px) {
	.bp-contacto-mapa__frame {
		height: clamp(280px, 60vw, var(--bp-mapa-h, 450px));
	}
}
