/**
 * Ombra titolo area Bridge (header immagine pagina).
 *
 * Sostituisce l'ombra standard "title_text_shadow" con lo stile richiesto
 * (equivalente a karmaweb-heading-glow-dark) senza toccare altri componenti.
 */
.title_text_shadow .title h1,
.title_text_shadow .title .title_subtitle_holder h1,
.title_text_shadow .title .title_subtitle_holder .title_subtitle_holder_inner h1 {
	text-shadow:
		0 0 8px rgba(255, 248, 220, 0.35),
		0 0 20px rgba(0, 0, 0, 0.9),
		0 2px 8px rgba(0, 0, 0, 1) !important;
}
