/* swiftbridge-shared.css — fixes common to BOTH doors (admin + client).
   Loaded first in each binding's extra_css list. */

/* ── De-dup branding: the logo IS the wordmark — kill the text beside it ── */
/* Login card: text column gone, logo owns the full row, centered */
#sign_in_form .row.align-items-center > .col-7 { display: none !important; }
#sign_in_form .row.align-items-center > .col-5 { flex: 0 0 100% !important; max-width: 100% !important; text-align: center; }
#sign_in_form img[alt="Logo"] { height: 76px !important; max-width: 92%; object-fit: contain; }
/* Sidebar after login: hide the name text next to the logo */
.app-sidebar-logo > span.text-sidebar { display: none !important; }
