/* Select2 beneficiarios — usa tokens brand de style.css */
.select2-results__option { white-space: normal !important; padding: 8px 12px !important; }
.select2-container--default .select2-selection--single { height: auto !important; min-height: 38px; }
.select2-container--default .select2-selection--single .select2-selection__rendered {
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
    color: var(--brand);
}

/* Dropdown items */
.select2-results__option .benef-alias  { color: var(--brand); font-weight: 600; }
.select2-results__option .benef-detail { color: var(--brand); opacity: .85; font-size: 0.82em; }
.select2-results__option .benef-sub    { color: var(--brand); opacity: .65; font-size: 0.78em; }
.select2-results__option .benef-wallet { color: var(--brand); opacity: .75; font-size: 0.78em; font-family: monospace; word-break: break-all; }
.select2-results__option .benef-memo   { color: var(--brand); opacity: .7;  font-size: 0.78em; font-style: italic; }
.select2-results__option .benef-badge {
    background: var(--brand); color: #fff;
    font-size: 0.7em; padding: 1px 6px; border-radius: 3px; margin-left: 4px;
}

/* Highlighted item — forzamos fondo brand para legibilidad */
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted {
    background-color: var(--brand) !important;
    color: #fff !important;
}
.select2-container--default .select2-results__option--highlighted .benef-alias,
.select2-container--default .select2-results__option--highlighted .benef-detail,
.select2-container--default .select2-results__option--highlighted .benef-sub,
.select2-container--default .select2-results__option--highlighted .benef-wallet,
.select2-container--default .select2-results__option--highlighted .benef-memo {
    color: #fff !important;
    opacity: 1 !important;
}
.select2-container--default .select2-results__option--highlighted .benef-badge {
    background: #fff !important;
    color: var(--brand) !important;
}
