/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-cgw0xsyxql] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-cgw0xsyxql] {
    flex: 1;
}

.sidebar[b-cgw0xsyxql] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-cgw0xsyxql] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-cgw0xsyxql]  a, .top-row[b-cgw0xsyxql]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-cgw0xsyxql]  a:hover, .top-row[b-cgw0xsyxql]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-cgw0xsyxql]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-cgw0xsyxql] {
        justify-content: space-between;
    }

    .top-row[b-cgw0xsyxql]  a, .top-row[b-cgw0xsyxql]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-cgw0xsyxql] {
        flex-direction: row;
    }

    .sidebar[b-cgw0xsyxql] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-cgw0xsyxql] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-cgw0xsyxql]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-cgw0xsyxql], article[b-cgw0xsyxql] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-cgw0xsyxql] {
    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-cgw0xsyxql] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* Navbar Accessibility Improvements */
.navbar-toggler[b-cgw0xsyxql] {
    border: 2px solid rgba(255, 255, 255, 0.5);
    padding: 0.25rem;
}

.navbar-toggler:focus[b-cgw0xsyxql] {
    outline: 2px solid white;
    outline-offset: 2px;
}

.navbar-toggler:hover[b-cgw0xsyxql] {
    background-color: rgba(255, 255, 255, 0.1);
}

/* Dropdown Accessibility */
.nav-link.dropdown-toggle[b-cgw0xsyxql] {
    position: relative;
    padding-right: 1.5rem;
}

.nav-link.dropdown-toggle[b-cgw0xsyxql]::after {
    content: '';
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid currentColor;
}

.dropdown-menu[b-cgw0xsyxql] {
    min-width: 200px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.dropdown-item[b-cgw0xsyxql] {
    padding: 0.75rem 1.5rem;
    transition: background-color 0.2s, color 0.2s;
    text-decoration: none;
    color: inherit;
}

.dropdown-item:hover[b-cgw0xsyxql],
.dropdown-item:focus[b-cgw0xsyxql] {
    background-color: rgba(0, 123, 255, 0.1);
    color: inherit;
    outline: none;
}

.dropdown-item:focus[b-cgw0xsyxql] {
    outline: 2px solid #007bff;
    outline-offset: -2px;
}

.dropdown-item.active[b-cgw0xsyxql],
.dropdown-item:active[b-cgw0xsyxql] {
    background-color: #007bff;
    color: white;
}

/* Focus visible for keyboard navigation */
.nav-link:focus-visible[b-cgw0xsyxql] {
    outline: 2px solid #007bff;
    outline-offset: 2px;
}

.dropdown-item:focus-visible[b-cgw0xsyxql] {
    outline: 2px solid #007bff;
    outline-offset: -2px;
}

/* Skip to main content link for accessibility */
.skip-to-main[b-cgw0xsyxql] {
    position: absolute;
    top: -40px;
    left: 0;
    background: #000;
    color: white;
    padding: 8px;
    text-decoration: none;
    z-index: 100;
}

.skip-to-main:focus[b-cgw0xsyxql] {
    top: 0;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-agehmdwc6f] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-agehmdwc6f] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-agehmdwc6f] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-agehmdwc6f] {
    font-size: 1.1rem;
}

.bi[b-agehmdwc6f] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-agehmdwc6f] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-agehmdwc6f] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-agehmdwc6f] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-agehmdwc6f] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-agehmdwc6f] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-agehmdwc6f] {
        padding-bottom: 1rem;
    }

    .nav-item[b-agehmdwc6f]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-agehmdwc6f]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-agehmdwc6f]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-agehmdwc6f] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-agehmdwc6f] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-agehmdwc6f] {
        display: none;
    }

    .nav-scrollable[b-agehmdwc6f] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-r094k8n5sk],
.components-reconnect-repeated-attempt-visible[b-r094k8n5sk],
.components-reconnect-failed-visible[b-r094k8n5sk],
.components-pause-visible[b-r094k8n5sk],
.components-resume-failed-visible[b-r094k8n5sk],
.components-rejoining-animation[b-r094k8n5sk] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-r094k8n5sk],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-r094k8n5sk],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-r094k8n5sk],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-r094k8n5sk],
#components-reconnect-modal.components-reconnect-retrying[b-r094k8n5sk],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-r094k8n5sk],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-r094k8n5sk],
#components-reconnect-modal.components-reconnect-failed[b-r094k8n5sk],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-r094k8n5sk] {
    display: block;
}


