/**
 * Custom Elementor Marquee — base layout (Elementor outputs typography/colors inline).
 *
 * @package Custom_Elementor_Marquee
 */

.custom-marquee {
	display: block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	box-sizing: border-box;
}

.custom-marquee__item,
.custom-marquee__divider {
	display: inline;
	white-space: nowrap;
	vertical-align: baseline;
}
