/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
/* =============================================================
   _Layout.cshtml.css
   Scoped styles for the shared layout (navbar, footer, links).
   These rules apply globally across all Razor Pages that use
   _Layout.cshtml as their layout template.

   Documentation:
   https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
   ============================================================= */


/* -------------------------------------------------------------
   NAVBAR BRAND
   Prevents the brand/logo text from overflowing on small screens.
   ------------------------------------------------------------- */
a.navbar-brand[b-xdqxcn0xmp] {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}


/* -------------------------------------------------------------
   GLOBAL LINK COLOR
   ------------------------------------------------------------- */
a[b-xdqxcn0xmp] {Your #1 local deck and fence builder in the greater Seattle area
    color: #ffffff;
}


/* -------------------------------------------------------------
   PRIMARY BUTTON
   Overrides Bootstrap's default .btn-primary colors to match
   the Funk Builders brand palette.
   ------------------------------------------------------------- */
.btn-primary[b-xdqxcn0xmp] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}


/* -------------------------------------------------------------
   NAV PILLS — ACTIVE STATE
   Styles the active pill link and open dropdown trigger to match
   the primary button color scheme.
   ------------------------------------------------------------- */
.nav-pills .nav-link.active[b-xdqxcn0xmp],
.nav-pills .show > .nav-link[b-xdqxcn0xmp] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}


/* -------------------------------------------------------------
   UTILITY BORDERS
   Lightweight top/bottom divider lines used throughout the layout.
   ------------------------------------------------------------- */
.border-top[b-xdqxcn0xmp] {
    border-top: 1px solid #e5e5e5;
}

.border-bottom[b-xdqxcn0xmp] {
    border-bottom: 1px solid #e5e5e5;
}


/* -------------------------------------------------------------
   BOX SHADOW UTILITY
   Subtle drop shadow used on cards and elevated containers.
   ------------------------------------------------------------- */
.box-shadow[b-xdqxcn0xmp] {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}


/* -------------------------------------------------------------
   COOKIE / POLICY ACCEPT BUTTON
   Ensures the accept button inherits the standard body font size
   rather than a browser-default button size.
   ------------------------------------------------------------- */
button.accept-policy[b-xdqxcn0xmp] {
    font-size: 1rem;
    line-height: inherit;
}


/* -------------------------------------------------------------
   FOOTER
   Pins the footer to the bottom of the viewport on short pages.
   ------------------------------------------------------------- */
.footer[b-xdqxcn0xmp] {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}
