/* /Components/PlaystyleModal.razor.rz.scp.css */
.hero-header[b-bh5182309u],
.no-playstyle-card[b-bh5182309u],
.no-playstyle-card h2[b-bh5182309u],
.lead[b-bh5182309u],
.row-container[b-bh5182309u],
.social-page[b-bh5182309u],
.playstyle-section[b-bh5182309u] {
    color: var(--adopt-color-brand-blue);
}

.modal-bg[b-bh5182309u] {
    max-width: 100%;
    width: 100%;
    background-image: linear-gradient( var(--adopt-color-brand-green), #ffffff 30% );
    border-radius: 0;
}

.social-page[b-bh5182309u] {
    margin: 0 auto;
    padding: 12px;
    font-family: "Segoe UI", Roboto, Arial, sans-serif;
}

.sociability-card[b-bh5182309u] {
    background-color: var(--adopt-color-brand-blue);
    color: #fff !important;
    padding: 18px;
    border-radius: 12px;
    line-height: 1.35;
    text-align: center;
    height: 350px;
    width: 250px;
    margin-bottom: 20px;
}

    .sociability-card h2[b-bh5182309u] {
        margin: 0 0 8px 0;
        color: #fff;
    }

.row-container[b-bh5182309u] {
    position: relative;
    margin-bottom: 2px;
    padding: 8px;
}

.portrait[b-bh5182309u] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 4px;
    margin: 4px 0 2px 0;
}

.modal-bg[b-bh5182309u]  .circle-img {
    width: 195px;
    height: 180px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
    flex-shrink: 0;
}

.modal-bg[b-bh5182309u]  .rect-img {
    width: 260px;
    height: 160px;
    object-fit: cover;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
    flex-shrink: 0;
    border-radius: 12px;
}

.playstyle-card[b-bh5182309u] {
    background-color: var(--adopt-color-brand-blue);
    color: #fff !important;
    padding: 2px;
    border-radius: 12px;
    text-align: center;
    width: 520px;
    margin: 0 10px 18px auto;
}

.modal-bg[b-bh5182309u]  .pawPrints {
    width: 200px;
    height: auto;
    z-index: 10;
    transform: translateX(50px);
}

.modal-bg[b-bh5182309u]  .pawPrintsRight {
    width: 170px;
    height: auto;
    z-index: 10;
    right: -100px;
    transform: translateY(120px);
}

.modal-bg[b-bh5182309u]  .pawPrintsSolo {
    width: 200px;
    height: auto;
    z-index: 10;
    transform: translateY(40px);
}

.portrait h3[b-bh5182309u] {
    margin-bottom: 2px;
}

.portrait ul[b-bh5182309u] {
    margin-top: 0;
}


.no-playstyle-card[b-bh5182309u] {
    text-align: center;
    min-width: 480px;
    padding-left: 20px;
}

    .no-playstyle-card h2[b-bh5182309u] {
        margin-bottom: 0;
    }



[b-bh5182309u] .rz-text-body1 {
    color: #363f82;
    font-weight: 700;
}

[b-bh5182309u] .grow-column {
    flex-grow: 5 !important;
}

.portrait h3[b-bh5182309u],
.row-container h3[b-bh5182309u] {
    text-align: center;
}


/* Mobile template styles only */
@media (max-width: 767px) {
    .mobile-playgroup-template[b-bh5182309u] {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
        box-sizing: border-box;
    }

       .mobile-playgroup-template .social-page[b-bh5182309u] {
            width: 100%;
            padding: 16px;
            box-sizing: border-box;
        }

        .mobile-playgroup-template .hero-header[b-bh5182309u] {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 8px;
            margin-bottom: 12px;
            text-align: center;
        }

            .mobile-playgroup-template .hero-header[b-bh5182309u]  h2.rz-heading {
                color: var(--adopt-color-brand-blue) !important;
                margin: 0;
                padding: 0;
                font-size: 1.8rem;
                line-height: 1.2;
                white-space: normal;
                text-align: center;
            }

            .mobile-playgroup-template .hero-header[b-bh5182309u]   img {
                width: 130px !important;
                height: auto;
            }

        .mobile-playgroup-template .lead[b-bh5182309u] {
            width: 100%;
            max-width: 100%;
            margin: 0;
            text-align: left;
            box-sizing: border-box;
        }

        .mobile-playgroup-template .row-container[b-bh5182309u] {
            width: 100%;
            max-width: 100%;
            padding: 12px 16px;
            margin: 0;
            box-sizing: border-box;
        }

        .mobile-playgroup-template .sociability-card[b-bh5182309u],
        .mobile-playgroup-template .playstyle-card[b-bh5182309u] {
            width: 100% !important;
            max-width: 100% !important;
            min-width: 0 !important;
            height: auto;
            margin: 0;
            padding: 18px;
            box-sizing: border-box;
        }

            .mobile-playgroup-template .sociability-card h2[b-bh5182309u],
            .mobile-playgroup-template .playstyle-card h2[b-bh5182309u] {
                margin-top: 0;
            }

        .mobile-playgroup-template .no-playstyle-card[b-bh5182309u] {
            width: 100%;
            max-width: 100%;
            min-width: 0;
            padding: 0;
            box-sizing: border-box;
        }

        .mobile-playgroup-template .portrait[b-bh5182309u] {
            width: 100%;
            max-width: 100%;
            margin: 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            box-sizing: border-box;
        }

        .mobile-playgroup-template[b-bh5182309u]  .rect-img {
            width: 100% !important;
            max-width: 320px;
            height: 190px;
            object-fit: cover;
            border-radius: 12px;
        }

        .mobile-playgroup-template[b-bh5182309u]  .circle-img {
            width: 190px !important;
            height: 190px;
            object-fit: cover;
            border-radius: 50%;
        }

        .mobile-playgroup-template .portrait h3[b-bh5182309u] {
            margin: 10px 0 4px;
        }

        .mobile-playgroup-template ul[b-bh5182309u] {
            width: 100%;
            max-width: 320px;
            margin: 0;
            padding-left: 22px;
            text-align: left;
            box-sizing: border-box;
        }

        .mobile-playgroup-template .mobile-paw-row[b-bh5182309u] {
            display: flex;
            justify-content: center;
            width: 100%;
            padding: 4px 0;
        }

            .mobile-playgroup-template .mobile-paw-row[b-bh5182309u]  .mobile-paw-prints,
            .mobile-playgroup-template .mobile-paw-row[b-bh5182309u]  .mobile-paw-prints-right {
                width: 110px;
                height: auto;
                transform: none;
            }
}


