.ui-autocomplete {
        max-height: 200px;
        overflow-y: auto;
        overflow-x: hidden;
        z-index: 9999;
        background: white;
        border: 1px solid #ddd;
        border-radius: 4px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }
    .ui-autocomplete .ui-menu-item {
        padding: 0;
    }
    .ui-autocomplete .ui-menu-item-wrapper {
        padding: 8px 12px;
        cursor: pointer;
        border-bottom: 1px solid #f0f0f0;
    }
    .ui-autocomplete .ui-menu-item-wrapper:hover,
    .ui-autocomplete .ui-menu-item-wrapper.ui-state-active {
        background: #231f20;
        color: #ffffff;
        border-color: #ddd;
    }


.inl-e63315e0 {
    border: none; background: none; width: 100%; text-align: left;
}
