.ui-autocomplete {
    z-index: 1051;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
    font-size: 1rem;
    line-height: 1.5;
    font-family: "Kanit", sans-serif;
    margin-top: 2px;
    padding: 0;
    max-height: 250px;
    overflow-y: auto;
}

.ui-menu-item {
    list-style: none;
}

.ui-menu-item-wrapper {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    color: #212529;
    background-color: #fff;
    border-bottom: 1px solid #dee2e6;
}

.ui-menu-item-wrapper:last-child {
    border-bottom: none;
}

.ui-menu-item-wrapper.ui-state-active {
    background-color: #0d6efd !important;
    color: #fff !important;
}

/* Scrollbar สวยแบบ bootstrap */
.ui-autocomplete::-webkit-scrollbar {
    width: 6px;
}

.ui-autocomplete::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

.ui-autocomplete::-webkit-scrollbar-track {
    background-color: #f8f9fa;
}