.elementor-4741 .elementor-element.elementor-element-2f9e8c70{--display:flex;}.elementor-4741 .elementor-element.elementor-element-6e662fe{text-align:end;font-size:12px;font-style:italic;color:var( --e-global-color-astglobalcolor5 );}.elementor-4741 .elementor-element.elementor-element-6e662fe p{margin-block-end:0px;}@media(max-width:767px){.elementor-4741 .elementor-element.elementor-element-6e662fe > .elementor-widget-container{margin:0px 8px -12px 0px;}.elementor-4741 .elementor-element.elementor-element-6e662fe{line-height:1rem;}}/* Start custom CSS for text-editor, class: .elementor-element-6e662fe *//* Ensure the hint is visible by default on small screens */
.scroll-hint {
    display: block; /* Make sure it shows up on mobile */
    /* You can put your mobile-specific styles here */
}

/* Media query to hide the hint on desktop (screens wider than 1024px) */
@media (min-width: 1025px) {
    .scroll-hint {
        /* Use !important to force the override of inline styles */
        display: none !important; 
    }
}/* End custom CSS */