/* Wspólny dropdown autocomplete (IMPORT / EXPORTY / KRAJÓWKI / EUROPA) */

.autocomplete-box-global {
    position: fixed;
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #d0d0d0;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    z-index: 999999;
    max-height: 240px;
    overflow-y: auto;
    display: none;
    font-size: 14px;
    padding: 6px 0;
}

.autocomplete-item {
    padding: 10px 14px;
    cursor: pointer;
    color: #007aff;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.autocomplete-item:hover {
    background: #f2f2f7;
    color: #005bbb;
}

.autocomplete-item.autocomplete-item--incomplete,
.import-autocomplete-item.import-autocomplete-item--incomplete {
    color: #d70015 !important;
    font-weight: 700 !important;
}

.autocomplete-item.autocomplete-item--incomplete:hover,
.import-autocomplete-item.import-autocomplete-item--incomplete:hover {
    color: #b80012 !important;
    background: #fff0f0 !important;
}

/* Komórka arkusza po wyborze / zapisie klienta */
input.client-cell-incomplete,
.import-input.client-cell-incomplete,
#europa-table input.client-cell-incomplete,
.krajowki-table input.client-cell-incomplete {
    color: #d70015 !important;
    font-weight: 700 !important;
}
