.ct-4c8cde84-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}

.ct-4c8cde84-tab {
    background-color: #FF7A2F;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 10px 20px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.ct-4c8cde84-tab:hover {
    background-color: #E06520;
}

.ct-4c8cde84-tab.active {
    background-color: #E06520; /* or any active color */
}

.ct-4c8cde84-pane {
    display: none;
}

.ct-4c8cde84-pane.active {
    display: block;
}

/* Menu Item Styles */
.ct-menu-item {
    margin-bottom: 20px;
}

.ct-menu-header {
    display: flex;
    align-items: baseline;
    margin-bottom: 5px;
}

.ct-menu-title {
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
}

.ct-menu-divider {
    flex-grow: 1;
    border-bottom: 1px solid #ccc; /* Solid line to match image */
    margin: 0 10px;
}

.ct-menu-price {
    font-weight: bold;
}

.ct-menu-desc {
    color: #666;
    margin: 0;
}
