/* /Components/Layout/MainLayout.razor.rz.scp.css */
.site-header[b-znzrrnyukz] {
    background-color: #ffffff;
    border-bottom: 1px solid #e8e8e8;
    padding: 1.3rem 1.5rem;
}

.header-inner[b-znzrrnyukz] {
    max-width: 1100px;
    margin: 0 auto;
}

.site-branding[b-znzrrnyukz] {
    display: flex;
    align-items: center;
    gap: 1rem;
    text-decoration: none;
}

.site-logo[b-znzrrnyukz] {
    height: 104px;
    width: auto;
}

.site-title-group[b-znzrrnyukz] {
    display: flex;
    flex-direction: column;
}

.site-title[b-znzrrnyukz] {
    color: var(--color-primary);
    font-family: var(--font-heading);
    font-size: 2.6rem;
    line-height: 1.2;
}

.site-tagline[b-znzrrnyukz] {
    color: var(--color-accent);
    font-family: var(--font-heading);
    font-size: 1.3rem;
    font-style: italic;
}

.site-main[b-znzrrnyukz] {
    min-height: calc(100vh - 130px - 55px - 60px);
}

.site-footer[b-znzrrnyukz] {
    background-color: var(--color-primary);
    color: #ffffff;
    padding: 1rem;
    text-align: center;
}

.footer-inner p[b-znzrrnyukz] {
    margin: 0;
    font-size: 0.875rem;
    opacity: 0.85;
}

#blazor-error-ui[b-znzrrnyukz] {
    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-znzrrnyukz] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

@media (max-width: 768px) {
    .site-logo[b-znzrrnyukz] {
        height: 70px;
    }

    .site-title[b-znzrrnyukz] {
        font-size: 1.75rem;
    }

    .site-tagline[b-znzrrnyukz] {
        font-size: 1.05rem;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.site-nav[b-2fcib3fein] {
    background-color: #ffffff;
    border-top: 1px solid var(--color-accent);
    border-bottom: 1px solid var(--color-accent);
    position: sticky;
    top: 0;
    z-index: 100;
}

.nav-toggle[b-2fcib3fein] {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 28px;
    height: 22px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin: 0.75rem 1rem;
}

.hamburger-line[b-2fcib3fein] {
    display: block;
    width: 100%;
    height: 3px;
    background-color: var(--color-primary);
    border-radius: 2px;
}

.nav-list[b-2fcib3fein] {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 1100px;
}

.nav-list[b-2fcib3fein]  a {
    display: block;
    color: #444444;
    text-decoration: none;
    padding: 1rem 1.25rem;
    font-size: 0.82rem;
    font-family: var(--font-body);
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: color 0.2s ease, font-weight 0.1s ease;
    white-space: nowrap;
}

.nav-list[b-2fcib3fein]  a:hover {
    color: #111111;
    font-weight: 800;
    text-decoration: none;
}

.nav-list[b-2fcib3fein]  a.active {
    color: var(--color-accent);
    font-weight: 600;
    text-decoration: none;
}

@media (max-width: 900px) {
    .nav-toggle[b-2fcib3fein] {
        display: flex;
    }

    .nav-list[b-2fcib3fein] {
        display: none;
        flex-direction: column;
        justify-content: flex-start;
        padding: 0.5rem 0 1rem;
    }

    .nav-list.nav-open[b-2fcib3fein] {
        display: flex;
    }

    .nav-list[b-2fcib3fein]  a {
        padding: 0.75rem 1.5rem;
        border-bottom: 1px solid #e8e8e8;
        border-left: 3px solid transparent;
        margin-bottom: 0;
        font-size: 0.9rem;
    }

    .nav-list[b-2fcib3fein]  a:hover {
        border-left-color: var(--color-accent);
        color: #111111;
    }

    .nav-list[b-2fcib3fein]  a.active {
        border-left-color: var(--color-accent);
        color: var(--color-accent);
    }
}

.nav-toggle[b-2fcib3fein] {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 28px;
    height: 22px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin: 0.75rem 1rem;
}

.hamburger-line[b-2fcib3fein] {
    display: block;
    width: 100%;
    height: 3px;
    background-color: var(--color-primary);
    border-radius: 2px;
}

.nav-list[b-2fcib3fein] {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 1100px;
}

.nav-list[b-2fcib3fein]  a {
    display: block;
    color: var(--color-primary);
    text-decoration: none;
    padding: 1rem 1.25rem;
    font-size: 0.8rem;
    font-family: var(--font-body);
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-bottom: 3px solid transparent;
    margin-bottom: -3px;
    transition: color 0.2s ease, border-color 0.2s ease;
    white-space: nowrap;
}

.nav-list[b-2fcib3fein]  a:hover,
.nav-list[b-2fcib3fein]  a.active {
    color: var(--color-accent);
    border-bottom-color: var(--color-primary);
}

@media (max-width: 900px) {
    .nav-toggle[b-2fcib3fein] {
        display: flex;
    }

    .nav-list[b-2fcib3fein] {
        display: none;
        flex-direction: column;
        justify-content: flex-start;
        padding: 0.5rem 0 1rem;
    }

    .nav-list.nav-open[b-2fcib3fein] {
        display: flex;
    }

    .nav-list[b-2fcib3fein]  a {
        padding: 0.75rem 1.5rem;
        border-bottom: 1px solid #e8e8e8;
        border-left: 3px solid transparent;
        margin-bottom: 0;
        font-size: 0.9rem;
    }

    .nav-list[b-2fcib3fein]  a:hover,
    .nav-list[b-2fcib3fein]  a.active {
        border-bottom: 1px solid #e8e8e8;
        border-left-color: var(--color-accent);
        color: var(--color-accent);
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-1l4bzetcez],
.components-reconnect-repeated-attempt-visible[b-1l4bzetcez],
.components-reconnect-failed-visible[b-1l4bzetcez],
.components-pause-visible[b-1l4bzetcez],
.components-resume-failed-visible[b-1l4bzetcez],
.components-rejoining-animation[b-1l4bzetcez] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-1l4bzetcez],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-1l4bzetcez],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-1l4bzetcez],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-1l4bzetcez],
#components-reconnect-modal.components-reconnect-retrying[b-1l4bzetcez],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-1l4bzetcez],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-1l4bzetcez],
#components-reconnect-modal.components-reconnect-failed[b-1l4bzetcez],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-1l4bzetcez] {
    display: block;
}


