﻿/* Minimal styling just for Select2 bank items */
.s2-bank {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.s2-bank__icon {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    object-fit: contain;
    flex: 0 0 18px;
}

/* Optional: slightly larger in dropdown (not in selection) */
.select2-results__option .s2-bank__icon {
    width: 20px;
    height: 20px;
}
