/**
 * jQuery UI autocomplete (project name search) — shared by index.php, index2.php, etc.
 * Requires: jquery-ui.css (base theme) loaded before this file.
 */

.ui-autocomplete {
    z-index: 5000;
    max-height: 240px;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 10px;
    border: 1px solid #d7d7d7;
}

.ui-autocomplete .ui-menu-item-wrapper strong {
    font-weight: 700;
    color: #222;
}