#components-reconnect-modal[b-1l4bzetcez] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-1l4bzetcez 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-1l4bzetcez 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-1l4bzetcez 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-1l4bzetcez]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-1l4bzetcez 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-1l4bzetcez {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-1l4bzetcez {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-1l4bzetcez {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-1l4bzetcez] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-1l4bzetcez] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-1l4bzetcez] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-1l4bzetcez] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-1l4bzetcez] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-1l4bzetcez] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-1l4bzetcez] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-1l4bzetcez 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-1l4bzetcez] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-1l4bzetcez {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/BillingsgateStory.razor.rz.scp.css */
.content-section--with-image .section-text[b-iombjjdlzt] {
    flex: 1 1 0;
    min-width: 0;
}

.content-section--with-image .section-image[b-iombjjdlzt] {
    flex: 0 0 55%;
    max-width: 55%;
}

.content-section--with-image .section-image figure[b-iombjjdlzt] {
    margin: 0;
}

.content-section--with-image .section-image img[b-iombjjdlzt] {
    width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.12);
}

.content-section--with-image .section-image figcaption[b-iombjjdlzt] {
    margin-top: 0;
    font-size: 0.85rem;
    color: #555;
    font-style: italic;
    text-align: center;
    background-color: #f7f4ef;
    border: 1px solid var(--color-accent);
    border-top: none;
    border-radius: 0 0 4px 4px;
    padding: 0.45rem 0.75rem;
}

@media (max-width: 768px) {
    .content-section--with-image[b-iombjjdlzt] {
        flex-direction: column;
    }

    .content-section--with-image .section-image[b-iombjjdlzt] {
        flex: none;
        max-width: 100%;
        width: 100%;
    }
}
/* /Components/Pages/Contact.razor.rz.scp.css */
.contact-layout[b-ckoey1chbq] {
    display: flex;
    gap: 3rem;
    align-items: flex-start;
}

.contact-form-col[b-ckoey1chbq] {
    flex: 1;
    min-width: 0;
}

