.eslesen-suggest,
.baz-suggest,
.bankakod-suggest {
    position: absolute;
    z-index: 9999 !important;
    background: white;
    border: 1px solid #d1d5db;
    border-radius: 0.375rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-height: 240px;
    overflow-y: auto;
}

.eslesen-suggest li span.truncate {
    overflow: visible !important;
    text-overflow: unset !important;
    white-space: normal !important;
    display: inline;
}