

.lx-exame-autocomplete-wrap {
    position: relative;
}

.lx-autocomplete-list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1055;
    background: #fff;
    border: 1px solid #d8e1ec;
    border-top: 0;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 12px 28px rgba(0,0,0,0.10);
    max-height: 360px;
    overflow-y: auto;
    overflow-x: hidden;
}

.lx-autocomplete-item {
    padding: 10px 12px;
    border-bottom: 1px solid #eef2f6;
    cursor: pointer;
    transition: background 0.15s ease;
}

.lx-autocomplete-item:last-child {
    border-bottom: 0;
}

.lx-autocomplete-item:hover,
.lx-autocomplete-item.active {
    background: #f4f8fc;
}

.lx-autocomplete-title {
    font-size: 14px;
    font-weight: 700;
    color: #243647;
    line-height: 1.3;
}

.lx-autocomplete-meta {
    margin-top: 3px;
    font-size: 12px;
    color: #738394;
}

.lx-autocomplete-empty {
    padding: 12px;
    font-size: 13px;
    color: #7d8b99;
    text-align: center;
}

.lx-exame-selected {
    margin-top: 6px;
    font-size: 12px;
    color: #2f6fa5;
    font-weight: 700;
}