/* ==========================================================================
   Smart Hint Overrides
   ========================================================================== */

.menu-hint {
    left: 0; /* Let JavaScript handle the positioning */
}

/* Ensure the hint is visible on all screen sizes */
@media (min-width: 1024px) {
    .menu-hint {
        display: block;
    }
}
