/**
 * Artists List (Bryzant) — small Elementor-only tweaks (does not override NeoBeat core layout).
 */

/* Keep active slide artist name on one line (slider center label). */
.elementor-widget-neobeat_child_brm_artist_list .qodef-artists-list.qodef-swiper-container .swiper-slide-active .qodef-e-info-content-link,
.elementor-widget-neobeat-child-brm-artist-list .qodef-artists-list.qodef-swiper-container .swiper-slide-active .qodef-e-info-content-link,
.elementor-element[data-widget_type^="neobeat_child_brm_artist_list"] .qodef-artists-list.qodef-swiper-container .swiper-slide-active .qodef-e-info-content-link {
	display: inline-block;
	max-width: 100%;
	white-space: nowrap;
}
