/* _content/BamaFuelInjection/Components/Layout/MainLayout.razor.rz.scp.css */
.site-shell[b-86rk0hg168] { min-height: 100vh; display: flex; flex-direction: column; }
.site-header[b-86rk0hg168] { background: #fff; border-bottom: 1px solid #e5e0d8; position: sticky; top: 0; z-index: 20; }
.header-inner[b-86rk0hg168] { width: min(1120px, calc(100% - 2rem)); margin: auto; min-height: 128px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand img[b-86rk0hg168] { display: block; width: min(390px, 48vw); height: auto; }
.site-main[b-86rk0hg168] { flex: 1; width: min(1040px, calc(100% - 2rem)); margin: 0 auto; padding: 3rem 0 4rem; }
.site-footer[b-86rk0hg168] { margin-top: auto; background: #171717; color: #d6d3d1; padding: 2rem 0; }
.footer-inner[b-86rk0hg168] { width: min(1040px, calc(100% - 2rem)); margin: auto; display: flex; justify-content: space-between; gap: 2rem; }
.site-footer a[b-86rk0hg168] { color: #fff; }
#blazor-error-ui[b-86rk0hg168] { color-scheme: light only; background: #fff3cd; bottom: 0; box-shadow: 0 -1px 4px #0003; display: none; left: 0; padding: .75rem 1.25rem; position: fixed; width: 100%; z-index: 1000; }
#blazor-error-ui .dismiss[b-86rk0hg168] { cursor: pointer; position: absolute; right: .75rem; }
@media (max-width: 760px) {
    .header-inner[b-86rk0hg168] { min-height: auto; padding: 1rem 0; flex-direction: column; gap: .75rem; }
    .brand img[b-86rk0hg168] { width: min(290px, 80vw); }
    .site-main[b-86rk0hg168] { padding-top: 2rem; }
    .footer-inner[b-86rk0hg168] { flex-direction: column; }
}
/* _content/BamaFuelInjection/Components/Layout/NavMenu.razor.rz.scp.css */
.nav-links[b-i3xkk2wr0t] { display: flex; align-items: center; justify-content: center; gap: .2rem; }
.nav-links[b-i3xkk2wr0t]  a { color: #292524; border-radius: .35rem; font-size: .9rem; font-weight: 700; letter-spacing: .02em; padding: .65rem .7rem; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.nav-links[b-i3xkk2wr0t]  a:hover { background: #f5f3ef; color: #7f1d1d; }
.nav-links[b-i3xkk2wr0t]  a.active { color: #7f1d1d; box-shadow: inset 0 -2px #7f1d1d; }
.mobile-nav[b-i3xkk2wr0t] { display: none; position: relative; }

@media (max-width: 760px) {
    .desktop-nav[b-i3xkk2wr0t] { display: none; }
    .mobile-nav[b-i3xkk2wr0t] { display: block; }
    .mobile-nav summary[b-i3xkk2wr0t] { align-items: center; border: 1px solid #d6d3d1; border-radius: .4rem; color: #292524; cursor: pointer; display: flex; font-size: .85rem; font-weight: 800; gap: .65rem; justify-content: space-between; letter-spacing: .08em; list-style: none; padding: .55rem .75rem; text-transform: uppercase; width: 7.25rem; }
    .mobile-nav summary[b-i3xkk2wr0t]::-webkit-details-marker { display: none; }
    .menu-icon[b-i3xkk2wr0t], .menu-icon[b-i3xkk2wr0t]::before, .menu-icon[b-i3xkk2wr0t]::after { background: currentColor; border-radius: 1px; display: block; height: 2px; position: relative; width: 1.1rem; }
    .menu-icon[b-i3xkk2wr0t]::before, .menu-icon[b-i3xkk2wr0t]::after { content: ""; position: absolute; left: 0; }
    .menu-icon[b-i3xkk2wr0t]::before { top: -.35rem; }
    .menu-icon[b-i3xkk2wr0t]::after { top: .35rem; }
    .mobile-nav-panel[b-i3xkk2wr0t] { align-items: stretch; background: #fff; border: 1px solid #e5e0d8; border-radius: .5rem; box-shadow: 0 12px 30px rgba(41, 37, 36, .16); flex-direction: column; gap: 0; min-width: 12rem; padding: .45rem; position: absolute; right: 0; top: calc(100% + .5rem); z-index: 30; }
    .mobile-nav-panel[b-i3xkk2wr0t]  a { padding: .7rem .8rem; }
    .mobile-nav-panel[b-i3xkk2wr0t]  a.active { background: #f5f3ef; box-shadow: inset 3px 0 #7f1d1d; }
}
