/**
 * DEBATE Bootstrap 5 overrides — isolate custom DEBATE markup from BS5 component defaults.
 * Does not affect other Masters (only referenced from DEBATEMasterPage).
 */

/* Custom step-icon wrapper uses class "navbar" but is not a Bootstrap navbar */
.main > .navbar,
.main .navbar {
    display: block;
    flex-wrap: unset;
    align-items: unset;
    justify-content: space-between;
    padding: 0;
    position: static;
}

/* Preserve BS3-era .hidden if any leftover markup remains */
.hidden {
    display: none !important;
}
