/*
 * Club Manager — project-specific overrides on top of Tabler.
 * Anything that can be done with a Tabler utility class should be — put
 * only true app-wide tweaks here.
 */

/* Logout button in the sidebar is wrapped in a <form> so CSRF works on POST;
   the inner <button> needs to look like a regular nav-link. */
.navbar-vertical .nav-link {
    text-align: left;
}

/* Wizard step counter polish (Tabler's `.steps-counter` already does most of it). */
.steps-counter .step-item {
    white-space: nowrap;
}