/* /Layout/Footer.razor.rz.scp.css */
.combined-footer[b-pa4o26zj5m] {
    width: 100%;
    padding: 60px 40px;
    color: white;
    background: linear-gradient( 135deg, #054173, #05477d );
}

.combined-footer-side[b-pa4o26zj5m] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
}

.county-footer-logo[b-pa4o26zj5m] {
    display: block;
    width: 100%;
    max-width: 230px;
    height: auto;
    margin-bottom: 18px;
}

.prc-footer-logo[b-pa4o26zj5m] {
    display: block;
    width: 100%;
    max-width: 150px;
    height: auto;
    margin-bottom: 15px;
}

.combined-footer-socials[b-pa4o26zj5m] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 12px;
    margin-bottom: 18px;
}
.county-footer-socials[b-pa4o26zj5m] {
    margin-top: -2px;
}
    .combined-footer-socials a[b-pa4o26zj5m] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: white;
        text-decoration: none;
    }
    .combined-footer-socials i[b-pa4o26zj5m] {
        font-size: 34px;
        color: white;
        transition: opacity .2s ease;
    }

    .combined-footer-socials a:hover i[b-pa4o26zj5m] {
        opacity: .8;
    }
.county-footer-social[b-pa4o26zj5m],
.prc-footer-social[b-pa4o26zj5m] {
    display: block;
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.county-text-social[b-pa4o26zj5m] {
width: 24px;
height: 24px;
color: white;
font-size: 20px;
font-weight: 700;
line-height: 24px;
text-align: center;
text-decoration: none;
}

.county-text-social:hover[b-pa4o26zj5m],
.county-text-social:focus[b-pa4o26zj5m] {
color: white;
text-decoration: none;
}

.combined-footer-address[b-pa4o26zj5m] {
    color: white;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 8px;
}

.county-feedback-link[b-pa4o26zj5m] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 6px 12px;
    border-radius: 18px;
    color: white;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

    .county-feedback-link:hover[b-pa4o26zj5m],
    .county-feedback-link:focus[b-pa4o26zj5m] {
        color: white;
        background-color: rgba(255, 255, 255, 0.12);
        text-decoration: none;
    }

.county-footer-links[b-pa4o26zj5m] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 6px;
    row-gap: 10px;
    margin-top: -14px;
    text-align: center;
    padding-top:10px;
}

    .county-footer-links a[b-pa4o26zj5m] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 36px;
        padding: 6px 12px;
        border-radius: 18px;
        color: white;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.4;
        text-decoration: none;
        transition: background-color 0.2s ease;
    }

        .county-footer-links a:hover[b-pa4o26zj5m],
        .county-footer-links a:focus[b-pa4o26zj5m] {
            color: white;
            background-color: rgba(255, 255, 255, 0.12);
            text-decoration: none;
        }

.county-bottom-address[b-pa4o26zj5m] {
    width: 100%;
    color: white;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
}

@media (max-width: 767px) {
    .combined-footer[b-pa4o26zj5m] {
        padding: 40px 20px;
    }

    .combined-footer-side[b-pa4o26zj5m] {
        margin: 20px 0;
    }

    .county-footer-links[b-pa4o26zj5m] {
        margin: 25px 0;
    }

        .county-footer-links a[b-pa4o26zj5m] {
            width: 100%;
        }

    .county-bottom-address[b-pa4o26zj5m] {
        margin-top: 20px;
    }
}
/* Mobile template styles*/
@media (max-width: 767px) {
    .mobile-footer[b-pa4o26zj5m] {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 40px 20px;
    }

    .mobile-footer-section[b-pa4o26zj5m] {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .mobile-county-links[b-pa4o26zj5m] {
        width: 100%;
        margin: 30px 0;
    }

        .mobile-county-links a[b-pa4o26zj5m] {
            width: 100%;
        }

    .prc-mobile-section[b-pa4o26zj5m] {
        margin-top: 20px;
    }
}
/* /Layout/Header.razor.rz.scp.css */
/* /Pages/AnimalDetails.razor.rz.scp.css */
/* ===== Content Container ===== */
.radzen-content-container[b-v9amjqit2x] {
    max-width: 800px;
    margin: 2rem auto;
    padding: 2rem;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    font-family: "Segoe UI", Arial, sans-serif;
}

.radzen-content-container h2[b-v9amjqit2x] {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #333;
}

.radzen-content-container h3[b-v9amjqit2x] {
    margin-top: 2rem;
    font-size: 1.2rem;
    color: #444;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.5rem;
}

.radzen-content-container p b[b-v9amjqit2x] {
    color: #222;
}

.radzen-content-container img[b-v9amjqit2x] {
    display: block;
    margin: 1rem auto;
    max-width: 300px;
    border-radius: 6px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.15);
}

.radzen-content-container p[b-v9amjqit2x]::before {
    color: #888;
}

@media (max-width: 600px) {
    .radzen-content-container[b-v9amjqit2x] {
        padding: 1rem;
    }

    .radzen-content-container img[b-v9amjqit2x] {
        max-width: 100%;
    }
}

/* ===== Detail Rows ===== */
.detail-row[b-v9amjqit2x] {
    padding: 0.25rem 0;
}

.detail-label[b-v9amjqit2x] {
    font-weight: 600;
    color: #555;
}

.detail-value[b-v9amjqit2x] {
    color: #222;
}

/* ===== Pet Carousel ===== */
.pet-carousel[b-v9amjqit2x] {
    position: relative;
    width: min(620px, 100%);
    margin: 14px auto 10px;
}

