.menu {
    cursor: pointer;
    position: relative;
}

.popover {
    border-radius: .4rem;
    background-color: var(--color-gray-50);
    color: var(--color-dark);
    z-index: 20;
}

.ul {
    list-style-type: none;
}

.menu-option {
    composes: -v-h -v-px -v-bg-inapparent from global;
    white-space: nowrap;
}

.option {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

.label {
    composes: -v-mr from global;
}