#components-reconnect-modal[b-r094k8n5sk] {
    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-r094k8n5sk 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-r094k8n5sk 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-r094k8n5sk 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-r094k8n5sk]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-r094k8n5sk 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-r094k8n5sk {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-r094k8n5sk {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-r094k8n5sk {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-r094k8n5sk] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-r094k8n5sk] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-r094k8n5sk] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-r094k8n5sk] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-r094k8n5sk] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-r094k8n5sk] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-r094k8n5sk] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-r094k8n5sk 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-r094k8n5sk] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-r094k8n5sk {
    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/Calendar.razor.rz.scp.css */
/* Event list styling */
.event-list[b-dop69usmeb] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.event-item[b-dop69usmeb] {
    margin-bottom: 1.5rem;
    padding: 1rem;
    background-color: #f8f9fa;
    border-radius: 4px;
    border-left: 4px solid #800000;
}

.event-item:last-child[b-dop69usmeb] {
    margin-bottom: 0;
}

.event-item h3[b-dop69usmeb] {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 0.5rem 0;
    padding: 0;
    color: #800000;
}

.event-item p[b-dop69usmeb] {
    font-size: 0.95rem;
    margin: 0;
    line-height: 1.6;
    color: #333;
}

.event-item a[b-dop69usmeb] {
    color: #006bb7;
    text-decoration: none;
    font-weight: 500;
}

.event-item a:hover[b-dop69usmeb] {
    text-decoration: underline;
}

/* Holiday list styling */
.holiday-list[b-dop69usmeb] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.holiday-list li[b-dop69usmeb] {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e0e0e0;
}

.holiday-list li:last-child[b-dop69usmeb] {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.holiday-list h3[b-dop69usmeb] {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 0.25rem 0;
    padding: 0;
    color: #800000;
}

.holiday-list p[b-dop69usmeb] {
    font-size: 0.95rem;
    margin: 0;
    color: #555;
    line-height: 1.5;
}

/* Schedule list styling */
.schedule-list[b-dop69usmeb] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.schedule-list li[b-dop69usmeb] {
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e0e0e0;
}

.schedule-list li:last-child[b-dop69usmeb] {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.schedule-list h3[b-dop69usmeb] {
    font-size: 0.95rem;
    font-weight: 600;
    margin: 0 0 0.5rem 0;
    padding: 0;
    color: #800000;
}

.schedule-list p[b-dop69usmeb] {
    font-size: 0.9rem;
    margin: 0;
    color: #555;
    line-height: 1.6;
}

/* Court schedule styling */
.court-header[b-dop69usmeb] {
    font-weight: 600;
    font-size: 0.95rem;
    margin: 0.5rem 0;
    color: #333;
}

.court-schedule[b-dop69usmeb] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.court-schedule > li[b-dop69usmeb] {
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e0e0e0;
}

.court-schedule > li:last-child[b-dop69usmeb] {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.court-schedule h3[b-dop69usmeb] {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 0.5rem 0;
    padding: 0;
    color: #800000;
}

.court-schedule > li > ul[b-dop69usmeb] {
    list-style: none;
    padding-left: 1rem;
    margin: 0;
}

.court-schedule > li > ul > li[b-dop69usmeb] {
    font-size: 0.95rem;
    margin: 0.25rem 0;
    color: #555;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .card[b-dop69usmeb] {
        margin-bottom: 1rem;
    }

    .event-item[b-dop69usmeb] {
        padding: 0.75rem;
        margin-bottom: 1rem;
    }

    .event-item h3[b-dop69usmeb] {
        font-size: 0.95rem;
    }

    .event-item p[b-dop69usmeb] {
        font-size: 0.9rem;
    }

    .holiday-list li[b-dop69usmeb],
    .schedule-list li[b-dop69usmeb] {
        margin-bottom: 1rem;
        padding-bottom: 1rem;
    }

    .holiday-list h3[b-dop69usmeb],
    .schedule-list h3[b-dop69usmeb] {
        font-size: 0.95rem;
    }

    .holiday-list p[b-dop69usmeb],
    .schedule-list p[b-dop69usmeb] {
        font-size: 0.9rem;
    }

    .court-schedule h3[b-dop69usmeb] {
        font-size: 0.95rem;
    }

    .court-schedule > li > ul > li[b-dop69usmeb] {
        font-size: 0.9rem;
    }
}

/* Extra small screens */
@media (max-width: 480px) {
    .event-item[b-dop69usmeb] {
        padding: 0.5rem;
        border-left-width: 3px;
    }

    .event-item h3[b-dop69usmeb],
    .holiday-list h3[b-dop69usmeb],
    .schedule-list h3[b-dop69usmeb],
    .court-schedule h3[b-dop69usmeb] {
        font-size: 0.9rem;
    }

    .event-item p[b-dop69usmeb],
    .holiday-list p[b-dop69usmeb],
    .schedule-list p[b-dop69usmeb] {
        font-size: 0.85rem;
    }
}
/* /Components/Pages/Community/Churches.razor.rz.scp.css */
/* Churches Community Page Styling */

.churches-container[b-s6l2rfytz0] {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

/* Search controls styling */
.churches-controls[b-s6l2rfytz0] {
    margin: 1.5rem 0;
    padding: 1rem;
    background-color: #f8f9fa;
    border-radius: 0.375rem;
    border-left: 3px solid #800000;
}

.churches-controls .form-label[b-s6l2rfytz0] {
    font-weight: 600;
    margin-bottom: 0.5rem;
    display: block;
    color: #333;
}

.churches-controls .form-control[b-s6l2rfytz0] {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 0.5rem 0.75rem;
    font-size: 0.95rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.churches-controls .form-control:focus[b-s6l2rfytz0] {
    border-color: #800000;
    box-shadow: 0 0 0 0.2rem rgba(128, 0, 0, 0.25);
    outline: none;
}

.churches-controls .form-text[b-s6l2rfytz0] {
    display: block;
    margin-top: 0.25rem;
}

/* Table styling */
.churches-table-wrapper[b-s6l2rfytz0] {
    margin: 1.5rem 0;
    overflow-x: auto;
}

.churches-table[b-s6l2rfytz0] {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0;
}

.churches-table thead[b-s6l2rfytz0] {
    background-color: #f8f9fa;
}

.churches-table thead th[b-s6l2rfytz0] {
    border-bottom: 2px solid #dee2e6;
    color: #333;
    font-weight: 600;
    padding: 0.75rem;
    text-align: left;
    vertical-align: middle;
    font-size: 0.95rem;
}

.churches-table tbody td[b-s6l2rfytz0] {
    border-bottom: 1px solid #dee2e6;
    padding: 0.75rem;
    vertical-align: middle;
    font-size: 0.95rem;
    color: #333;
}

.churches-table tbody tr:hover[b-s6l2rfytz0] {
    background-color: #f8f9fa;
}

.churches-table tbody tr:last-child td[b-s6l2rfytz0] {
    border-bottom: none;
}

.churches-table a[b-s6l2rfytz0] {
    color: #800000;
    text-decoration: none;
    font-weight: 500;
}

.churches-table a:hover[b-s6l2rfytz0] {
    text-decoration: underline;
}

.church-name-link[b-s6l2rfytz0] {
    display: block;
    transition: all 0.2s ease;
}

.church-name-link strong[b-s6l2rfytz0] {
    display: block;
    color: #800000;
}

.church-name-link:hover strong[b-s6l2rfytz0] {
    text-decoration: underline;
    color: #660000;
}

.churches-table strong[b-s6l2rfytz0] {
    display: block;
    color: #000;
    margin-bottom: 0.25rem;
}

.churches-table .text-muted[b-s6l2rfytz0] {
    color: #666;
    font-style: italic;
}

/* Results counter */
.churches-total[b-s6l2rfytz0] {
    margin: 1rem 0;
    padding: 0.75rem;
    background-color: #f0f0f0;
    border-radius: 0.375rem;
    font-size: 0.9rem;
    color: #555;
}

/* Responsive design */
@media (max-width: 768px) {
    .churches-container[b-s6l2rfytz0] {
        padding: 0 0.75rem;
    }

    .churches-controls[b-s6l2rfytz0] {
        margin: 1rem 0;
        padding: 0.75rem;
    }

    .churches-controls .form-control[b-s6l2rfytz0] {
        font-size: 16px;
        padding: 0.5rem 0.75rem;
        min-height: 44px;
    }

    .churches-table-wrapper[b-s6l2rfytz0] {
        margin: 1rem 0;
    }

    .churches-table[b-s6l2rfytz0] {
        font-size: 0.9rem;
    }

    .churches-table thead th[b-s6l2rfytz0] {
        padding: 0.5rem;
        font-size: 0.85rem;
    }

    .churches-table tbody td[b-s6l2rfytz0] {
        padding: 0.5rem;
        font-size: 0.9rem;
    }

    .churches-table strong[b-s6l2rfytz0] {
        margin-bottom: 0.15rem;
        font-size: 0.95rem;
    }

    /* Stack table columns on smaller screens */
    .churches-table thead[b-s6l2rfytz0] {
        display: none;
    }

    .churches-table tbody tr[b-s6l2rfytz0] {
        display: block;
        border: 1px solid #dee2e6;
        margin-bottom: 1rem;
        border-radius: 0.375rem;
    }

    .churches-table tbody td[b-s6l2rfytz0] {
        display: block;
        text-align: left;
        padding: 0.5rem;
        border: none;
        border-bottom: 1px solid #e9ecef;
    }

    .churches-table tbody td:last-child[b-s6l2rfytz0] {
        border-bottom: none;
    }

    .churches-table tbody td[data-label][b-s6l2rfytz0]:before {
        content: attr(data-label);
        display: block;
        font-weight: 600;
        color: #555;
        margin-bottom: 0.25rem;
        font-size: 0.85rem;
    }

    .churches-total[b-s6l2rfytz0] {
        margin: 1rem 0;
        padding: 0.5rem;
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .churches-controls[b-s6l2rfytz0] {
        margin: 0.75rem 0;
        padding: 0.5rem;
        border-left: 2px solid #800000;
    }

    .churches-controls .form-label[b-s6l2rfytz0] {
        margin-bottom: 0.35rem;
        font-size: 0.9rem;
    }

    .churches-controls .form-control[b-s6l2rfytz0] {
        font-size: 16px;
        padding: 0.5rem 0.5rem;
        min-height: 44px;
    }

    .churches-controls .form-text[b-s6l2rfytz0] {
        font-size: 0.8rem;
        margin-top: 0.2rem;
    }

    .churches-table[b-s6l2rfytz0] {
        font-size: 0.85rem;
    }

    .churches-table tbody tr[b-s6l2rfytz0] {
        margin-bottom: 0.75rem;
    }

    .churches-table tbody td[b-s6l2rfytz0] {
        padding: 0.4rem;
    }

    .churches-table tbody td[data-label][b-s6l2rfytz0]:before {
        font-size: 0.8rem;
    }

    .churches-table strong[b-s6l2rfytz0] {
        font-size: 0.9rem;
    }

    .churches-total[b-s6l2rfytz0] {
        font-size: 0.8rem;
        padding: 0.4rem;
    }
}

/* Accessibility improvements */
.churches-table tbody tr:focus-within[b-s6l2rfytz0] {
    outline: 2px solid #800000;
    outline-offset: -2px;
}

@media (prefers-reduced-motion: reduce) {
    .churches-controls .form-control[b-s6l2rfytz0] {
        transition: none;
    }

    .churches-table tbody tr[b-s6l2rfytz0] {
        transition: none;
    }
}
/* /Components/Pages/Community/Education.razor.rz.scp.css */
/* Education Community Page Styling */

.education-container[b-hz63l86nsh] {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

/* Main page header styling */
/*.education-container .card-header {
    background-color: #800000;
    padding: 1.5rem 1.5rem;
    border: none;
}
*/
/*.education-container .card-header h1 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
    padding: 0;
}
*/
/* Introduction text */
.education-intro[b-hz63l86nsh] {
    text-align: center;
    font-size: 1.05rem;
    color: #333;
    margin: 1rem 0;
}

/* Schools grid layout */
.schools-grid[b-hz63l86nsh] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

/* School card styling */
.school-card[b-hz63l86nsh] {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.school-card:hover[b-hz63l86nsh] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

/* School card header */
.school-card-header[b-hz63l86nsh] {
    background-color: #6c757d;
    color: #fff;
    padding: 1.5rem;
    border-bottom: 3px solid #545b62;
}

.school-card-header h2[b-hz63l86nsh] {
    margin: 0 0 0.5rem 0;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.4;
}

.school-link[b-hz63l86nsh] {
    color: #fff;
    text-decoration: none;
    transition: all 0.2s ease;
}

.school-link:hover[b-hz63l86nsh] {
    text-decoration: underline;
    opacity: 0.9;
}

.school-link:focus[b-hz63l86nsh] {
    outline: 2px solid #fff;
    outline-offset: 2px;
    border-radius: 0.25rem;
}

.school-grade-span[b-hz63l86nsh] {
    margin: 0;
    font-size: 0.9rem;
    opacity: 0.95;
    font-weight: 500;
}

/* School card body */
.school-card-body[b-hz63l86nsh] {
    padding: 1.5rem;
    flex-grow: 1;
}

/* School info sections */
.school-info-section[b-hz63l86nsh] {
    margin-bottom: 1.5rem;
}

.school-info-section:last-child[b-hz63l86nsh] {
    margin-bottom: 0;
}

.school-info-section h3[b-hz63l86nsh] {
    font-size: 0.95rem;
    font-weight: 600;
    color: #800000;
    margin: 0 0 0.5rem 0;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.school-info-section address[b-hz63l86nsh] {
    font-style: normal;
    margin: 0;
    line-height: 1.7;
    font-size: 0.95rem;
    color: #333;
}

.school-info-section p[b-hz63l86nsh] {
    margin: 0;
    line-height: 1.6;
    font-size: 0.95rem;
    color: #333;
}

.school-info-section a[b-hz63l86nsh] {
    color: #800000;
    text-decoration: none;
    font-weight: 500;
}

.school-info-section a:hover[b-hz63l86nsh] {
    text-decoration: underline;
}

/* Responsive design */
@media (max-width: 768px) {
    .education-container[b-hz63l86nsh] {
        padding: 0 0.75rem;
    }

    .education-container .card-header[b-hz63l86nsh] {
        padding: 1.25rem 1.5rem;
    }

    .education-container .card-header h1[b-hz63l86nsh] {
        font-size: 1.3rem;
    }

    .schools-grid[b-hz63l86nsh] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .school-card-header[b-hz63l86nsh] {
        padding: 1.25rem;
    }

    .school-card-header h2[b-hz63l86nsh] {
        font-size: 1.1rem;
    }

    .school-card-body[b-hz63l86nsh] {
        padding: 1.25rem;
    }

    .school-info-section[b-hz63l86nsh] {
        margin-bottom: 1.25rem;
    }

    .school-info-section h3[b-hz63l86nsh] {
        font-size: 0.9rem;
    }

    .school-info-section address[b-hz63l86nsh],
    .school-info-section p[b-hz63l86nsh] {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .education-container[b-hz63l86nsh] {
        padding: 0 0.5rem;
    }

    .education-container .card-header[b-hz63l86nsh] {
        padding: 1rem 1.5rem;
    }

    .education-container .card-header h1[b-hz63l86nsh] {
        font-size: 1.1rem;
    }

    .schools-grid[b-hz63l86nsh] {
        gap: 1rem;
    }

    .school-card-header[b-hz63l86nsh] {
        padding: 1rem;
    }

    .school-card-header h2[b-hz63l86nsh] {
        font-size: 1rem;
        margin-bottom: 0.35rem;
    }

    .school-grade-span[b-hz63l86nsh] {
        font-size: 0.85rem;
    }

    .school-card-body[b-hz63l86nsh] {
        padding: 1rem;
    }

    .school-info-section[b-hz63l86nsh] {
        margin-bottom: 1rem;
    }

    .school-info-section h3[b-hz63l86nsh] {
        font-size: 0.85rem;
        margin-bottom: 0.35rem;
    }

    .school-info-section address[b-hz63l86nsh],
    .school-info-section p[b-hz63l86nsh] {
        font-size: 0.85rem;
        line-height: 1.5;
    }
}

/* Accessibility improvements */
.school-card:focus-within[b-hz63l86nsh] {
    outline: 2px solid #800000;
    outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
    .school-card[b-hz63l86nsh] {
        transition: none;
    }

    .school-link[b-hz63l86nsh] {
        transition: none;
    }
}

@media (prefers-contrast: more) {
    .school-card[b-hz63l86nsh] {
        border-width: 2px;
    }

    .school-card-header[b-hz63l86nsh] {
        border-bottom-width: 4px;
    }
}
/* /Components/Pages/Departments/Fire.razor.rz.scp.css */
/* Fire Department Page Styling */

.fire-department-container[b-c7jgwqayww] {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

/* Card styling */
.card[b-c7jgwqayww] {
    border: none;
    border-radius: 0.375rem;
}

/*.card-header {
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
*/
/*.card-header h1,
.card-header h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
    padding: 0;
    line-height: 1.4;
    color: inherit;
}
*/
.card-body[b-c7jgwqayww] {
    padding: 1.5rem;
}

/* Heading styles */
/*h1 {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
    padding: 0;
    color: inherit;
}
*/
h2[b-c7jgwqayww] {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
    padding: 0;
    color: inherit;
}

h3[b-c7jgwqayww] {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 1rem 0 0.5rem 0;
    padding: 0;
    color: #333;
}

    h3:first-of-type[b-c7jgwqayww] {
        margin-top: 0;
    }

/* Department photo styling */
.department-photo[b-c7jgwqayww] {
    max-width: 100%;
    height: auto;
    border-radius: 0.375rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    display: block;
}

.text-center[b-c7jgwqayww] {
    text-align: center;
}

/* Paragraph styling */
p[b-c7jgwqayww] {
    margin-bottom: 1rem;
    line-height: 1.6;
    font-size: 0.95rem;
    color: #333;
}

    p:last-of-type[b-c7jgwqayww] {
        margin-bottom: 0;
    }

p.emergency[b-c7jgwqayww] {
    font-size: 1.1rem;
    margin: 0.5rem 0;
}

/* FAQ list styling */
.faq-list[b-c7jgwqayww] {
    margin: 0;
    padding: 0;
}

.faq-item[b-c7jgwqayww] {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #dee2e6;
}

    .faq-item:last-child[b-c7jgwqayww] {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

.faq-item h3[b-c7jgwqayww] {
    margin: 0 0 0.5rem 0;
    font-size: 1rem;
    color: #000;
    font-weight: 600;
}

.faq-item p[b-c7jgwqayww] {
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

    .faq-item p:last-child[b-c7jgwqayww] {
        margin-bottom: 0;
    }

/* Contact information styling */
address[b-c7jgwqayww] {
    font-style: normal;
    margin-bottom: 1rem;
    line-height: 1.8;
    font-size: 0.95rem;
    color: #333;
}

.contact-info[b-c7jgwqayww] {
    margin: 1rem 0;
}

.contact-info h3[b-c7jgwqayww] {
    margin: 1rem 0 0.5rem 0;
    font-size: 1rem;
    color: #333;
}

    .contact-info h3:first-of-type[b-c7jgwqayww] {
        margin-top: 0;
    }

.contact-info p[b-c7jgwqayww] {
    margin: 0 0 0.5rem 0;
    font-size: 0.95rem;
}

/* Social links styling */
.social-links[b-c7jgwqayww] {
    display: flex;
    gap: 1rem;
    margin: 1rem 0;
    flex-wrap: wrap;
    align-items: center;
}

.social-btn[b-c7jgwqayww] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    border-radius: 0.25rem;
    transition: all 0.2s ease;
    text-decoration: none;
}

    .social-btn:hover[b-c7jgwqayww] {
        background-color: #f0f0f0;
        transform: translateY(-2px);
    }

.social-icon[b-c7jgwqayww] {
    max-width: 100%;
    height: auto;
    display: block;
}

.social-text[b-c7jgwqayww] {
    color: #006bb7;
    font-weight: 500;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border: 1px solid #006bb7;
    border-radius: 0.25rem;
    transition: all 0.2s ease;
}

    .social-text:hover[b-c7jgwqayww] {
        background-color: #006bb7;
        color: white;
    }

/* Facebook feed container styling */
.fb-feed-container[b-c7jgwqayww] {
    padding: 0 !important;
    overflow: hidden;
}

    .fb-feed-container .fb-page[b-c7jgwqayww] {
        width: 100%;
    }

/* Horizontal rule styling */
hr[b-c7jgwqayww] {
    margin: 1.5rem 0;
    border: none;
    border-top: 1px solid #dee2e6;
    opacity: 1;
}

/* Links styling */
a[b-c7jgwqayww] {
    color: #800000;
    text-decoration: none;
}

    a:hover[b-c7jgwqayww] {
        text-decoration: underline;
    }

/* Responsive design */
@media (max-width: 991px) {
/*    .card-header h1,
    .card-header h2 {
        font-size: 1.25rem;
    }
*/
    h2[b-c7jgwqayww] {
        font-size: 1.15rem;
    }

    h3[b-c7jgwqayww] {
        font-size: 1rem;
    }

    .faq-item h3[b-c7jgwqayww] {
        font-size: 1rem;
    }

    .faq-item p[b-c7jgwqayww] {
        font-size: 0.9rem;
    }
}

@media (max-width: 768px) {
    .fire-department-container[b-c7jgwqayww] {
        padding: 0 0.75rem;
    }

    .img-banner[b-c7jgwqayww] {
        margin-bottom: 1.5rem;
    }

/*    .card-header {
        padding: 1rem 1.25rem;
    }
*/
/*    .card-header h1,
    .card-header h2 {
        font-size: 1.15rem;
    }
*/
    .card-body[b-c7jgwqayww] {
        padding: 1.25rem;
    }

    h2[b-c7jgwqayww] {
        font-size: 1rem;
    }

    h3[b-c7jgwqayww] {
        font-size: 0.95rem;
        margin: 0.75rem 0 0.35rem 0;
    }

    p[b-c7jgwqayww] {
        font-size: 0.9rem;
        margin-bottom: 0.75rem;
    }

    address[b-c7jgwqayww] {
        font-size: 0.9rem;
        line-height: 1.7;
    }

    .faq-item[b-c7jgwqayww] {
        margin-bottom: 1rem;
        padding-bottom: 1rem;
    }

    .faq-item h3[b-c7jgwqayww] {
        font-size: 0.95rem;
        margin: 0 0 0.35rem 0;
    }

    .faq-item p[b-c7jgwqayww] {
        font-size: 0.85rem;
    }

    .contact-info h3[b-c7jgwqayww] {
        font-size: 0.95rem;
    }

    .social-links[b-c7jgwqayww] {
        gap: 0.75rem;
    }

    .department-photo[b-c7jgwqayww] {
        border-radius: 0.25rem;
    }
}

@media (max-width: 480px) {
    .img-banner[b-c7jgwqayww] {
        margin-bottom: 1rem;
    }

    .card[b-c7jgwqayww] {
        margin-bottom: 1rem;
    }

/*    .card-header {
        padding: 0.75rem 1rem;
    }

    .card-header h1,
    .card-header h2 {
        font-size: 1rem;
    }
*/
    .card-body[b-c7jgwqayww] {
        padding: 1rem;
    }

    h2[b-c7jgwqayww] {
        font-size: 0.95rem;
    }

    h3[b-c7jgwqayww] {
        font-size: 0.9rem;
        margin: 0.5rem 0 0.25rem 0;
    }

    p[b-c7jgwqayww] {
        font-size: 0.85rem;
        margin-bottom: 0.5rem;
        line-height: 1.5;
    }

    p.emergency[b-c7jgwqayww] {
        font-size: 1rem;
    }

    address[b-c7jgwqayww] {
        font-size: 0.85rem;
        line-height: 1.6;
    }

    .faq-item[b-c7jgwqayww] {
        margin-bottom: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .faq-item h3[b-c7jgwqayww] {
        font-size: 0.9rem;
        margin: 0 0 0.25rem 0;
    }

    .faq-item p[b-c7jgwqayww] {
        font-size: 0.8rem;
    }

    .contact-info h3[b-c7jgwqayww] {
        font-size: 0.9rem;
        margin: 0.75rem 0 0.35rem 0;
    }

    .social-links[b-c7jgwqayww] {
        gap: 0.5rem;
    }

    .social-text[b-c7jgwqayww] {
        padding: 0.4rem 0.8rem;
        font-size: 0.85rem;
    }
}
/* /Components/Pages/Departments/Library.razor.rz.scp.css */
/* Library Department Page Styling */

.library-department-container[b-f25noelu45] {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

h3:first-of-type[b-f25noelu45] {
    margin-top: 0;
}

p.text-muted[b-f25noelu45] {
    color: #666;
    font-size: 0.9rem;
}

/* Services list styling */
.services-list[b-f25noelu45] {
    margin: 0;
    padding: 0;
}

.service-item[b-f25noelu45] {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #dee2e6;
}

    .service-item:last-child[b-f25noelu45] {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

.service-item h3[b-f25noelu45] {
    margin-top: 0;
    font-size: 1.05rem;
    color: #000;
    font-weight: 600;
}

.service-item ul[b-f25noelu45] {
    margin: 0.5rem 0 0 1.5rem;
    padding: 0;
    list-style-position: inside;
}

.service-item li[b-f25noelu45] {
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
    color: #333;
    line-height: 1.6;
}

.service-item p[b-f25noelu45] {
    margin-top: 0.5rem;
    font-size: 0.9rem;
}

/* Library note styling */
.library-note[b-f25noelu45] {
    background-color: #f8f9fa;
    padding: 1rem;
    border-radius: 0.375rem;
    border-left: 3px solid #006bb7;
    margin-top: 1rem;
}

.library-note p[b-f25noelu45] {
    margin: 0;
    font-size: 0.9rem;
    color: #333;
    line-height: 1.7;
}

.mt-4[b-f25noelu45] {
    margin-top: 1.5rem;
}

/* FAQ list styling */
.faq-list[b-f25noelu45] {
    margin: 0;
    padding: 0;
}

.faq-item[b-f25noelu45] {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #dee2e6;
}

    .faq-item:last-child[b-f25noelu45] {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

.faq-item h3[b-f25noelu45] {
    margin: 0 0 0.5rem 0;
    font-size: 1rem;
    color: #000;
    font-weight: 600;
}

.faq-item p[b-f25noelu45] {
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

    .faq-item p:last-child[b-f25noelu45] {
        margin-bottom: 0;
    }

.faq-item ul[b-f25noelu45] {
    margin: 0.5rem 0 0 1.5rem;
    padding: 0;
    list-style-position: inside;
}

.faq-item li[b-f25noelu45] {
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
    color: #333;
    line-height: 1.6;
}

/* Contact information styling */
.contact-info h3[b-f25noelu45] {
    margin: 1rem 0 0.5rem 0;
    font-size: 1rem;
    color: #333;
}

    .contact-info h3:first-of-type[b-f25noelu45] {
        margin-top: 0;
    }

/* Social links styling */
.social-links[b-f25noelu45] {
    display: flex;
    gap: 1rem;
    margin: 1rem 0;
    flex-wrap: wrap;
}

.social-btn[b-f25noelu45] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    border-radius: 0.25rem;
    transition: all 0.2s ease;
    text-decoration: none;
}

    .social-btn:hover[b-f25noelu45] {
        background-color: #f0f0f0;
        transform: translateY(-2px);
    }

.social-text[b-f25noelu45] {
    color: #000;
    font-weight: 500;
    text-decoration: none;
}

/* Horizontal rule styling */
.fb-feed-container[b-f25noelu45] {
    padding: 0 !important;
    overflow: hidden;
}

    .fb-feed-container .fb-page[b-f25noelu45] {
        width: 100%;
    }

/* Links styling */
a[b-f25noelu45] {
    color: #800000;
    text-decoration: none;
}

    a:hover[b-f25noelu45] {
        text-decoration: underline;
    }

/* Responsive design */
@media (max-width: 991px) {
    .card-header h1[b-f25noelu45],
    .card-header h2[b-f25noelu45] {
        font-size: 1.25rem;
    }

    h2[b-f25noelu45] {
        font-size: 1.15rem;
    }

    h3[b-f25noelu45] {
        font-size: 1rem;
    }

    .service-item h3[b-f25noelu45],
    .faq-item h3[b-f25noelu45] {
        font-size: 1rem;
    }

    .service-item li[b-f25noelu45],
    .faq-item li[b-f25noelu45],
    .service-item p[b-f25noelu45],
    .faq-item p[b-f25noelu45] {
        font-size: 0.9rem;
    }
}

@media (max-width: 768px) {
    .library-department-container[b-f25noelu45] {
        padding: 0 0.75rem;
    }

    .img-banner[b-f25noelu45] {
        margin-bottom: 1.5rem;
    }

    .card-header[b-f25noelu45] {
        padding: 1rem 1.25rem;
    }

    .card-header h1[b-f25noelu45],
    .card-header h2[b-f25noelu45] {
        font-size: 1.15rem;
    }

    .card-body[b-f25noelu45] {
        padding: 1.25rem;
    }

    h2[b-f25noelu45] {
        font-size: 1rem;
    }

    h3[b-f25noelu45] {
        font-size: 0.95rem;
        margin: 0.75rem 0 0.35rem 0;
    }

    p[b-f25noelu45] {
        font-size: 0.9rem;
        margin-bottom: 0.75rem;
    }

    address[b-f25noelu45] {
        font-size: 0.9rem;
        line-height: 1.7;
    }

    .service-item[b-f25noelu45],
    .faq-item[b-f25noelu45] {
        margin-bottom: 1rem;
        padding-bottom: 1rem;
    }

    .service-item h3[b-f25noelu45],
    .faq-item h3[b-f25noelu45] {
        font-size: 0.95rem;
        margin: 0 0 0.35rem 0;
    }

    .service-item li[b-f25noelu45],
    .faq-item li[b-f25noelu45],
    .service-item p[b-f25noelu45],
    .faq-item p[b-f25noelu45] {
        font-size: 0.85rem;
    }

    .contact-info h3[b-f25noelu45] {
        font-size: 0.95rem;
    }

    .social-links[b-f25noelu45] {
        gap: 0.75rem;
    }
}

@media (max-width: 480px) {
    .img-banner[b-f25noelu45] {
        margin-bottom: 1rem;
    }

    .card[b-f25noelu45] {
        margin-bottom: 1rem;
    }

    .card-header[b-f25noelu45] {
        padding: 0.75rem 1rem;
    }

    .card-header h1[b-f25noelu45],
    .card-header h2[b-f25noelu45] {
        font-size: 1rem;
    }

    .card-body[b-f25noelu45] {
        padding: 1rem;
    }

    h2[b-f25noelu45] {
        font-size: 0.95rem;
    }

    h3[b-f25noelu45] {
        font-size: 0.9rem;
        margin: 0.5rem 0 0.25rem 0;
    }

    p[b-f25noelu45] {
        font-size: 0.85rem;
        margin-bottom: 0.5rem;
        line-height: 1.5;
    }

    address[b-f25noelu45] {
        font-size: 0.85rem;
        line-height: 1.6;
    }

    .service-item[b-f25noelu45],
    .faq-item[b-f25noelu45] {
        margin-bottom: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .service-item h3[b-f25noelu45],
    .faq-item h3[b-f25noelu45] {
        font-size: 0.9rem;
        margin: 0 0 0.25rem 0;
    }

    .service-item li[b-f25noelu45],
    .faq-item li[b-f25noelu45],
    .service-item p[b-f25noelu45],
    .faq-item p[b-f25noelu45] {
        font-size: 0.8rem;
    }

    .library-note[b-f25noelu45] {
        padding: 0.75rem;
        margin-top: 1rem;
    }

    .contact-info h3[b-f25noelu45] {
        font-size: 0.9rem;
        margin: 0.75rem 0 0.35rem 0;
    }

    .social-links[b-f25noelu45] {
        gap: 0.5rem;
    }
}
/* /Components/Pages/Departments/MunicipalCourt.razor.rz.scp.css */
/* Municipal Court Department Page Styling */

.municipalcourt-department-container[b-demn9rsahp] {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

/* Banner image styling */
.img-banner[b-demn9rsahp] {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 2rem;
}

/* Card styling - removed, use global styles */

/* Heading styles */
h3:first-of-type[b-demn9rsahp] {
    margin-top: 0;
}

/* Department photo styling */
.department-photo[b-demn9rsahp] {
    max-width: 100%;
    height: auto;
    border-radius: 0.375rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    display: block;
}

.mt-3[b-demn9rsahp] {
    margin-top: 1rem;
}

/* Table styling */
.table-responsive[b-demn9rsahp] {
    margin: 0;
}

.table[b-demn9rsahp] {
    margin-bottom: 0;
    font-size: 0.9rem;
}

.table thead th[b-demn9rsahp] {
    background-color: #f8f9fa;
    color: #333;
    font-weight: 600;
    padding: 0.75rem;
    border-bottom: 2px solid #dee2e6;
    vertical-align: bottom;
}

.table tbody td[b-demn9rsahp] {
    padding: 0.75rem;
    vertical-align: middle;
    border-bottom: 1px solid #dee2e6;
}

.table tbody tr:hover[b-demn9rsahp] {
    background-color: #f8f9fa;
}

.text-end[b-demn9rsahp] {
    text-align: right;
}

.table a[b-demn9rsahp] {
    color: #800000;
    text-decoration: none;
    font-weight: 500;
}

    .table a:hover[b-demn9rsahp] {
        text-decoration: underline;
    }

/* Alert styling */
.alert[b-demn9rsahp] {
    border-radius: 0.375rem;
    border: none;
    padding: 1rem 1.25rem;
}

.alert-info[b-demn9rsahp] {
    background-color: #e7f3ff;
    color: #004085;
}

.alert h3[b-demn9rsahp] {
    margin-top: 0;
    color: #004085;
}

/* Payment info styling */
.payment-info[b-demn9rsahp] {
    background-color: #f8f9fa;
    padding: 1rem;
    border-radius: 0.375rem;
}

.payment-info h3[b-demn9rsahp] {
    margin-top: 0;
    font-size: 1rem;
    color: #333;
}

.payment-info ul[b-demn9rsahp] {
    margin: 0 0 0 1.5rem;
    padding: 0;
    list-style-position: inside;
}

.payment-info li[b-demn9rsahp] {
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
    color: #333;
    line-height: 1.6;
}

/* Contact information - address, .contact-info removed, use global styles */

.contact-note[b-demn9rsahp] {
    background-color: #f8f9fa;
    padding: 1rem;
    border-radius: 0.375rem;
    margin: 1rem 0;
}

.contact-note p[b-demn9rsahp] {
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

    .contact-note p:last-child[b-demn9rsahp] {
        margin-bottom: 0;
    }

/* Court schedule styling */
.court-header[b-demn9rsahp] {
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #333;
}

.court-schedule[b-demn9rsahp] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.court-schedule > li[b-demn9rsahp] {
    margin-bottom: 1rem;
    padding: 1rem;
    background-color: #f8f9fa;
    border-radius: 0.375rem;
    border-left: 3px solid #006bb7;
}

.court-schedule > li h3[b-demn9rsahp] {
    margin: 0 0 0.5rem 0;
    font-size: 1rem;
    color: #000;
    font-weight: 600;
}

.court-schedule > li ul[b-demn9rsahp] {
    list-style: none;
    margin: 0;
    padding: 0 0 0 1rem;
}

.court-schedule > li ul li[b-demn9rsahp] {
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
    color: #333;
    padding: 0.25rem 0;
}

/* Horizontal rule styling */
hr[b-demn9rsahp] {
    margin: 1.5rem 0;
    border: none;
    border-top: 1px solid #dee2e6;
    opacity: 1;
}

/* Links styling */
a[b-demn9rsahp] {
    color: #800000;
    text-decoration: none;
}

    a:hover[b-demn9rsahp] {
        text-decoration: underline;
    }

/* Responsive design */
@media (max-width: 991px) {
    .card-header h1[b-demn9rsahp],
    .card-header h2[b-demn9rsahp] {
        font-size: 1.25rem;
    }

    h2[b-demn9rsahp] {
        font-size: 1.15rem;
    }

    h3[b-demn9rsahp] {
        font-size: 1rem;
    }

    .table[b-demn9rsahp] {
        font-size: 0.85rem;
    }

    .table thead th[b-demn9rsahp],
    .table tbody td[b-demn9rsahp] {
        padding: 0.5rem;
    }
}

@media (max-width: 768px) {
    .municipalcourt-department-container[b-demn9rsahp] {
        padding: 0 0.75rem;
    }

    .img-banner[b-demn9rsahp] {
        margin-bottom: 1.5rem;
    }

    .card-header[b-demn9rsahp] {
        padding: 1rem 1.25rem;
    }

    .card-header h1[b-demn9rsahp],
    .card-header h2[b-demn9rsahp] {
        font-size: 1.15rem;
    }

    .card-body[b-demn9rsahp] {
        padding: 1.25rem;
    }

    h2[b-demn9rsahp] {
        font-size: 1rem;
    }

    h3[b-demn9rsahp] {
        font-size: 0.95rem;
        margin: 0.5rem 0 0.35rem 0;
    }

    p[b-demn9rsahp] {
        font-size: 0.9rem;
        margin-bottom: 0.75rem;
    }

    .department-photo[b-demn9rsahp] {
        border-radius: 0.25rem;
    }

    address[b-demn9rsahp] {
        font-size: 0.9rem;
        line-height: 1.7;
    }

    .table[b-demn9rsahp] {
        font-size: 0.8rem;
    }

    .table thead th[b-demn9rsahp],
    .table tbody td[b-demn9rsahp] {
        padding: 0.4rem 0.25rem;
    }

    .court-schedule > li[b-demn9rsahp] {
        padding: 0.75rem;
        margin-bottom: 0.75rem;
    }

    .court-schedule > li h3[b-demn9rsahp] {
        font-size: 0.95rem;
        margin-bottom: 0.35rem;
    }

    .court-schedule > li ul li[b-demn9rsahp] {
        font-size: 0.85rem;
        margin-bottom: 0.15rem;
    }
}

@media (max-width: 480px) {
    .img-banner[b-demn9rsahp] {
        margin-bottom: 1rem;
    }

    .card[b-demn9rsahp] {
        margin-bottom: 1rem;
    }

    .card-header[b-demn9rsahp] {
        padding: 0.75rem 1rem;
    }

    .card-header h1[b-demn9rsahp],
    .card-header h2[b-demn9rsahp] {
        font-size: 1rem;
    }

    .card-body[b-demn9rsahp] {
        padding: 1rem;
    }

    h2[b-demn9rsahp] {
        font-size: 0.95rem;
    }

    h3[b-demn9rsahp] {
        font-size: 0.9rem;
        margin: 0.4rem 0 0.25rem 0;
    }

    p[b-demn9rsahp] {
        font-size: 0.85rem;
        margin-bottom: 0.5rem;
        line-height: 1.5;
    }

    address[b-demn9rsahp] {
        font-size: 0.85rem;
        line-height: 1.6;
    }

    .table[b-demn9rsahp] {
        font-size: 0.75rem;
    }

    .table thead th[b-demn9rsahp],
    .table tbody td[b-demn9rsahp] {
        padding: 0.3rem 0.2rem;
    }

    .payment-info[b-demn9rsahp] {
        padding: 0.75rem;
    }

    .payment-info h3[b-demn9rsahp] {
        font-size: 0.9rem;
    }

    .payment-info li[b-demn9rsahp] {
        font-size: 0.85rem;
    }

    .court-schedule > li[b-demn9rsahp] {
        padding: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .court-schedule > li h3[b-demn9rsahp] {
        font-size: 0.9rem;
        margin-bottom: 0.25rem;
    }

    .court-schedule > li ul li[b-demn9rsahp] {
        font-size: 0.8rem;
    }
}
/* /Components/Pages/Departments/ParkRec.razor.rz.scp.css */
/* Parks & Recreation Department Page Styling */

.parkrec-department-container[b-pp54sq5hb9] {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

/* Banner image styling */
.img-banner[b-pp54sq5hb9] {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 2rem;
}

/* Contact information styling */
address[b-pp54sq5hb9] {
    font-style: normal;
    margin-bottom: 1rem;
    line-height: 1.8;
    font-size: 0.95rem;
}

    address strong[b-pp54sq5hb9] {
        font-weight: 600;
        color: #333;
    }

.contact-info[b-pp54sq5hb9] {
    margin: 1rem 0;
}

.contact-info p[b-pp54sq5hb9] {
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.contact-info a[b-pp54sq5hb9] {
    color: #800000;
    text-decoration: none;
    font-weight: 500;
}

    .contact-info a:hover[b-pp54sq5hb9] {
        text-decoration: underline;
    }

/* Responsive design */
@media (max-width: 991px) {
    .card-header h1[b-pp54sq5hb9],
    .card-header h2[b-pp54sq5hb9] {
        font-size: 1.25rem;
    }

    h2[b-pp54sq5hb9] {
        font-size: 1.15rem;
    }

    h3[b-pp54sq5hb9] {
        font-size: 1rem;
    }

    .carousel-item[b-pp54sq5hb9] {
        min-height: 250px;
    }

    .carousel-item img[b-pp54sq5hb9] {
        max-height: 500px;
    }
}

@media (max-width: 768px) {
    .parkrec-department-container[b-pp54sq5hb9] {
        padding: 0 0.75rem;
    }

    .img-banner[b-pp54sq5hb9] {
        margin-bottom: 1.5rem;
    }

    .card-header[b-pp54sq5hb9] {
        padding: 1rem 1.25rem;
    }

    .card-header h1[b-pp54sq5hb9],
    .card-header h2[b-pp54sq5hb9] {
        font-size: 1.15rem;
    }

    .card-body[b-pp54sq5hb9] {
        padding: 1.25rem;
    }

    h2[b-pp54sq5hb9] {
        font-size: 1rem;
    }

    h3[b-pp54sq5hb9] {
        font-size: 0.95rem;
        margin: 0 0 0.75rem 0;
    }

    p[b-pp54sq5hb9] {
        font-size: 0.9rem;
        margin-bottom: 0.75rem;
    }

    .carousel-item[b-pp54sq5hb9] {
        min-height: 200px;
    }

    .carousel-item img[b-pp54sq5hb9] {
        max-height: 400px;
    }

    .carousel-control-prev[b-pp54sq5hb9],
    .carousel-control-next[b-pp54sq5hb9] {
        width: 36px;
        height: 36px;
    }

    .carousel-control-prev-icon[b-pp54sq5hb9],
    .carousel-control-next-icon[b-pp54sq5hb9] {
        width: 18px;
        height: 18px;
        background-size: 18px 18px;
    }

    address[b-pp54sq5hb9] {
        font-size: 0.9rem;
        line-height: 1.7;
    }

    .contact-info p[b-pp54sq5hb9] {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .img-banner[b-pp54sq5hb9] {
        margin-bottom: 1rem;
    }

    .card[b-pp54sq5hb9] {
        margin-bottom: 1rem;
    }

    .card-header[b-pp54sq5hb9] {
        padding: 0.75rem 1rem;
    }

    .card-header h1[b-pp54sq5hb9],
    .card-header h2[b-pp54sq5hb9] {
        font-size: 1rem;
    }

    .card-body[b-pp54sq5hb9] {
        padding: 1rem;
    }

    h2[b-pp54sq5hb9] {
        font-size: 0.95rem;
    }

    h3[b-pp54sq5hb9] {
        font-size: 0.9rem;
    }

    p[b-pp54sq5hb9] {
        font-size: 0.85rem;
        margin-bottom: 0.5rem;
        line-height: 1.5;
    }

    .carousel-item[b-pp54sq5hb9] {
        min-height: 150px;
    }

    .carousel-item img[b-pp54sq5hb9] {
        max-height: 300px;
    }

/*    .carousel-indicators {
        bottom: 5px;
        padding: 4px;
    }
*/
/*    .carousel-indicators button {
        width: 8px;
        height: 8px;
        margin: 0 3px;
    }

        .carousel-indicators button.active {
            width: 10px;
            height: 10px;
        }
*/
    .carousel-control-prev[b-pp54sq5hb9],
    .carousel-control-next[b-pp54sq5hb9] {
        width: 32px;
        height: 32px;
    }

    .carousel-control-prev-icon[b-pp54sq5hb9],
    .carousel-control-next-icon[b-pp54sq5hb9] {
        width: 16px;
        height: 16px;
        background-size: 16px 16px;
    }

    address[b-pp54sq5hb9] {
        font-size: 0.85rem;
        line-height: 1.6;
    }

    .contact-info p[b-pp54sq5hb9] {
        font-size: 0.85rem;
    }
}
/* /Components/Pages/Departments/Police.razor.rz.scp.css */
/* Police Department Page Styling */

.police-department-container[b-0e9368o1oi] {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

/* Banner image styling */
.img-banner[b-0e9368o1oi] {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 2rem;
}

/* Department photo styling */
.department-photo[b-0e9368o1oi] {
    max-width: 100%;
    height: auto;
    border-radius: 0.375rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    display: block;
}

/* Social media styling */
.social-media[b-0e9368o1oi] {
    margin: 1rem 0;
}

/* Facebook feed styling */
.facebook-feed[b-0e9368o1oi] {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #dee2e6;
    min-height: 400px;
}

    .facebook-feed .fb-page[b-0e9368o1oi] {
        width: 100%;
    }

/* Text center utility - removed, use global style */

/* Responsive design */
@media (max-width: 991px) {
    .card-header h1[b-0e9368o1oi],
    .card-header h2[b-0e9368o1oi] {
        font-size: 1.25rem;
    }

    h2[b-0e9368o1oi] {
        font-size: 1.15rem;
    }

    h3[b-0e9368o1oi] {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .police-department-container[b-0e9368o1oi] {
        padding: 0 0.75rem;
    }

    .img-banner[b-0e9368o1oi] {
        margin-bottom: 1.5rem;
    }

    .card-header[b-0e9368o1oi] {
        padding: 1rem 1.25rem;
    }

    .card-header h1[b-0e9368o1oi],
    .card-header h2[b-0e9368o1oi] {
        font-size: 1.15rem;
    }

    .card-body[b-0e9368o1oi] {
        padding: 1.25rem;
    }

    h2[b-0e9368o1oi] {
        font-size: 1rem;
        margin: 1.25rem 0 0.5rem 0;
    }

    h3[b-0e9368o1oi] {
        font-size: 0.95rem;
    }

    p[b-0e9368o1oi] {
        font-size: 0.9rem;
        margin-bottom: 0.75rem;
    }

    .department-photo[b-0e9368o1oi] {
        border-radius: 0.25rem;
    }

    address[b-0e9368o1oi] {
        font-size: 0.9rem;
        line-height: 1.7;
    }

    .contact-info p[b-0e9368o1oi] {
        font-size: 0.9rem;
    }

    .social-icon[b-0e9368o1oi] {
        width: 45px;
        height: 45px;
    }

    .facebook-feed[b-0e9368o1oi] {
        min-height: 300px;
    }
}

@media (max-width: 480px) {
    .img-banner[b-0e9368o1oi] {
        margin-bottom: 1rem;
    }

    .card[b-0e9368o1oi] {
        margin-bottom: 1rem;
    }

    .card-header[b-0e9368o1oi] {
        padding: 0.75rem 1rem;
    }

    .card-header h1[b-0e9368o1oi],
    .card-header h2[b-0e9368o1oi] {
        font-size: 1rem;
    }

    .card-body[b-0e9368o1oi] {
        padding: 1rem;
    }

    h2[b-0e9368o1oi] {
        font-size: 0.95rem;
        margin: 1rem 0 0.5rem 0;
    }

    h3[b-0e9368o1oi] {
        font-size: 0.9rem;
    }

    p[b-0e9368o1oi] {
        font-size: 0.85rem;
        margin-bottom: 0.5rem;
        line-height: 1.5;
    }

    address[b-0e9368o1oi] {
        font-size: 0.85rem;
        line-height: 1.6;
    }

    .contact-info p[b-0e9368o1oi] {
        font-size: 0.85rem;
    }

    .social-icon[b-0e9368o1oi] {
        width: 40px;
        height: 40px;
    }

    .facebook-feed[b-0e9368o1oi] {
        min-height: 250px;
    }
}
/* /Components/Pages/Departments/Sanitation.razor.rz.scp.css */
/* Sanitation Department Page Styling */

.sanitation-department-container[b-i5crol9ydl] {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

/* Heading styles - using global styles */

/* Schedule list styling */
.schedule-list[b-i5crol9ydl] {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem 0;
}

    .schedule-list li[b-i5crol9ydl] {
        margin-bottom: 1.5rem;
        padding-bottom: 1.5rem;
        border-bottom: 1px solid #dee2e6;
    }

        .schedule-list li:last-child[b-i5crol9ydl] {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: none;
        }

        .schedule-list li h3[b-i5crol9ydl] {
            margin-top: 0;
            margin-bottom: 0.5rem;
        }

        .schedule-list li p[b-i5crol9ydl] {
            margin-bottom: 0;
            font-size: 0.95rem;
            color: #555;
        }

/* Item list styling */
.item-list[b-i5crol9ydl] {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
}

    .item-list li[b-i5crol9ydl] {
        padding-left: 1.5rem;
        margin-bottom: 0.5rem;
        position: relative;
        font-size: 0.95rem;
        color: #333;
        line-height: 1.5;
    }

        .item-list li[b-i5crol9ydl]:before {
            content: "✓";
            position: absolute;
            left: 0;
            color: #28a745;
            font-weight: bold;
        }

    .item-list.not-accepted li[b-i5crol9ydl]:before {
        content: "✗";
        color: #dc3545;
    }

    .item-list:last-of-type[b-i5crol9ydl] {
        margin-bottom: 0;
    }

/* Dumpster hours styling */
.dumpster-hours[b-i5crol9ydl] {
    list-style: none;
    padding: 0;
    margin: 0.5rem 0 0 0;
}

    .dumpster-hours li[b-i5crol9ydl] {
        padding: 0.25rem 0;
        font-size: 0.95rem;
        color: #555;
        margin-bottom: 0.25rem;
    }

/* Contact information styling */
address[b-i5crol9ydl] {
    font-style: normal;
    margin-bottom: 1rem;
    line-height: 1.8;
    font-size: 0.95rem;
}

    address strong[b-i5crol9ydl] {
        font-weight: 600;
        color: #333;
    }

.contact-info[b-i5crol9ydl] {
    margin: 1rem 0;
}

.contact-info p[b-i5crol9ydl] {
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.contact-info a[b-i5crol9ydl] {
    color: #800000;
    text-decoration: none;
}

    .contact-info a:hover[b-i5crol9ydl] {
        text-decoration: underline;
    }

/* Horizontal rule styling */
hr[b-i5crol9ydl] {
    margin: 1.5rem 0;
    border: none;
    border-top: 1px solid #dee2e6;
    opacity: 1;
}
@media (max-width: 991px) {
    .card-header h1[b-i5crol9ydl],
    .card-header h2[b-i5crol9ydl] {
        font-size: 1.25rem;
    }

    h2[b-i5crol9ydl] {
        font-size: 1.15rem;
    }

    h3[b-i5crol9ydl] {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .sanitation-department-container[b-i5crol9ydl] {
        padding: 0 0.75rem;
    }

    .card-header[b-i5crol9ydl] {
        padding: 1rem 1.25rem;
    }

    .card-header h1[b-i5crol9ydl],
    .card-header h2[b-i5crol9ydl] {
        font-size: 1.15rem;
    }

    .card-body[b-i5crol9ydl] {
        padding: 1.25rem;
    }

    h2[b-i5crol9ydl] {
        font-size: 1rem;
        margin: 0 0 0.75rem 0;
    }

    h3[b-i5crol9ydl] {
        font-size: 0.95rem;
        margin: 1rem 0 0.5rem 0;
    }

    p[b-i5crol9ydl] {
        font-size: 0.9rem;
        margin-bottom: 0.75rem;
    }

    .schedule-list li[b-i5crol9ydl] {
        margin-bottom: 1rem;
        padding-bottom: 1rem;
    }

    .item-list li[b-i5crol9ydl] {
        font-size: 0.9rem;
        margin-bottom: 0.4rem;
        padding-left: 1.25rem;
    }

    .dumpster-hours li[b-i5crol9ydl] {
        font-size: 0.9rem;
    }

    address[b-i5crol9ydl] {
        font-size: 0.9rem;
        line-height: 1.7;
    }

    .contact-info p[b-i5crol9ydl] {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .card[b-i5crol9ydl] {
        margin-bottom: 1rem;
    }

    .card-header[b-i5crol9ydl] {
        padding: 0.75rem 1rem;
    }

    .card-header h1[b-i5crol9ydl],
    .card-header h2[b-i5crol9ydl] {
        font-size: 1rem;
    }

    .card-body[b-i5crol9ydl] {
        padding: 1rem;
    }

    h2[b-i5crol9ydl] {
        font-size: 0.95rem;
        margin: 0 0 0.5rem 0;
    }

    h3[b-i5crol9ydl] {
        font-size: 0.9rem;
    }

    p[b-i5crol9ydl] {
        font-size: 0.85rem;
        margin-bottom: 0.5rem;
        line-height: 1.5;
    }

    .schedule-list li[b-i5crol9ydl] {
        margin-bottom: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .item-list li[b-i5crol9ydl] {
        font-size: 0.85rem;
        margin-bottom: 0.3rem;
        padding-left: 1.2rem;
    }

    .item-list li[b-i5crol9ydl]:before {
        width: 1.2rem;
    }

    .dumpster-hours li[b-i5crol9ydl] {
        font-size: 0.85rem;
    }

    address[b-i5crol9ydl] {
        font-size: 0.85rem;
        line-height: 1.6;
    }

    .contact-info p[b-i5crol9ydl] {
        font-size: 0.85rem;
    }
}
/* /Components/Pages/Departments/Street.razor.rz.scp.css */
/* Street Department Page Styling */

.street-department-container[b-yxrak85lto] {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

/* Responsive design */
@media (max-width: 991px) {
    .card-header h1[b-yxrak85lto],
    .card-header h2[b-yxrak85lto] {
        font-size: 1.25rem;
    }

    h2[b-yxrak85lto] {
        font-size: 1.15rem;
    }

    h3[b-yxrak85lto] {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .street-department-container[b-yxrak85lto] {
        padding: 0 0.75rem;
    }

    .card-header[b-yxrak85lto] {
        padding: 1rem 1.25rem;
    }

    .card-header h1[b-yxrak85lto],
    .card-header h2[b-yxrak85lto] {
        font-size: 1.15rem;
    }

    .card-body[b-yxrak85lto] {
        padding: 1.25rem;
    }

    h2[b-yxrak85lto] {
        font-size: 1rem;
        margin: 0 0 0.75rem 0;
    }

    h3[b-yxrak85lto] {
        font-size: 0.95rem;
    }

    p[b-yxrak85lto] {
        font-size: 0.9rem;
        margin-bottom: 0.75rem;
    }

    address[b-yxrak85lto] {
        font-size: 0.9rem;
        line-height: 1.7;
    }

    .contact-info p[b-yxrak85lto] {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .card[b-yxrak85lto] {
        margin-bottom: 1rem;
    }

    .card-header[b-yxrak85lto] {
        padding: 0.75rem 1rem;
    }

    .card-header h1[b-yxrak85lto],
    .card-header h2[b-yxrak85lto] {
        font-size: 1rem;
    }

    .card-body[b-yxrak85lto] {
        padding: 1rem;
    }

    h2[b-yxrak85lto] {
        font-size: 0.95rem;
        margin: 0 0 0.5rem 0;
    }

    h3[b-yxrak85lto] {
        font-size: 0.9rem;
    }

    p[b-yxrak85lto] {
        font-size: 0.85rem;
        margin-bottom: 0.5rem;
        line-height: 1.5;
    }

    address[b-yxrak85lto] {
        font-size: 0.85rem;
        line-height: 1.6;
    }

    .contact-info p[b-yxrak85lto] {
        font-size: 0.85rem;
    }
}
/* /Components/Pages/Departments/Water.razor.rz.scp.css */
/* Water Department Page Styling */

.water-department-container[b-0med864v1z] {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

/* Payment section styling */
.payment-button[b-0med864v1z] {
    margin: 1.5rem 0;
    text-align: center;
}

.payment-button a[b-0med864v1z] {
    display: inline-block;
    padding: 0.5rem;
    background-color: #fff;
    border-radius: 0.375rem;
    transition: all 0.3s ease;
}

.payment-button a:hover[b-0med864v1z] {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

.payment-logo[b-0med864v1z] {
    max-width: 304px;
    width: 100%;
    height: auto;
    display: block;
}

/* Button styling */
.btn[b-0med864v1z] {
    font-weight: 500;
    border-radius: 0.375rem;
    text-decoration: none;
    display: inline-block;
    padding: 0.5rem 1.25rem;
    transition: all 0.3s ease;
}

.btn-primary[b-0med864v1z] {
    background-color: #006bb7;
    border-color: #006bb7;
    color: #fff;
}

    .btn-primary:hover[b-0med864v1z] {
        background-color: #005a93;
        border-color: #005a93;
        color: #fff;
        text-decoration: none;
    }

.btn-secondary[b-0med864v1z] {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff;
}

    .btn-secondary:hover[b-0med864v1z] {
        background-color: #5a6268;
        border-color: #5a6268;
        color: #fff;
        text-decoration: none;
    }

.btn-lg[b-0med864v1z] {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
}

/* Contact information styling */
address[b-0med864v1z] {
    font-style: normal;
    margin-bottom: 1rem;
    line-height: 1.8;
    font-size: 0.95rem;
}

    address strong[b-0med864v1z] {
        font-weight: 600;
        color: #333;
    }

.contact-info[b-0med864v1z] {
    margin: 1rem 0;
}

.contact-info p[b-0med864v1z] {
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.contact-info a[b-0med864v1z] {
    color: #800000;
    text-decoration: none;
}

    .contact-info a:hover[b-0med864v1z] {
        text-decoration: underline;
    }

/* Social media styling */
.social-media[b-0med864v1z] {
    margin: 1rem 0;
}

/* Horizontal rule styling */
hr[b-0med864v1z] {
    margin: 1.5rem 0;
    border: none;
    border-top: 1px solid #dee2e6;
    opacity: 1;
}

/* Responsive design */
@media (max-width: 991px) {
    .card-header h1[b-0med864v1z],
    .card-header h2[b-0med864v1z] {
        font-size: 1.25rem;
    }

    h2[b-0med864v1z] {
        font-size: 1.15rem;
    }

    h3[b-0med864v1z] {
        font-size: 1rem;
    }

    .carousel-item[b-0med864v1z] {
        min-height: 250px;
    }

    .carousel-item img[b-0med864v1z] {
        max-height: 500px;
    }
}

@media (max-width: 768px) {
    .water-department-container[b-0med864v1z] {
        padding: 0 0.75rem;
    }

    .img-banner[b-0med864v1z] {
        margin-bottom: 1.5rem;
    }

    .card-header[b-0med864v1z] {
        padding: 1rem 1.25rem;
    }

    .card-header h1[b-0med864v1z],
    .card-header h2[b-0med864v1z] {
        font-size: 1.15rem;
    }

    .card-body[b-0med864v1z] {
        padding: 1.25rem;
    }

    h2[b-0med864v1z] {
        font-size: 1rem;
        margin: 1.25rem 0 0.5rem 0;
    }

    h3[b-0med864v1z] {
        font-size: 0.95rem;
    }

    p[b-0med864v1z] {
        font-size: 0.9rem;
        margin-bottom: 0.75rem;
    }

    .carousel-item[b-0med864v1z] {
        min-height: 200px;
    }

    .carousel-item img[b-0med864v1z] {
        max-height: 350px;
    }

    .carousel-control-prev[b-0med864v1z],
    .carousel-control-next[b-0med864v1z] {
        width: 2.5rem;
    }

    .payment-button[b-0med864v1z] {
        margin: 1rem 0;
    }

    .payment-logo[b-0med864v1z] {
        max-width: 250px;
    }

    .btn[b-0med864v1z] {
        padding: 0.4rem 1rem;
        font-size: 0.9rem;
    }

    .btn-lg[b-0med864v1z] {
        padding: 0.5rem 1rem;
        font-size: 0.95rem;
    }

    address[b-0med864v1z] {
        font-size: 0.9rem;
        line-height: 1.7;
    }

    .contact-info p[b-0med864v1z] {
        font-size: 0.9rem;
    }

    .social-icon[b-0med864v1z] {
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 480px) {
    .img-banner[b-0med864v1z] {
        margin-bottom: 1rem;
    }

    .card[b-0med864v1z] {
        margin-bottom: 1rem;
    }

    .card-header[b-0med864v1z] {
        padding: 0.75rem 1rem;
    }

    .card-header h1[b-0med864v1z],
    .card-header h2[b-0med864v1z] {
        font-size: 1rem;
    }

    .card-body[b-0med864v1z] {
        padding: 1rem;
    }

    h2[b-0med864v1z] {
        font-size: 0.95rem;
        margin: 1rem 0 0.5rem 0;
    }

    h3[b-0med864v1z] {
        font-size: 0.9rem;
    }

    p[b-0med864v1z] {
        font-size: 0.85rem;
        margin-bottom: 0.5rem;
        line-height: 1.5;
    }

    .carousel-item[b-0med864v1z] {
        min-height: 180px;
    }

    .carousel-item img[b-0med864v1z] {
        max-height: 300px;
    }

    .carousel-control-prev[b-0med864v1z],
    .carousel-control-next[b-0med864v1z] {
        width: 2rem;
    }

    .carousel-control-prev-icon[b-0med864v1z],
    .carousel-control-next-icon[b-0med864v1z] {
        width: 1.5rem;
        height: 1.5rem;
    }

    .btn[b-0med864v1z] {
        display: block;
        width: 100%;
        text-align: center;
        margin: 0.5rem 0;
        padding: 0.5rem;
    }

    .payment-logo[b-0med864v1z] {
        max-width: 200px;
    }

    address[b-0med864v1z] {
        font-size: 0.85rem;
        line-height: 1.6;
    }

    .contact-info p[b-0med864v1z] {
        font-size: 0.85rem;
    }

    .social-icon[b-0med864v1z] {
        width: 40px;
        height: 40px;
    }
}
/* /Components/Pages/Documents/Ordinances.razor.rz.scp.css */
/* Ordinances page styling */

.ordinances-container[b-54j9jqf857] {
	max-width: 100%;
	margin: 0 auto;
}

.ordinance-navigation[b-54j9jqf857] {
	margin-bottom: 2rem;
}

.ordinance-content[b-54j9jqf857] {
	margin-top: 2rem;
}

.ordinance-list[b-54j9jqf857] {
	list-style: none;
	padding: 0;
	margin: 0;
}

	.ordinance-list li[b-54j9jqf857] {
		margin-bottom: 0.75rem;
		padding-left: 1.5rem;
		position: relative;
		list-style-type: none;
	}

	.ordinance-list a[b-54j9jqf857] {
		color: #800000;
		text-decoration: none;
		font-weight: 500;
		line-height: 1.5;
		word-break: break-word;
	}

		.ordinance-list a:hover[b-54j9jqf857] {
			text-decoration: underline;
		}

.card h2[b-54j9jqf857] {
	font-size: 1.25rem;
	font-weight: 600;
	margin: 0 0 1rem 0;
	padding: 0;
	color: #000;
}

.card-header h1[b-54j9jqf857],
.card-header h2[b-54j9jqf857] {
	font-size: 1.5rem;
	font-weight: 600;
	margin: 0;
	padding: 0;
	line-height: 1.5;
	color: inherit;
}

.card-body > p[b-54j9jqf857] {
	font-size: 0.95rem;
	margin: 0 0 1rem 0;
	line-height: 1.6;
}

	.card-body > p em[b-54j9jqf857] {
		color: #666;
	}

/* Anchor offset for smooth scrolling with fixed navbar */
.anchor-offset[b-54j9jqf857] {
	display: block;
	height: 8rem;
	margin-top: -8rem;
	visibility: hidden;
}

/* Amendment and related ordinance styling */
.ordinance-amendment[b-54j9jqf857] {
	margin-top: 0.25rem;
	margin-left: 1.5rem;
	font-size: 0.9rem;
	color: #666;
	line-height: 1.4;
}

	.ordinance-amendment a[b-54j9jqf857] {
		font-weight: 400;
		font-size: 0.9rem;
		color: #006bb7;
		text-decoration: none;
	}

		.ordinance-amendment a:hover[b-54j9jqf857] {
			text-decoration: underline;
		}

.card h3[b-54j9jqf857] {
	font-size: 1rem;
	font-weight: 600;
	margin: 1rem 0 0.5rem 0;
	padding: 0;
	color: #555;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 0.5rem;
}

/* Historical ordinances section */
.historical-ordinances[b-54j9jqf857] {
	margin-top: 1rem;
}

	.historical-ordinances .card[b-54j9jqf857] {
		margin-bottom: 1.5rem;
	}

	.historical-ordinances .card-body[b-54j9jqf857] {
		padding: 1.25rem;
	}

/* Historical note styling */
.historical-note[b-54j9jqf857] {
	display: inline-block;
	background-color: #fff3cd;
	color: #856404;
	padding: 0.25rem 0.5rem;
	border-radius: 3px;
	font-size: 0.85rem;
	margin-left: 0.5rem;
	font-weight: 500;
}

/* Mobile responsive */
@media (max-width: 768px) {
	.ordinance-navigation .row[b-54j9jqf857] {
		margin-left: -0.5rem;
		margin-right: -0.5rem;
	}

	.ordinance-navigation .col-xl-3[b-54j9jqf857],
	.ordinance-navigation .col-lg-3[b-54j9jqf857],
	.ordinance-navigation .col-md-4[b-54j9jqf857] {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}

	.ordinance-list li[b-54j9jqf857] {
		padding-left: 1.25rem;
		margin-bottom: 0.65rem;
	}

	.ordinance-list a[b-54j9jqf857] {
		font-size: 0.95rem;
	}

	.card h2[b-54j9jqf857] {
		font-size: 1.1rem;
	}

	.anchor-offset[b-54j9jqf857] {
		height: 6rem;
		margin-top: -6rem;
	}
}

/* Extra small screens */
@media (max-width: 480px) {
	.ordinance-list li[b-54j9jqf857] {
		padding-left: 1rem;
		font-size: 0.9rem;
	}

	.ordinance-list a[b-54j9jqf857] {
		font-size: 0.9rem;
	}

	.card h2[b-54j9jqf857] {
		font-size: 1rem;
		margin-bottom: 0.75rem;
	}

	.ordinance-navigation .mb-2[b-54j9jqf857] {
		margin-bottom: 0.5rem !important;
	}
}
/* /Components/Pages/Documents/Policies.razor.rz.scp.css */
.policy-list[b-puknmz6cpf] {
	list-style: none;
	padding: 0;
	margin: 0;
}

	.policy-list li[b-puknmz6cpf] {
		margin-bottom: 0.75rem;
		padding-left: 1.5rem;
		position: relative;
		list-style-type: none;
	}

	.policy-list a[b-puknmz6cpf] {
		color: #800000;
		text-decoration: none;
		font-weight: 500;
		line-height: 1.5;
		word-break: break-word;
	}

		.policy-list a:hover[b-puknmz6cpf] {
			text-decoration: underline;
		}
/* /Components/Pages/Documents/Zoning.razor.rz.scp.css */
/* Zoning page styling */

.img-banner[b-jatbsagwpi] {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 1.5rem;
}

.zoning-container[b-jatbsagwpi] {
    max-width: 100%;
    margin: 0 auto;
}

.zoning-button-section[b-jatbsagwpi] {
    display: flex;
    justify-content: center;
    margin: 1.5rem auto;
    max-width: 95%;
}

.zoning-button-section .btn[b-jatbsagwpi] {
    min-width: 200px;
}

.zoning-image-section[b-jatbsagwpi] {
    display: flex;
    justify-content: center;
    margin: 2rem auto 1rem;
    max-width: 95%;
    padding: 0 1rem;
}

.zoning-map[b-jatbsagwpi] {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .zoning-button-section[b-jatbsagwpi] {
        max-width: 100%;
        padding: 0 1rem;
    }

    .zoning-button-section .btn[b-jatbsagwpi] {
        min-width: auto;
        width: 100%;
    }

    .zoning-image-section[b-jatbsagwpi] {
        max-width: 100%;
        padding: 0;
        margin: 1.5rem auto 1rem;
    }

    .zoning-map[b-jatbsagwpi] {
        max-width: 100%;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* Event list styling */
.event-list[b-hq2dpxy6zn] {
	list-style: none;
	padding: 0;
	margin: 0;
}

.event-item[b-hq2dpxy6zn] {
	margin-bottom: 1.5rem;
	padding: 1rem;
	background-color: #f8f9fa;
	border-radius: 4px;
	border-left: 4px solid #800000;
}

	.event-item:last-child[b-hq2dpxy6zn] {
		margin-bottom: 0;
	}

	.event-item h3[b-hq2dpxy6zn] {
		font-size: 1rem;
		font-weight: 600;
		margin: 0 0 0.5rem 0;
		padding: 0;
		color: #800000;
	}

	.event-item p[b-hq2dpxy6zn] {
		font-size: 0.95rem;
		margin: 0;
		line-height: 1.6;
		color: #333;
	}

	.event-item a[b-hq2dpxy6zn] {
		color: #006bb7;
		text-decoration: none;
		font-weight: 500;
	}

		.event-item a:hover[b-hq2dpxy6zn] {
			text-decoration: underline;
		}
/* /Components/Pages/Leadership.razor.rz.scp.css */
/* Mayor photo box */
.photo-box[b-z1ptvivdd9] {
	max-width: 300px;
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1rem;
}

.photo-box img[b-z1ptvivdd9] {
	max-width: 300px;
	width: 100%;
	border-radius: 50px;
	height: auto;
	display: block;
}

/* Council group photo */
.council-photo-container[b-z1ptvivdd9] {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2rem;
}

.council-photo[b-z1ptvivdd9] {
	border-radius: 50px;
	max-width: 1000px;
	width: 80%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Council members grid */
.council-members-grid[b-z1ptvivdd9] {
	margin-bottom: 2rem;
}

.council-member[b-z1ptvivdd9] {
	text-align: center;
	padding: 1rem;
}

.council-member img[b-z1ptvivdd9] {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 1rem;
	border-radius: 8px;
}

.council-member h3[b-z1ptvivdd9] {
	font-size: 1.1rem;
	font-weight: 600;
	margin: 0.5rem 0;
	padding: 0;
}

/* Address styling */
address[b-z1ptvivdd9] {
	font-style: normal;
	line-height: 1.6;
}

address a[b-z1ptvivdd9] {
	color: #800000;
	text-decoration: none;
}

address a:hover[b-z1ptvivdd9] {
	text-decoration: underline;
}

/* Mobile responsive */
@media (max-width: 768px) {
	.council-photo[b-z1ptvivdd9] {
		width: 100%;
	}

	.council-member[b-z1ptvivdd9] {
		padding: 0.5rem;
		margin-bottom: 1rem;
	}

	.council-member h3[b-z1ptvivdd9] {
		font-size: 1rem;
	}

	.photo-box[b-z1ptvivdd9] {
		margin-bottom: 1.5rem;
	}
}

/* Extra small screens */
@media (max-width: 480px) {
	.council-member img[b-z1ptvivdd9] {
		margin-bottom: 0.5rem;
	}

	.council-member h3[b-z1ptvivdd9] {
		font-size: 0.95rem;
		margin: 0.25rem 0;
	}
}