.contact-intro-text[b-ckoey1chbq] {
    font-size: 1.05rem;
    color: #333;
    line-height: 1.7;
    margin: 0;
}

.contact-photo-col[b-ckoey1chbq] {
    flex: 0 0 200px;
    text-align: center;
}

.contact-photo-figure[b-ckoey1chbq] {
    margin: 0;
}

.contact-photo-figure img[b-ckoey1chbq] {
    width: 100%;
    border-radius: 4px 4px 0 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.12);
    border: 3px solid var(--color-accent);
    border-bottom: none;
    display: block;
}

.contact-photo-figure figcaption[b-ckoey1chbq] {
    font-size: 0.85rem;
    color: #555;
    font-style: italic;
    text-align: center;
    line-height: 1.4;
    background-color: #f7f4ef;
    border: 1px solid var(--color-accent);
    border-top: none;
    border-radius: 0 0 4px 4px;
    padding: 0.45rem 0.75rem;
}

.form-row[b-ckoey1chbq] {
    display: flex;
    gap: 1rem;
}

.form-row .form-group[b-ckoey1chbq] {
    flex: 1;
}

.form-group[b-ckoey1chbq] {
    margin-bottom: 1.25rem;
}

.form-group label[b-ckoey1chbq] {
    display: block;
    margin-bottom: 0.35rem;
    font-weight: 600;
    font-size: 0.9rem;
}

.required[b-ckoey1chbq] {
    color: #c0392b;
}

[b-ckoey1chbq] .form-control {
    width: 100%;
    padding: 0.85rem 1rem;
    border: 2px solid #d0d0d0;
    border-radius: 6px;
    font-size: 1.05rem;
    font-family: var(--font-body);
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
}

[b-ckoey1chbq] .form-control:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px rgba(26,46,90,0.1);
}

[b-ckoey1chbq] textarea.form-control {
    resize: vertical;
}

.btn-submit[b-ckoey1chbq] {
    min-width: 140px;
}

.success-message[b-ckoey1chbq] {
    background-color: #eaf7ea;
    border: 1px solid #4caf50;
    border-radius: 4px;
    padding: 1.25rem 1.5rem;
    color: #2e7d32;
    font-size: 1rem;
}

@media (max-width: 600px) {
    .form-row[b-ckoey1chbq] {
        flex-direction: column;
        gap: 0;
    }

    .contact-layout[b-ckoey1chbq] {
        flex-direction: column;
    }

    .contact-photo-col[b-ckoey1chbq] {
        order: -1;
        flex: none;
        width: 100%;
        max-width: 220px;
        margin: 0 auto 1.5rem;
    }
}
/* /Components/Pages/Events.razor.rz.scp.css */
.events-list[b-09nflen30a] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* Event photo thumbnail */
.event-thumb-btn[b-09nflen30a] {
    margin: -1.5rem -1.5rem -1.5rem auto;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    flex-shrink: 0;
    align-self: stretch;
    overflow: hidden;
}

.event-thumb-btn span[b-09nflen30a] {
    display: none;
}

.event-thumb-btn img[b-09nflen30a] {
    width: 140px;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0;
    transition: opacity 0.2s;
}

.event-thumb-btn:hover img[b-09nflen30a] {
    opacity: 0.85;
}

/* Modal overlay */
.event-modal-overlay[b-09nflen30a] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.event-modal[b-09nflen30a] {
    position: relative;
    background: #fff;
    border-radius: 6px;
    padding: 1rem;
    max-width: 90vw;
    max-height: 90vh;
    overflow: auto;
    box-shadow: 0 8px 40px rgba(0,0,0,0.4);
}

.event-modal img[b-09nflen30a] {
    display: block;
    max-width: 100%;
    max-height: 75vh;
    border-radius: 4px;
}

.event-modal-caption[b-09nflen30a] {
    margin: 0.5rem 0 0;
    font-size: 0.875rem;
    color: #555;
    font-style: italic;
    text-align: center;
}

.event-modal-close[b-09nflen30a] {
    position: absolute;
    top: 0.4rem;
    right: 0.6rem;
    background: none;
    border: none;
    font-size: 1.75rem;
    line-height: 1;
    cursor: pointer;
    color: #333;
    padding: 0;
}

