/* Bootstrap stub — grid utilities only, enough for the page's nav row.
   Your repo already has the full vendor/bootstrap.min.css; this stub is only so
   the preview in this project renders without pulling the full file. */
.container { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }
.row { display: flex; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; }
.col { flex: 1 0 0%; padding-right: 15px; padding-left: 15px; }
.text-center { text-align: center !important; }
.d-block { display: block !important; }
.d-none { display: none !important; }
@media (min-width: 576px) { .d-sm-none { display: none !important; } .d-sm-block { display: block !important; } }
.nav-link { display: block; padding: .5rem 1rem; color: inherit; }
h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: .5rem; font-weight: 500; line-height: 1.2; }
h2 { font-size: 2rem; }
h4 { font-size: 1.5rem; }
p { margin-top: 0; margin-bottom: 1rem; }
body { line-height: 1.5; margin: 0; }
