/**
 * VIP Categories styling
 */
/* Icon styling for VIP menu items */
.navigationBottomMobile li.navVip:before {
    content: "\f005"; /* star icon from Font Awesome */
    color: gold;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}