.easy-autocomplete-container ul {
    border: 1.5px solid #e2e8f0 !important;
    border-top: none !important;
    border-radius: 0 0 12px 12px !important;
    box-shadow: 0 10px 30px rgba(11,60,116,0.14) !important;
    overflow: hidden;
    padding: 0 !important;
    margin-top: 0 !important;
}

.easy-autocomplete-container ul li {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    padding: 11px 16px !important;
    border-bottom: 1px solid #f1f5f9 !important;
    transition: background 0.12s !important;
    cursor: pointer;
    line-height: 1 !important;
}

.easy-autocomplete-container ul li:last-child {
    border-bottom: none !important;
}

.easy-autocomplete-container ul li.selected,
.easy-autocomplete-container ul li:hover {
    background: #eef4ff !important;
}

.easy-autocomplete-container ul li > * {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    width: 100% !important;
}

.eac-item-text {
    flex: 1 1 auto;
    font-size: 0.95rem;
    color: #0B3C74;
    font-weight: 500;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 115px);
}

.eac-item-text.eac-wrap {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
    max-width: calc(100% - 115px);
    word-break: break-word;
}

.eac-hl {
    display: inline !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    background: none !important;
    font-weight: 800 !important;
    font-size: inherit !important;
    font-family: inherit !important;
    line-height: inherit !important;
    letter-spacing: inherit !important;
    word-spacing: inherit !important;
    vertical-align: baseline !important;
    color: #0B3C74 !important;
    text-decoration: underline !important;
    text-decoration-color: #F4C200 !important;
    text-decoration-thickness: 2.5px !important;
    text-underline-offset: 2px !important;
}

.eac-badge {
    flex: 0 0 auto;
    margin-left: auto;
    align-self: center;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 20px;
    white-space: nowrap;
    line-height: 1;
}

.eac-badge-cat {
    background: #F4C200;
    color: #5a4500;
}

.eac-badge-dir {
    background: #dde8f7;
    color: #0B3C74;
}