/* Groepenscherm quick modal. The screen keeps its styling inline; this is for what cannot be said
   there, because it has to beat a rule of Bootstrap. */

/* The footer buttons sit in a flex row that spaces them with its own gap. Bootstrap puts another
   5px on top of that with ".modal-footer .btn + .btn", so they stand twice as far apart as meant
   and the row ran out of width the moment "Checks" joined it, which dropped "Map" onto a second
   line (card "Checks in Groep pop-up"). The gap of the row is the only spacing. */
.organisation-quick-footer .btn + .btn {
    margin-left: 0;
}
