/* Merchant → Bexio contact review queue (Pendenzliste) */
.candidates { display: flex; flex-direction: column; gap: .3rem; margin-bottom: .5rem; }
.candidates .checkbox-inline { gap: .45rem; }
.candidates p { margin: 0; }
.candidates > button { align-self: flex-start; margin-top: .3rem; }
/* Der Aufklapp-Knopf neben einer Zwischenüberschrift („anzeigen (12)") — klein genug,
   dass er die Überschrift nicht überstimmt. Hing an `.secondary`, bis diese Klasse mit
   der Umkehr der Knopf-Voreinstellung wegfiel (base.css); ein Knopf in einem `<h4>`
   ist ohnehin nie die Primäraktion, es braucht dafür also keine Klasse. */
.card h4 button { margin-left: .5rem; font-size: .75rem; padding: .2rem .5rem; }
/* Actions and the free-text contact search sit on one line until the table gets narrow. */
.row-actions input { width: auto; flex: 1 1 10rem; min-width: 8rem; margin: 0; }
.row-actions + .row-actions { margin-top: .4rem; }
td .badge { margin-left: .4rem; }
