.vscomp-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.vscomp-toggle-button {
    cursor: pointer;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.vscomp-option-list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #F4F6F2;
    border: 1px solid #dee2e6;
    border-top: none;
    z-index: 1000;
}

.vscomp-option {
    padding: 0.5rem 0.75rem;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
}

.vscomp-option:last-child {
    border-bottom: none;
}

.vscomp-option:hover {
    background-color: #e7f1ff !important;
}

