/* Force Menu Hover Fix - Overriding locked styles.css */
.menu-link a {
    cursor: pointer !important;
    transition: color 0.3s ease !important;
    position: relative;
    z-index: 100;
}

.menu-link a:hover {
    color: var(--base-200) !important;
}