.pet-carousel-track[b-v9amjqit2x] {
    position: relative;
    height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.pet-slide[b-v9amjqit2x] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    max-width: min(410px, 92vw);
    height: auto;
    max-height: 280px;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.92);
    transition: opacity 260ms ease, transform 260ms ease;
    box-shadow: 0 8px 18px rgba(0,0,0,0.10);
    overflow: visible;
    border-radius: 15px;
}

.pet-slide-image[b-v9amjqit2x] {
    width: auto;
    max-width: min(410px, 92vw);
    height: auto;
    max-height: 280px;
    object-position: center;
    display: block;
    border-radius: 16px;
}

.pet-slide-image-landscape[b-v9amjqit2x] {
    object-fit: contain;
}

.pet-slide-image-portrait[b-v9amjqit2x] {
    object-fit: contain;
}

.pet-detail-single-image[b-v9amjqit2x] {
    display: block;
    margin: 1rem auto;
    max-width: min(410px, 92vw);
    max-height: 280px;
    width: auto;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 8px 18px rgba(0,0,0,0.10);
}

.pet-slide.active[b-v9amjqit2x] {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    z-index: 2;
}

.pet-slide.prev[b-v9amjqit2x] {
    opacity: 1;
    transform: translate(calc(-50% - 140px), -50%) scale(0.88);
    z-index: 1;
}

.pet-slide.next[b-v9amjqit2x] {
    opacity: 1;
    transform: translate(calc(-50% + 140px), -50%) scale(0.88);
    z-index: 1;
}

.pet-carousel-btn[b-v9amjqit2x] {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 0;
    background: rgba(0,0,0,0.45);
    color: #fff;
    font-size: 26px;
    cursor: pointer;
    z-index: 3;
}

.pet-carousel-btn.left[b-v9amjqit2x] {
    left: 4px;
}

.pet-carousel-btn.right[b-v9amjqit2x] {
    right: 4px;
}

.pet-carousel-btn:disabled[b-v9amjqit2x] {
    opacity: 0.25;
    cursor: not-allowed;
}

.pet-carousel-dots .dot[b-v9amjqit2x] {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    border: 0;
    background: #cfcfcf;
}

.pet-carousel-dots .dot.active[b-v9amjqit2x] {
    background: #111;
}

.pet-carousel-clickzones[b-v9amjqit2x] {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    pointer-events: none;
}

.pet-carousel-clickzones .zone[b-v9amjqit2x] {
    cursor: pointer;
    pointer-events: none;
}

@media (max-width: 480px) {
    .pet-carousel-track[b-v9amjqit2x] {
        height: 240px;
    }

    .pet-slide[b-v9amjqit2x] {
        max-height: 240px;
    }

    .pet-slide-image[b-v9amjqit2x] {
        max-height: 240px;
    }

    .pet-slide.prev[b-v9amjqit2x] {
        transform: translate(calc(-50% - 90px), -50%) scale(0.88);
    }

    .pet-slide.next[b-v9amjqit2x] {
        transform: translate(calc(-50% + 90px), -50%) scale(0.88);
    }
}

/* Override Radzen grid cell behavior */
.comments-grid .rz-cell[b-v9amjqit2x] {
    white-space: normal !important;
}

/* Apply formatting to your actual text */
.formatted-comment[b-v9amjqit2x] {
    white-space: pre-wrap !important;
    line-height: 1.4;
}

[b-v9amjqit2x] .animal-details-card {
    overflow: hidden;
}

[b-v9amjqit2x] .animal-details-card .rz-row {
    row-gap: 0.35rem;
}

[b-v9amjqit2x] .animal-details-card .rz-text {
    overflow-wrap: anywhere;
}

[b-v9amjqit2x] .found-near-stack {
    width: 100%;
}

[b-v9amjqit2x] .found-near-map-button {
    flex: 0 0 auto;
}

@media (max-width: 768px) {
    [b-v9amjqit2x] .animal-details-card {
        margin: 16px auto !important;
        padding: 14px !important;
        border-width: 2px !important;
        border-radius: 14px !important;
    }

    [b-v9amjqit2x] .animal-details-card .rz-row {
        margin-bottom: 0.85rem !important;
    }

    [b-v9amjqit2x] .animal-details-card .rz-row:last-child {
        margin-bottom: 0 !important;
    }

    [b-v9amjqit2x] .found-near-stack {
        align-items: flex-start !important;
    }
}

@media (max-width: 480px) {
    [b-v9amjqit2x] .animal-details-card {
        padding: 12px !important;
        border-radius: 12px !important;
    }

    [b-v9amjqit2x] .found-near-stack {
        flex-direction: column !important;
        gap: 0.4rem !important;
    }

    [b-v9amjqit2x] .found-near-map-button {
        margin-left: 0 !important;
        align-self: flex-start;
    }
}

@media (max-width: 600px) {
    [b-v9amjqit2x] .page-controls {
        gap: 0.5rem;
    }

        [b-v9amjqit2x] .page-controls .pet-title {
            flex: 0 0 100%;
            order: -1;
        }
}







/* /Pages/Animals.razor.rz.scp.css */
/* ===== Page Shell / Filter Panel ===== */
.filter-backdrop[b-ub5mk6z1im] {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.2);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0s linear 0.25s;
}

.filter-backdrop.is-visible[b-ub5mk6z1im] {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 0.25s ease;
}

.filter-panel[b-ub5mk6z1im] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1001;
    width: min(300px, 100%);
    min-height: 100%;
    padding: 1rem;
    background: #f7f7f7;
    box-shadow: 4px 0 16px rgba(0,0,0,0.12);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-100%);
    transition: transform 0.25s ease, opacity 0.25s ease, visibility 0s linear 0.25s;
}

