/*
 Theme Name:   Hello Elementor Child
 Description:  A child theme created by learnconsult
 Author:       Learnconsult
 Author URI:   https://www.learnconsult.com
 Template:     hello-elementor
 Version:      1.0.1
 Text Domain:  hello-elementor-child
*/

.lauf .marquee-content.marquee-text, .lauf span.marquee-title, .lauf .marquee-content.marquee-text.active, .lauf .bdt-marquee .marquee-content {
    width: fit-content !important;
	white-space: nowrap !important;
}

@media (max-width: 767px) {
    h1, h2, h3, h4 {
        word-break: break-word !important;
    }
}

.e-con-inner:has(.elementor-widget-bdt-hover-video) {
		flex-wrap: nowrap !important; 
		padding-bottom: 0;
}