.selection-menu {
    position: absolute;
    background: #2b2b2b;
    padding: 8px;
    border-radius: 6px;
    z-index: 99999;
    color: #ffffff;
    font-size: 13px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.35);
    min-width: 180px;
}

.menu-title {
    font-weight: 600;
    margin-bottom: 6px;
    opacity: 0.8;
}

.menu-item {
    padding: 6px;
    cursor: pointer;
    border-radius: 4px;
}

.menu-item:hover {
    background: #444;
}