.filter-panel.is-open[b-ub5mk6z1im] {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.filter-panel[b-ub5mk6z1im]  .rz-dropdown,
.filter-panel[b-ub5mk6z1im]  .rz-textbox,
.filter-panel[b-ub5mk6z1im]  .rz-button {
    width: 100%;
}

[b-ub5mk6z1im] .filter-badge {
    background: var(--adopt-color-brand-orange) !important;
}

/* ===== Content Layout ===== */
.content-center[b-ub5mk6z1im] {
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
}

.filter-panel-action-gap[b-ub5mk6z1im] {
    height: 42px;
}

[b-ub5mk6z1im] .subscription-dialog {
    padding-top: 0.25rem;
}

[b-ub5mk6z1im] .subscription-dialog-copy,
[b-ub5mk6z1im] .subscription-dialog-footnote {
    color: #555;
    line-height: 1.5;
}

[b-ub5mk6z1im] .subscription-dialog-summary {
    background: #f8f9fb;
    border-radius: 10px;
    padding: 12px 14px;
}

[b-ub5mk6z1im] .subscription-dialog-summary-title {
    display: block;
    font-weight: 700;
    color: var(--adopt-color-brand-blue);
    margin-bottom: 0.5rem;
}

[b-ub5mk6z1im] .subscription-dialog-summary ul {
    margin: 0;
    padding-left: 1.2rem;
    color: #444;
}

[b-ub5mk6z1im] .subscription-dialog-summary li + li {
    margin-top: 0.25rem;
}

/* ===== Controls Row ===== */
@media (max-width: 600px) {
    .pet-controls[b-ub5mk6z1im] {
        flex-direction: column;
        align-items: stretch;
        gap: 1rem;
    }

    .pet-controls[b-ub5mk6z1im], .rz-dropdown[b-ub5mk6z1im]{
        width:100%;
    }
}

/* ===== Close Filter ===== */
.close-filter[b-ub5mk6z1im] {
    background: none;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
}

/* ===== No Results ===== */
.no-results-panel[b-ub5mk6z1im] {
    text-align: center;
    padding: 2rem;
    margin: 2rem auto;
    max-width: 500px;
    background: #f8f9fb;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.no-results-panel h3[b-ub5mk6z1im] {
    font-size: 1.4rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 0.5rem;
}

.no-results-panel p[b-ub5mk6z1im] {
    color: #666;
    margin-bottom: 1.5rem;
    font-size: 1rem;
}

/* ===== Fade-in Animation ===== */
@keyframes fadeUp-b-ub5mk6z1im {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up[b-ub5mk6z1im] {
    opacity: 0;
    transform: translateY(12px);
    animation: fadeUp-b-ub5mk6z1im 0.7s ease-out forwards;
}

.loading-overlay[b-ub5mk6z1im] {
    position: absolute;
    inset: 0;
    background: white; /* fully hides content */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    z-index: 9999;
    padding-top: 40px;
}

/* ===== Pet Card ===== */
.animals-page[b-ub5mk6z1im]  .pet-card-link {
    height: 100%;
    width: 100%;
    max-width: 260px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0.5rem;
}

.animals-page[b-ub5mk6z1im]  .pet-card-link .pet-card {
    flex: none;
    width: 100%;
    max-width: 260px;
    height: 400px;
}

.animals-page[b-ub5mk6z1im]  .pet-card {
    position: relative;
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid rgba(90, 110, 70, 0.15);
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.animals-page[b-ub5mk6z1im]  .pet-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 22px rgba(0,0,0,0.14);
}

/* Image area */
.animals-page[b-ub5mk6z1im]  .pet-image-wrap {
    position: relative;
    flex: 1 1 auto;
    overflow: hidden;
    min-height: 0;
}

.animals-page[b-ub5mk6z1im]  .pet-card-image {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
}

/* Footer */
.animals-page[b-ub5mk6z1im]  .pet-card-footer {
    flex: 0 0 auto;
    padding: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--adopt-color-brand-blue);
    color: #fff;
    font-weight: 600;
    text-align: center;
}

/* ===== Hover Overlay ===== */
.animals-page .pet-hover-overlay[b-ub5mk6z1im] {
    position: absolute;
    inset: 0;
    padding: 12px;
    color: #fff;
    background: linear-gradient(to top, rgba(0,0,0,0.85), rgba(0,0,0,0.10));
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    pointer-events: none;
    z-index: 2;
}

.animals-page[b-ub5mk6z1im]  .pet-image-wrap:hover .pet-hover-overlay,
.animals-page[b-ub5mk6z1im]  .pet-image-wrap:focus-within .pet-hover-overlay {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.animals-page[b-ub5mk6z1im]  .pet-card-scroll.is-revealed .pet-hover-overlay {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.animals-page .pet-hover-header[b-ub5mk6z1im] {
    margin-bottom: 10px;
    text-align: center;
}

.animals-page .pet-hover-name[b-ub5mk6z1im] {
    font-weight: 700;
    font-size: 1.05rem;
    line-height: 1.2;
}

.animals-page .pet-hover-id[b-ub5mk6z1im] {
    opacity: 0.9;
    font-size: 0.95rem;
    margin-top: 2px;
}

.animals-page .pet-hover-badge[b-ub5mk6z1im] {
    display: inline-block;
    margin-top: 8px;
    padding: 4px 10px;
    border-radius: 6px;
    background: var(--adopt-color-brand-green);
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    font-size: 0.8rem;
}

.animals-page .pet-hover-meta[b-ub5mk6z1im] {
    margin: 0;
    width: 100%;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 4px 10px;
    font-size: 0.9rem;
}

.animals-page .pet-hover-meta dt[b-ub5mk6z1im] {
    opacity: 0.85;
}

.animals-page .pet-hover-meta dd[b-ub5mk6z1im] {
    margin: 0;
    text-align: right;
    font-weight: 600;
}

.animals-page .pet-mobile-summary[b-ub5mk6z1im] {
    display: none;
}

/* ===== Pet Ribbon ===== */
.pet-ribbon[b-ub5mk6z1im] {
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    height: 110px;
    z-index: 10;
    pointer-events: none;
}

    .pet-ribbon span[b-ub5mk6z1im] {
        position: absolute;
        top: 18px;
        left: -38px;
        width: 160px;
        text-align: center;
        transform: rotate(-45deg);
        background: transparent; /* Remove default orange for all ribbons */
        color: #1a1a1a;
        font-weight: 700;
        font-size: 12px;
        padding: 6px 0;
        box-shadow: 0 6px 14px rgba(0,0,0,0.18);
        text-transform: uppercase;
        letter-spacing: 0.4px;
    }

/* Specific ribbon colors */
.ribbon-hstb span[b-ub5mk6z1im] {
    background: #8F0B0B;
    color: white !important;
}

.ribbon-office span[b-ub5mk6z1im] {
    background: #f1c40f;
    color: #000;
}

.ribbon-foster span[b-ub5mk6z1im] {
    background: var(--adopt-color-brand-orange);
    color: #000;
}

.ribbon-workcat span[b-ub5mk6z1im] {
    background: #d2c7b7;
    color: #000;
}

.ribbon-finalplea span[b-ub5mk6z1im] {
    background: black;
    color: white !important;
    font-size: 11px;
    white-space: nowrap;
    text-indent: -13px;
}

.ribbon-preadopted span[b-ub5mk6z1im] {
    background: var(--adopt-color-brand-green);
    color: #000;
}

/* ===== DataList Grid ===== */
.animals-page[b-ub5mk6z1im]  .rz-datalist-content .rz-g {
    justify-content: center;
}

/* ===== Pager ===== */
[b-ub5mk6z1im] .rz-pager {
    margin-top: 2rem;
    text-align: center;
}

.paging-summary[b-ub5mk6z1im] {
    text-align: center;
    font-size: 0.9rem;
    color: #666;
}

/* ===== Desktop: hover only ===== */
@media (min-width: 769px) {
    .animals-page .pet-hover-overlay[b-ub5mk6z1im] {
        opacity: 0;
        visibility: hidden;
        transform: translateY(8px);
    }

    .animals-page[b-ub5mk6z1im]  .pet-image-wrap:hover .pet-hover-overlay,
    .animals-page[b-ub5mk6z1im]  .pet-image-wrap:focus-within .pet-hover-overlay {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .animals-page .pet-card-scroll.is-inview .pet-hover-overlay[b-ub5mk6z1im],
    .animals-page .pet-card-scroll.is-active .pet-hover-overlay[b-ub5mk6z1im],
    .animals-page .pet-card-scroll.reveal .pet-hover-overlay[b-ub5mk6z1im] {
        opacity: 0 !important;
        visibility: hidden !important;
        transform: translateY(8px) !important;
    }
}

/* ===== Mobile ===== */
@media (max-width: 768px) {
    [b-ub5mk6z1im] .animals-list-controls {
        width: 100%;
        flex-direction: column !important;
        align-items: center !important;
        gap: 0.75rem !important;
    }

    [b-ub5mk6z1im] .page-size-group,
    [b-ub5mk6z1im] .sort-group {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        width: 100%;
    }

        [b-ub5mk6z1im] .page-size-group .rz-label,
        [b-ub5mk6z1im] .sort-group .rz-label {
            white-space: nowrap;
        }

        [b-ub5mk6z1im] .sort-group .rz-dropdown {
            width: 320px !important;
            max-width: 88% !important;
        }

    .filter-panel[b-ub5mk6z1im] {
        width: 100%;
    }

    .animals-page[b-ub5mk6z1im]  .pet-card-link {
        max-width: 100%;
    }

    .animals-page[b-ub5mk6z1im]  .pet-card-link .pet-card {
        max-width: 100%;
        height: auto;
    }

    .animals-page[b-ub5mk6z1im]  .pet-card {
        width: 100%;
        max-width: 100%;
        padding: 0;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }

    .animals-page[b-ub5mk6z1im]  .pet-image-wrap {
        flex: 0 0 auto;
        display: flex;
        flex-direction: column;
        overflow: visible;
    }

    .animals-page[b-ub5mk6z1im]  .pet-card-image {
        width: 100%;
        height: auto;
        aspect-ratio: 7 / 8;
    }

    .animals-page .pet-hover-overlay[b-ub5mk6z1im],
    .animals-page .pet-card-scroll.is-inview .pet-hover-overlay[b-ub5mk6z1im],
    .animals-page .pet-card-scroll.is-active .pet-hover-overlay[b-ub5mk6z1im],
    .animals-page .pet-card-scroll.reveal .pet-hover-overlay[b-ub5mk6z1im] {
        display: none;
    }

    .animals-page .pet-mobile-summary[b-ub5mk6z1im] {
        display: block;
        padding: 0.85rem 0.9rem 0.95rem;
        background: #f8faf4;
        color: #2f3640;
        border-top: 1px solid rgba(90, 110, 70, 0.12);
    }

    .animals-page .pet-mobile-summary-header[b-ub5mk6z1im] {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto auto;
        align-items: center;
        gap: 0.75rem;
    }

    .animals-page .pet-mobile-summary-name[b-ub5mk6z1im] {
        color: var(--adopt-color-brand-blue);
        font-weight: 700;
        font-size: 1rem;
        line-height: 1.2;
        min-width: 0;
    }

    .animals-page .pet-mobile-summary-id[b-ub5mk6z1im] {
        margin: 0;
        text-align: right;
        font-weight: 600;
        color: var(--adopt-color-brand-blue);
    }

    .animals-page .pet-mobile-summary-status[b-ub5mk6z1im] {
        display: inline-block;
        padding: 4px 10px;
        border-radius: 999px;
        background: rgba(var(--adopt-color-brand-green-rgb), 0.16);
        color: #1f2d00;
        font-weight: 700;
        font-size: 0.8rem;
        white-space: nowrap;
        justify-self: end;
    }

    .animals-page .pet-mobile-summary-meta[b-ub5mk6z1im] {
        margin: 0.75rem 0 0;
        display: grid;
        grid-template-columns: auto 1fr;
        gap: 0.3rem 0.75rem;
        font-size: 0.9rem;
    }

    .animals-page .pet-mobile-summary-meta dt[b-ub5mk6z1im] {
        color: #3f4754;
    }

    .animals-page .pet-mobile-summary-meta dd[b-ub5mk6z1im] {
        margin: 0;
        text-align: right;
        font-weight: 600;
        color: #1f2937;
    }

    .animals-page .pet-card-scroll.is-inview .pet-hover-overlay[b-ub5mk6z1im],
    .animals-page .pet-card-scroll.is-active .pet-hover-overlay[b-ub5mk6z1im],
    .animals-page .pet-card-scroll.reveal .pet-hover-overlay[b-ub5mk6z1im] {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .pet-card[b-ub5mk6z1im] {
        width: 100%;
        max-width: 100%;
    }

    .pet-datalist .rz-datalist-content[b-ub5mk6z1im] {
        justify-content: center;
    }

    .pet-datalist .rz-g > div[b-ub5mk6z1im] {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* ===== Accessibility ===== */
@media (prefers-reduced-motion: reduce) {
    .filter-backdrop[b-ub5mk6z1im],
    .filter-panel[b-ub5mk6z1im] {
        transition: none;
    }

    .animals-page .pet-hover-overlay[b-ub5mk6z1im] {
        transition: none;
        transform: none;
    }
}
/* /Pages/Home.razor.rz.scp.css */
/* ===== Carousel Ribbon ===== */

/* Base ribbon positioning */
.pet-ribbon[b-ae2w53qu7u] {
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    height: 110px;
    z-index: 10;
    pointer-events: none;
}

    .pet-ribbon span[b-ae2w53qu7u] {
        position: absolute;
        top: 18px;
        left: -38px;
        width: 160px;
        text-align: center;
        transform: rotate(-45deg);
        font-weight: 700;
        font-size: 12px;
        padding: 6px 0;
        box-shadow: 0 6px 14px rgba(0,0,0,0.18);
        text-transform: uppercase;
        letter-spacing: 0.4px;
    }

/* Remove default orange */
.ribbon[b-ae2w53qu7u] {
    background: transparent;
}

/* Individual ribbon colors */
.ribbon-hstb span[b-ae2w53qu7u] {
    background: #8F0B0B;
    color: #000;
}

.ribbon-office span[b-ae2w53qu7u] {
    background: #f1c40f;
    color: #000;
}

.ribbon-foster span[b-ae2w53qu7u] {
    background: var(--adopt-color-brand-orange);
    color: #000;
}

.ribbon-workcat span[b-ae2w53qu7u] {
    background: #F5E6D3;
    color: #000;
}
.ribbon-finalplea span[b-ae2w53qu7u] {
    background: black;
    color: white !important;
    font-size: 11px;
    white-space: nowrap;
    text-indent: -13px;
}
.ribbon-preadopted span[b-ae2w53qu7u] {
    background: var(--adopt-color-brand-green);
    color: #000;
}


.browse-pets-section[b-ae2w53qu7u] {
    max-width: 1120px;
    margin: 0 auto 2.5rem auto;
    padding: 1.75rem 1.5rem 2rem;
    /*border: 1px solid rgba(var(--adopt-color-brand-blue-rgb), 0.12);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(var(--adopt-color-brand-green-rgb), 0.12) 0%, rgba(255,255,255,0.97) 44%, #fff 100%);
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);*/
}

.browse-pets-intro[b-ae2w53qu7u] {
    max-width: 720px;
    margin: 0 auto 1.75rem;
    text-align: center;
}

.browse-pets-eyebrow[b-ae2w53qu7u],
.browse-pets-subsection-label[b-ae2w53qu7u] {
    color: var(--adopt-color-brand-orange);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.browse-pets-title[b-ae2w53qu7u],
.browse-pets-subsection-title[b-ae2w53qu7u] {
    color: var(--adopt-color-brand-blue);
    font-weight: 700;
}

.browse-pets-title[b-ae2w53qu7u] {
    margin: 0.35rem 0 0.5rem;
}

.browse-pets-description[b-ae2w53qu7u],
.browse-pets-subsection-description[b-ae2w53qu7u] {
    color: #555;
    margin: 0;
}

.browse-pets-subsection + .browse-pets-subsection[b-ae2w53qu7u] {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(var(--adopt-color-brand-blue-rgb), 0.12);
}

.browse-pets-subsection-header[b-ae2w53qu7u] {
    text-align: center;
    margin-bottom: 1rem;
}

.browse-pets-subsection-title[b-ae2w53qu7u] {
    margin: 0.35rem 0 0.45rem;
}

.home-resources-section[b-ae2w53qu7u] {
    max-width: 1120px;
    margin: 0 auto 2rem;
    padding: 2rem 1.5rem 2.25rem;
    position: relative;
}

.home-resources-section[b-ae2w53qu7u]::before {
    content: "";
    display: block;
    width: min(880px, 100%);
    height: 1px;
    margin: 0 auto 1.75rem;
    background: linear-gradient(90deg, transparent 0%, rgba(var(--adopt-color-brand-blue-rgb), 0.18) 18%, rgba(var(--adopt-color-brand-blue-rgb), 0.18) 82%, transparent 100%);
}

.home-resources-intro[b-ae2w53qu7u] {
    max-width: 760px;
    margin: 0 auto 1.75rem;
    text-align: center;
}

.home-resources-description[b-ae2w53qu7u] {
    max-width: 700px;
    margin: 0 auto;
}

.home-stats-heading[b-ae2w53qu7u] {
    margin-top: 0;
    margin-bottom: 0.75rem;
}

.home-resources-subtitle[b-ae2w53qu7u] {
    font-size: 1.35rem;
}

.home-resources-subsection + .home-resources-subsection[b-ae2w53qu7u] {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(var(--adopt-color-brand-blue-rgb), 0.12);
}

.home-hero-carousel-cards[b-ae2w53qu7u]  .hero-card-link {
    flex: 1;
    display: flex;
    height: 100%;
    min-width: 0;
    max-width: 100%;
}

.home-hero-carousel-cards[b-ae2w53qu7u]  .hero-card-link .category-card-surface {
    flex: 1;
    width: 100%;
    height: 100%;
    min-width: 0;
}

.home-hero-carousel-cards[b-ae2w53qu7u]  .hero-slide {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    box-sizing: border-box;
}

.home-hero-carousel-cards[b-ae2w53qu7u]  .rz-carousel-prev {
    left: 0.5rem;
}

.home-hero-carousel-cards[b-ae2w53qu7u]  .rz-carousel-next {
    right: 0.5rem;
}

.home-category-card-links[b-ae2w53qu7u]  .category-card-link {
    height: 100%;
    width: 100%;
    max-width: 280px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.home-category-card-links[b-ae2w53qu7u]  .category-card-link .category-card-surface {
    flex: none;
    width: 100%;
    max-width: 280px;
    height: 380px;
}

/* Mobile: show only 1 hero item per slide */
@media (max-width: 600px) {
    .browse-pets-section[b-ae2w53qu7u] {
        margin: 1.5rem 1rem 2rem;
        padding: 1.25rem 1rem 1.5rem;
        border-radius: 18px;
    }

    .browse-pets-subsection + .browse-pets-subsection[b-ae2w53qu7u] {
        margin-top: 1.5rem;
        padding-top: 1.5rem;
    }

    .home-resources-section[b-ae2w53qu7u] {
        margin: 0 1rem 2rem;
        padding: 1.5rem 1rem 1.75rem;
    }

    .home-resources-section[b-ae2w53qu7u]::before {
        margin-bottom: 1.5rem;
    }

    .home-resources-subsection + .home-resources-subsection[b-ae2w53qu7u] {
        margin-top: 1.5rem;
        padding-top: 1.5rem;
    }

    .home-hero-carousel-cards[b-ae2w53qu7u]  .hero-slide .hero-card-link {
        display: none;
    }

    .home-hero-carousel-cards[b-ae2w53qu7u]  .hero-slide .hero-card-link:first-child {
        display: block;
        max-width: 400px;
        width: 100%;
        margin: 0 auto;
    }

    .home-category-card-links[b-ae2w53qu7u]  .category-card-link {
        width: min(100%, 280px);
        max-width: 280px;
        height: auto;
        margin: 0 auto;
    }

    .home-category-card-links[b-ae2w53qu7u]  .category-card-link .category-card-surface {
        width: 100%;
        height: auto;
        max-width: 280px;
        aspect-ratio: 14 / 19;
        border-radius: 10px;
        overflow: hidden;
    }

    .home-category-card-links[b-ae2w53qu7u]  .category-card-link .category-card-surface img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }
}

/* ===== Resource Links ===== */
.resources-title[b-ae2w53qu7u] {
    text-align: center;
    margin-bottom: 1rem;
    font-weight: 700;
    color: var(--adopt-color-brand-orange);
}

.resource-link[b-ae2w53qu7u] {
    flex: 1 1 250px;
    background-color: var(--adopt-color-brand-blue);
    padding: 1rem 1.25rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    color: #FFFFFF;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: all 0.2s ease;
    text-align: center;
}

.resource-link:hover[b-ae2w53qu7u] {
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transform: translateY(-3px);
}

.welcome-banner[b-ae2w53qu7u] {
    position: relative;
    width: 100vw;
    height: 480px;
    background-image: url('images/welcomeBanner.jpg');
    background-position: center 35%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0;
}

/* GRADIENT OVERLAY */
.welcome-banner-overlay[b-ae2w53qu7u] {
    position: absolute;
    inset: 0;
    background: linear-gradient( to top, rgba(0,0,0,0.55) 35%, rgba(0,0,0,0.25) 65%, rgba(0,0,0,0.05) 100% );
    display: flex;
    align-items: flex-end;
    padding: 3rem 4rem;
}

/* TEXT BOX */
.welcome-banner-box[b-ae2w53qu7u] {
    background: rgba(var(--adopt-color-brand-blue-rgb), 0.65);
    padding: 1rem 1.5rem;
    border-radius: 10px;
    max-width: 450px;
    color: white;
    text-align: left;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}

.welcome-banner-box h1[b-ae2w53qu7u] {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.welcome-banner-box p[b-ae2w53qu7u] {
    font-size: 1.15rem;
    line-height: 1.5;
    margin: 0.4rem 0;
}

/* ===== Welcome Banner – Tablet ===== */
@media (max-width: 768px) {
    .welcome-banner[b-ae2w53qu7u] {
        height: 380px;
    }

    .welcome-banner-overlay[b-ae2w53qu7u] {
        padding: 2rem;
    }

    .welcome-banner-box h1[b-ae2w53qu7u] {
        font-size: 1.6rem;
        margin-bottom: 0.75rem;
    }

    .welcome-banner-box p[b-ae2w53qu7u] {
        font-size: 1rem;
    }
}

/* ===== Welcome Banner – Mobile ===== */
@media (max-width: 480px) {
    .welcome-banner[b-ae2w53qu7u] {
        height: 320px;
        background-position: center center;
    }

    .welcome-banner-overlay[b-ae2w53qu7u] {
        padding: 1.25rem;
    }

    .welcome-banner-box[b-ae2w53qu7u] {
        max-width: 100%;
        padding: 0.85rem 1rem;
        border-radius: 8px;
    }

    .welcome-banner-box h1[b-ae2w53qu7u] {
        font-size: 1.3rem;
        margin-bottom: 0.5rem;
    }

    .welcome-banner-box p[b-ae2w53qu7u] {
        font-size: 0.9rem;
        line-height: 1.4;
    }
}
/* /Pages/Reports/Intakes.razor.rz.scp.css */
.wrap-cell-text[b-d9dmx9lxlx] {
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
}
/* /Pages/Reports/Outcomes.razor.rz.scp.css */
/* /Pages/Shared/CapacityGauge.razor.rz.scp.css */
/* ===== Capacity Gauge ===== */
.capacity-gauge-wrap[b-t846tmxfr8] {
    text-align: center;
}

.capacity-title[b-t846tmxfr8] {
    margin: 0;
}

.capacity-gauge[b-t846tmxfr8] {
    display: inline-block;
}

.capacity-gauge-svg[b-t846tmxfr8] {
    width: 300px;
    height: 180px;
}

    .capacity-gauge-svg path[b-t846tmxfr8] {
        fill: none !important;
    }

.capacity-loading[b-t846tmxfr8] {
    padding: 10px;
    color: #666;
}

.seg[b-t846tmxfr8] {
    fill: none !important;
    stroke-width: 20;
    stroke-linecap: butt;
}

.seg-green[b-t846tmxfr8] {
    stroke: var(--adopt-color-brand-green);
}

.seg-yellow[b-t846tmxfr8] {
    stroke: #f1c40f;
}

.seg-red[b-t846tmxfr8] {
    stroke: #e74c3c;
}

.seg-maroon[b-t846tmxfr8] {
    stroke: #8F0B0B;
}

.seg-divider[b-t846tmxfr8] {
    stroke: #fff;
    stroke-width: 4;
    stroke-linecap: round;
}

.needle-tip[b-t846tmxfr8] {
    fill: #111;
}

.capacity-value[b-t846tmxfr8] {
    font-size: 54px;
    font-weight: 800;
    fill: #111;
}

.capacity-status-text[b-t846tmxfr8] {
    margin-top:-10px;
    font-size: 16px;
    font-weight: 700;
    color: #111111;
    text-align:center;
}

    .capacity-status-text.st-green[b-t846tmxfr8] {
        color: var(--adopt-color-brand-green);
    }

    .capacity-status-text.st-yellow[b-t846tmxfr8] {
        color: #f1c40f;
    }

    .capacity-status-text.st-red[b-t846tmxfr8] {
        color: #e74c3c;
    }

    .capacity-status-text.st-maroon[b-t846tmxfr8] {
        color: #8F0B0B;
    }

.capacity-legend .dot[b-t846tmxfr8] {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    display: inline-block;
}

.dot.green[b-t846tmxfr8] {
    background: var(--adopt-color-brand-green);
}

.dot.yellow[b-t846tmxfr8] {
    background: #f1c40f;
}

.dot.red[b-t846tmxfr8] {
    background: #e74c3c;
}

.dot.maroon[b-t846tmxfr8] {
    background: #8F0B0B;
}

.seg-green[b-t846tmxfr8] {
    stroke: var(--adopt-color-brand-green);
}

.seg-yellow[b-t846tmxfr8] {
    stroke: #f1c40f;
}

.seg-red[b-t846tmxfr8] {
    stroke: #e74c3c;
}

.seg-maroon[b-t846tmxfr8] {
    stroke: #8F0B0B;
}
/* /Pages/Shared/CategoryCard.razor.rz.scp.css */
.category-card-anchor[b-lpmb65lhbe] {
    display: block;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.category-card-anchor:focus-visible[b-lpmb65lhbe] {
    outline: 3px solid var(--adopt-color-brand-green);
    outline-offset: 3px;
}

.category-card-surface[b-lpmb65lhbe] {
    flex: 1;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid rgba(90, 110, 70, 0.15);
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

.category-card-surface img[b-lpmb65lhbe] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-card-anchor img.category-card-image--portrait[b-lpmb65lhbe] {
    object-fit: cover !important;
    object-position: center !important;
}

.category-card-anchor img.category-card-image--landscape[b-lpmb65lhbe] {
    object-fit: contain !important;
    object-position: center !important;
    background-color: #eef4e3;
}

.category-card-title[b-lpmb65lhbe] {
    position: absolute;
    left: 0;
    right: 0;
    background-color: var(--adopt-color-brand-blue);
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    padding: 0.5rem;
    text-align: center;
}

.category-card-title--top[b-lpmb65lhbe] {
    top: 0;
}

.category-card-title--bottom[b-lpmb65lhbe] {
    bottom: 0;
}
/* /Pages/Shared/Loading.razor.rz.scp.css */
/* ===== Loading Animations ===== */
@keyframes fadeIn-b-1qjvyi4zl0 {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes fadeOut-b-1qjvyi4zl0 {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0.95);
    }
}

.loading-image[b-1qjvyi4zl0] {
    width: 300px;
    height: auto;
    opacity: 0;
    animation: fadeIn-b-1qjvyi4zl0 1s ease forwards;
}

    .loading-image.fade-out[b-1qjvyi4zl0] {
        animation: fadeOut-b-1qjvyi4zl0 0.8s ease forwards;
    }

.loading-message[b-1qjvyi4zl0] {
    margin-top: 1rem;
    font-weight: bold;
    font-size: 1.1rem;
    color: #444;
    text-align: center;
    opacity: 0;
    animation: fadeIn-b-1qjvyi4zl0 1.2s ease forwards;
}

    .loading-message.fade-out[b-1qjvyi4zl0] {
        animation: fadeOut-b-1qjvyi4zl0 0.8s ease forwards;
    }
/* /Pages/Shared/PetLocationMap.razor.rz.scp.css */
.pet-location-map-frame[b-spn2ho0sle] {
    width: 100%;
    min-height: 340px;
    border: 1px solid #d7dbe7;
    border-radius: 12px;
    overflow: hidden;
    background-color: #f8f9fc;
}

.pet-location-map-frame iframe[b-spn2ho0sle] {
    width: 100%;
    height: 340px;
    border: 0;
    display: block;
}

.pet-location-map-empty[b-spn2ho0sle] {
    padding: 1rem;
    border: 1px solid #d7dbe7;
    border-radius: 12px;
    background-color: #f8f9fc;
    color: #4b5563;
}

@media (max-width: 768px) {
    .pet-location-map-frame[b-spn2ho0sle] {
        min-height: 320px;
    }

    .pet-location-map-frame iframe[b-spn2ho0sle] {
        height: 320px;
    }
}

@media (max-width: 480px) {
    .pet-location-map-frame[b-spn2ho0sle] {
        min-height: 260px;
        border-radius: 10px;
    }

    .pet-location-map-frame iframe[b-spn2ho0sle] {
        height: 260px;
    }
}
/* /Pages/Shared/StatBox.razor.rz.scp.css */
/* ===== Stat Box ===== */
.pet-stat-icon[b-1ssorbarrt] {
    width: 150px;
    height: 150px;
    object-fit: contain;
}

.pet-stat-value[b-1ssorbarrt] {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.1;
    color: #111;
}

.pet-stat-label[b-1ssorbarrt] {
    font-weight: 700;
    color: #111;
}

.pet-stat-label[b-1ssorbarrt]  .rzi {
    vertical-align: text-bottom;
}

@media (max-width: 991px) {
    .pet-stat-icon[b-1ssorbarrt] {
        width: 58px;
        height: 58px;
    }
}