.event-modal-close:hover[b-09nflen30a] {
    color: var(--color-accent);
}

.event-card[b-09nflen30a] {
    display: flex;
    gap: 1.5rem;
    background-color: var(--color-bg-light);
    border-radius: 6px;
    padding: 1.5rem;
    border-left: 4px solid var(--color-accent);
    overflow: hidden;
}

.event-date[b-09nflen30a] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-width: 60px;
    text-align: center;
    padding-top: 0.25rem;
}

.event-month[b-09nflen30a] {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--color-accent);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.event-day[b-09nflen30a] {
    font-size: 2rem;
    font-weight: 700;
    color: var(--color-primary);
    line-height: 1;
}

.event-year[b-09nflen30a] {
    font-size: 0.75rem;
    color: #666;
}

.event-details h3[b-09nflen30a] {
    margin: 0 0 0.5rem;
    font-family: var(--font-heading);
    color: var(--color-primary);
    font-size: 1.2rem;
}

.event-meta[b-09nflen30a] {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--color-accent);
    margin: 0 0 0.35rem;
}

.event-venue[b-09nflen30a] {
    font-size: 0.9rem;
    color: #555;
    margin: 0 0 0.75rem;
}

.event-thumb-placeholder[b-09nflen30a] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: -1.5rem -1.5rem -1.5rem auto;
    width: 140px;
    align-self: stretch;
    border-left: 2px dashed #ccc;
    background: #f5f5f5;
    flex-shrink: 0;
    color: #999;
    font-size: 0.65rem;
    text-align: center;
    padding: 0.3rem;
    word-break: break-all;
    line-height: 1.3;
}

@media (max-width: 500px) {
    .event-card[b-09nflen30a] {
        flex-direction: column;
        gap: 0.75rem;
    }

    .event-date[b-09nflen30a] {
        flex-direction: row;
        gap: 0.5rem;
        align-items: baseline;
        min-width: unset;
    }

    .event-day[b-09nflen30a] {
        font-size: 1.4rem;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-welcome-heading[b-yl5bsofeb9] {
    text-align: center;
    padding: 2.625rem 1.875rem;
}

.home-welcome-heading h1[b-yl5bsofeb9] {
    color: #b8860b;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 2.9rem;
    font-weight: 400;
    margin: 0;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.home-banner[b-yl5bsofeb9] {
    max-width: 1100px;
    margin: 0 auto 0;
    padding: 0 1.5rem;
}

.home-banner img[b-yl5bsofeb9] {
    width: 100%;
    height: auto;
    display: block;
}

.content-section--with-image[b-yl5bsofeb9] {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
}

.content-section--with-image .section-text[b-yl5bsofeb9] {
    flex: 1 1 0;
    min-width: 0;
}

.content-section--with-image .section-image[b-yl5bsofeb9] {
    flex: 0 0 30%;
    max-width: 30%;
    margin-top: 3.75rem;
}

.content-section--with-image .section-image img[b-yl5bsofeb9] {
    width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

@media (max-width: 768px) {
    .home-welcome-heading h1[b-yl5bsofeb9] {
        font-size: 1.5rem;
    }

    .content-section--with-image[b-yl5bsofeb9] {
        flex-direction: column;
    }

    .content-section--with-image .section-image[b-yl5bsofeb9] {
        flex: none;
        max-width: 100%;
        width: 100%;
        margin-top: 0;
    }
}
/* /Components/Pages/JoinUs.razor.rz.scp.css */
.fees-table[b-91knt5co61] {
    background-color: var(--color-bg-light);
    border-radius: 6px;
    overflow: hidden;
    margin: 1.5rem 0;
    border: 1px solid #e0e0e0;
}

.fee-row[b-91knt5co61] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.85rem 1.25rem;
    border-bottom: 1px solid #e0e0e0;
}

.fee-row:last-child[b-91knt5co61] {
    border-bottom: none;
}

.fee-label[b-91knt5co61] {
    font-weight: 500;
    color: var(--color-text);
}

.fee-amount[b-91knt5co61] {
    font-weight: 700;
    font-size: 1.15rem;
    color: var(--color-primary);
}
/* /Components/Pages/Members.razor.rz.scp.css */
.members-layout[b-3t1j4fu108] {
    display: flex;
    gap: 3rem;
    align-items: flex-start;
}

.members-content[b-3t1j4fu108] {
    flex: 1;
    min-width: 0;
}

.members-image[b-3t1j4fu108] {
    flex: 0 0 380px;
    max-width: 380px;
    margin-top: 3.75rem;
}

.members-image img[b-3t1j4fu108] {
    width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.12);
}

.members-image-figure[b-3t1j4fu108] {
    margin: 0;
}

.members-image-figure img[b-3t1j4fu108] {
    width: 100%;
    height: auto;
    border-radius: 4px 4px 0 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.12);
    display: block;
}

.members-image-figure figcaption[b-3t1j4fu108] {
    font-size: 0.85rem;
    color: #555;
    font-style: italic;
    text-align: center;
    background-color: #f7f4ef;
    border: 1px solid var(--color-accent);
    border-top: none;
    border-radius: 0 0 4px 4px;
    padding: 0.45rem 0.75rem;
}

/* Officers table */
.officers-list[b-3t1j4fu108] {
    margin: 0 0 2rem;
    padding: 0;
}

.officer-row[b-3t1j4fu108] {
    display: flex;
    gap: 1rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid #f0ede6;
}

.officer-row:last-child[b-3t1j4fu108] {
    border-bottom: none;
}

.officer-row dt[b-3t1j4fu108] {
    flex: 0 0 220px;
    font-weight: 600;
    color: var(--color-primary);
}

.officer-row dd[b-3t1j4fu108] {
    margin: 0;
    color: #333;
}

/* Committee grid */
.committee-list[b-3t1j4fu108] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.4rem 1rem;
}

