/**
 * MODUL-LOGIK BÜNDELUNG (Lila)
 */

/* Farbschema erzwingen */
.big-menu-btn {
    background-color: #9b59b6 !important;
    box-shadow: 0 10px 0 #8e44ad !important;
}
.big-menu-btn:active {
    box-shadow: 0 4px 0 #8e44ad !important;
}

.visual-regrouping-menu {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.v-bar {
    width: 16px;
    /* Höhe orientiert sich an der globalen Box-Größe aus menu-buttons.css */
    height: clamp(35px, 8vw, 45px); 
    background: white;
    border: 3px solid #8e44ad; 
    border-radius: 6px;
}

.v-dot {
    width: 10px; 
    height: 10px;
    background: #f1c40f;
    border: 2px solid white;
    border-radius: 50%;
}