/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page-shell[b-hlmsmgpbin] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.site-navbar[b-hlmsmgpbin] {
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(12, 51, 72, 0.08);
    backdrop-filter: blur(10px);
}

.site-navbar .navbar-brand[b-hlmsmgpbin] {
    color: var(--bc-primary);
    letter-spacing: 0.02em;
}

.site-navbar .navbar-brand:hover[b-hlmsmgpbin] {
    color: var(--bc-primary);
}

.page-content[b-hlmsmgpbin] {
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
}

@media (min-width: 992px) {
    .page-content[b-hlmsmgpbin] {
        padding-top: 2rem;
        padding-bottom: 3rem;
    }
}

.site-footer[b-hlmsmgpbin] {
    background-color: var(--bc-primary);
    color: #fff;
}

.footer-line[b-hlmsmgpbin] {
    display: inline-flex;
    align-items: baseline;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.15rem;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.9);
}

.footer-separator[b-hlmsmgpbin] {
    color: rgba(255, 255, 255, 0.62);
}

.footer-credit[b-hlmsmgpbin] {
    color: rgba(255, 255, 255, 0.82);
}

.footer-credit a[b-hlmsmgpbin] {
    color: inherit;
    text-decoration-color: rgba(255, 255, 255, 0.5);
}

.footer-credit a:hover[b-hlmsmgpbin],
.footer-credit a:focus-visible[b-hlmsmgpbin] {
    color: rgba(255, 255, 255, 0.96);
    text-decoration-color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 480px) {
    .footer-line[b-hlmsmgpbin] {
        display: inline-grid;
        gap: 0.05rem;
    }

    .footer-separator[b-hlmsmgpbin] {
        display: none;
    }
}

#blazor-error-ui[b-hlmsmgpbin] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-hlmsmgpbin] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-item[b-2pmigisjug]  .nav-link {
    color: var(--bc-text-muted);
    border-radius: 999px;
    font-weight: 600;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.nav-item[b-2pmigisjug]  .nav-link:hover,
.nav-item[b-2pmigisjug]  .nav-link:focus {
    color: var(--bc-primary);
    background-color: rgba(28, 96, 140, 0.08);
}

.nav-item[b-2pmigisjug]  a.active {
    color: #fff;
    background-color: var(--bc-primary);
}

@media (max-width: 991.98px) {
    .nav-item[b-2pmigisjug]  .nav-link {
        border-radius: 0.75rem;
        margin-top: 0.35rem;
    }
}
/* /Components/Pages/Contact.razor.rz.scp.css */
.contact-action-btn[b-ue7z4rr1o8] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.contact-action-icon[b-ue7z4rr1o8] {
    width: 1.1rem;
    height: 1.1rem;
    fill: currentColor;
    flex-shrink: 0;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.hero-shell[b-yy510s64v1] {
    padding: 2rem 2rem 1.75rem;
}

.hero-copy[b-yy510s64v1] {
    max-width: 38rem;
}

.hero-lead[b-yy510s64v1] {
    max-width: 34rem;
    color: var(--bc-text-muted);
    line-height: 1.6;
}

.hero-side[b-yy510s64v1] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
}

.home-logo-panel[b-yy510s64v1] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    min-height: 14rem;
}

.home-logo[b-yy510s64v1] {
    width: min(100%, 19rem);
    height: auto;
    display: block;
    filter: drop-shadow(0 14px 28px rgba(12, 51, 72, 0.12));
}

.hero-info-card[b-yy510s64v1] {
    margin: 0 auto;
    width: min(100%, 30rem);
}

.hero-highlights[b-yy510s64v1] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.75rem;
}

.hero-pill[b-yy510s64v1] {
    display: inline-flex;
    align-items: center;
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(28, 96, 140, 0.12);
    color: var(--bc-primary-dark);
    font-size: 0.95rem;
    font-weight: 700;
    box-shadow: 0 0.65rem 1.5rem rgba(15, 48, 67, 0.06);
}

.content-card-feature[b-yy510s64v1] {
    position: relative;
}

.quick-links-card[b-yy510s64v1] {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(227, 240, 247, 0.86));
}

@media (max-width: 991.98px) {
    .hero-shell[b-yy510s64v1] {
        padding: 1.5rem 1.5rem 1.25rem;
    }

    .hero-copy[b-yy510s64v1],
    .hero-lead[b-yy510s64v1] {
        max-width: none;
    }

    .hero-side[b-yy510s64v1] {
        gap: 1rem;
    }

    .home-logo-panel[b-yy510s64v1] {
        padding: 0;
        min-height: auto;
    }

    .home-logo[b-yy510s64v1] {
        width: min(100%, 17rem);
    }

    .hero-info-card[b-yy510s64v1] {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .hero-shell[b-yy510s64v1] {
        padding: 1.25rem;
    }

    .hero-highlights[b-yy510s64v1] {
        gap: 0.6rem;
        margin-top: 1.25rem;
    }

    .hero-pill[b-yy510s64v1] {
        font-size: 0.88rem;
    }
}
/* /Components/Pages/Speeltijden.razor.rz.scp.css */
.speeltijden-photo[b-gu3f2k5ulz] {
    margin: 0;
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid rgba(28, 96, 140, 0.14);
    box-shadow: 0 0.8rem 1.8rem rgba(12, 51, 72, 0.12);
}

.speeltijden-photo-image[b-gu3f2k5ulz] {
    display: block;
    width: 100%;
    max-height: 24rem;
    object-fit: cover;
}