.committee-list li[b-3t1j4fu108] {
    color: #333;
    padding: 0.3rem 0;
    border-bottom: 1px solid #f0ede6;
}

@media (max-width: 900px) {
    .members-layout[b-3t1j4fu108] {
        flex-direction: column;
    }

    .members-image[b-3t1j4fu108] {
        flex: none;
        max-width: 100%;
        width: 100%;
        position: static;
    }

    .officer-row dt[b-3t1j4fu108] {
        flex: 0 0 160px;
    }

    .committee-list[b-3t1j4fu108] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .officer-row[b-3t1j4fu108] {
        flex-direction: column;
        gap: 0.1rem;
    }

    .officer-row dt[b-3t1j4fu108] {
        flex: none;
    }

    .committee-list[b-3t1j4fu108] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/TheCity.razor.rz.scp.css */
.section-image-figure[b-zd2c8j036g] {
    margin: 0;
}

.section-image-figure img[b-zd2c8j036g] {
    width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.12);
    display: block;
}

.section-image-figure figcaption[b-zd2c8j036g] {
    font-size: 0.85rem;
    color: #555;
    font-style: italic;
    text-align: center;
    background-color: #f7f4ef;
    border: 1px solid var(--color-accent);
    border-top: none;
    border-radius: 0 0 4px 4px;
    padding: 0.45rem 0.75rem;
}
/* /Components/Pages/WardAttractions.razor.rz.scp.css */
.section-image--full[b-10zdbo8vkn] {
    margin: 1.5rem 0;
}

.section-image--full img[b-10zdbo8vkn] {
    width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.12);
    display: block;
}

.section-image--full figcaption[b-10zdbo8vkn] {
    font-size: 0.85rem;
    color: #555;
    font-style: italic;
    text-align: center;
    background-color: #f7f4ef;
    border: 1px solid var(--color-accent);
    border-top: none;
    border-radius: 0 0 4px 4px;
    padding: 0.45rem 0.75rem;
}

.section-image-figure[b-10zdbo8vkn] {
    margin: 0;
}

.section-image-figure img[b-10zdbo8vkn] {
    width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.12);
    display: block;
}

.section-image-figure figcaption[b-10zdbo8vkn] {
    font-size: 0.85rem;
    color: #555;
    font-style: italic;
    text-align: center;
    background-color: #f7f4ef;
    border: 1px solid var(--color-accent);
    border-top: none;
    border-radius: 0 0 4px 4px;
    padding: 0.45rem 0.75rem;
}
