/**
 * Facade de privacidad del reproductor de Spotify en contenidos editoriales
 * (noticia/crítica/crónica) -Theme 1.11.0. Mismas reglas .spotify-embed que
 * ya usa la ficha de Artista (single-artista.css): se duplican aquí en vez
 * de compartir ese archivo a propósito, para no tocar single-artista.css/
 * single-artista.php (fuera del alcance de este encargo). El iframe real
 * solo se inyecta al pulsar el botón, ver assets/js/spotify-embed.js.
 */
.spotify-embed {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 160px;
	padding: 20px;
	border: 2px solid var(--indf-negro);
	background: var(--indf-crema-apagada);
	margin: 24px 0;
}

.spotify-embed__titulo {
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.spotify-embed__aviso {
	font-size: 13px;
	opacity: 0.7;
	margin: 0;
	text-align: center;
}

.spotify-embed iframe {
	display: block;
	width: 100%;
	border: 0;
}
