.hls-wrap-971372db {
    /* Dimensions & Layout matching Compact HUD */
    width: 100%;
    max-width: 100%;
    /* Height is now controllable in Elementor, default 100px */
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    
    /* HUD Style */
    background: rgba(113, 214, 221, 0.16);
    border-radius: 40px; 
    border: 1px solid rgba(0, 173, 198, 0.3);
    box-shadow: 0 10px 40px rgba(0,0,0,0.5), inset 0 0 30px rgba(0, 173, 198, 0.1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

/* Background Grid */
.hls-wrap-971372db::before {
    content: ''; 
    position: absolute; 
    top: 0; left: 0; right: 0; bottom: 0;
    background-image: linear-gradient(rgba(0,173,198,0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(0,173,198,0.05) 1px, transparent 1px);
    background-size: 20px 20px;
    z-index: 0; 
    pointer-events: none;
}

.hls-marquee-container-971372db {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    /* Mask to fade out edges */
    -webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
    mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
}

.hls-track-971372db {
    display: flex;
    align-items: center;
    width: max-content;
    will-change: transform;
    /* CSS Animation completely removed - handled entirely by JS now */
}

/* Absolutely NO hover states anywhere */

.hls-logo-set-971372db {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.hls-logo-item-971372db {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    
    margin-right: 80px; /* Default gap, overridden by widget control */
    
    /* Pure CSS Logo recoloring magic via mask */
    background-color: #ffffff; 
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
}

/* Force image scaling properly */
.hls-logo-item-971372db img {
    height: 60px; /* Default height */
    width: auto !important; /* Force width auto */
    max-width: none !important; /* Allow growing beyond container naturally for mask sizing */
    object-fit: contain;
    opacity: 0; /* Keep hidden, just used for mask dimension sizing */
    visibility: hidden;
}
