.vg-autocomplete-host {
    position: relative;
}

.vg-autocomplete-panel {
    position: absolute;
    top: calc(100% + 0.25rem);
    left: 0;
    right: 0;
    z-index: calc(var(--vg-z-page-sticky, 1020) + 5);
    max-height: 17.5rem;
    overflow-y: auto;
    border-radius: 0.75rem;
    background: #212529;
    color: #f8f9fa;
    box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.35);
}

.vg-autocomplete-option {
    display: block;
    width: 100%;
    padding: 0.625rem 0.75rem;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: transparent;
    color: inherit;
    text-align: left;
}

.vg-autocomplete-option:last-child {
    border-bottom: 0;
}

.vg-autocomplete-option:hover,
.vg-autocomplete-option.active {
    background: #495057;
}

.vg-autocomplete-option-label {
    font-weight: 600;
    line-height: 1.3;
}

.vg-autocomplete-option-subtitle {
    margin-top: 0.125rem;
    color: #adb5bd;
    font-size: 0.8125rem;
    line-height: 1.3;
}

.vg-autocomplete-empty {
    padding: 0.75rem;
    color: #adb5bd;
    font-size: 0.875rem;
}

.vg-autocomplete-input[aria-expanded="true"] {
    border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}
