/* Select2 beneficiarios */
.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: #012970; }

/* Dropdown items */
.select2-results__option .benef-alias { color: #012970; font-weight: 600; }
.select2-results__option .benef-detail { color: #444; font-size: 0.82em; }
.select2-results__option .benef-sub { color: #666; font-size: 0.78em; }
.select2-results__option .benef-wallet { color: #333; font-size: 0.78em; font-family: monospace; word-break: break-all; }
.select2-results__option .benef-memo { color: #555; font-size: 0.78em; font-style: italic; }
.select2-results__option .benef-badge { background: #012970; color: #fff; font-size: 0.7em; padding: 1px 6px; border-radius: 3px; margin-left: 4px; }

/* Highlighted item */
.select2-results__option--highlighted .benef-alias,
.select2-results__option--highlighted .benef-detail,
.select2-results__option--highlighted .benef-sub,
.select2-results__option--highlighted .benef-wallet,
.select2-results__option--highlighted .benef-memo { color: #fff; }
.select2-results__option--highlighted .benef-badge { background: #fff; color: #012970; }
