/* Disable coming soon menu items */
.coming {
    opacity: 0.6;
    pointer-events: none;
    cursor: not-allowed;
    position: relative;
}
