/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-eyp12qjv1v] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-eyp12qjv1v] {
    flex: 1;
    background: #fbf7ec;
}

.sidebar[b-eyp12qjv1v] {
    background: #0e1117;
}

.top-row[b-eyp12qjv1v] {
    position: relative;
    min-height: 180px;
    max-height: 180px;
    background-image: url("/images/herobackground.jpeg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #d6d5d5;
}

    .top-row[b-eyp12qjv1v]  a, .top-row[b-eyp12qjv1v]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-eyp12qjv1v]  a:hover, .top-row[b-eyp12qjv1v]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-eyp12qjv1v]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-eyp12qjv1v] {
        justify-content: space-between;
    }

    .top-row[b-eyp12qjv1v]  a, .top-row[b-eyp12qjv1v]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-eyp12qjv1v] {
        flex-direction: row;
    }

    .sidebar[b-eyp12qjv1v] {
        width: 255px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-eyp12qjv1v] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-eyp12qjv1v]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-eyp12qjv1v], article[b-eyp12qjv1v] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-eyp12qjv1v] {
    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-eyp12qjv1v] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* Dark overlay for readability */
.top-row[b-eyp12qjv1v]::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(5, 10, 25, 0.48);
}

/* Title styling */
.hero-title[b-eyp12qjv1v] {
    position: relative;
    color: #fbf7ec;
    font-size: 2.35rem;
    font-weight: 800;
    font-family: "Cinzel", Georgia, "Times New Roman", serif;
    text-align: center;
    padding: 0 1rem;
    letter-spacing: 0;
    line-height: 1.15;
    text-transform: uppercase;
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.55);
}
.hero-subtitle[b-eyp12qjv1v] {
    position: relative;
    color: #bcb8b1;
    font-size: 1.5rem;
    font-weight: 600;
    font-family: "Segoe UI", Arial, sans-serif;
    text-align: center;
    margin: 0.85rem 0 0;
    padding: 0 1rem;
    letter-spacing: 0;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}
@media (max-width: 700px) {
    .hero-title[b-eyp12qjv1v] {
        font-size: 1.55rem;
    }

    .hero-subtitle[b-eyp12qjv1v] {
        font-size: 1.2rem;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-4j47o4dxhx] {
    appearance: none;
    cursor: pointer;
    width: 2rem;
    height: 2rem;
    color: white;
    position: absolute;
    top: 1rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-image: url("/images/menu.svg");
}

.bi-house-door-fill-nav-menu[b-4j47o4dxhx] {
    background-image: url("/images/lead-pencil.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.navbar-toggler:checked[b-4j47o4dxhx] {
    background-color: rgba(198, 139, 46, 0.22);
}

.top-row[b-4j47o4dxhx] {
    min-height: 4.4rem;
    background-color: #0e1117;
    border-bottom: 1px solid rgba(198, 139, 46, 0.24);
    padding: 0 1.45rem;
}

.navbar-brand[b-4j47o4dxhx] {
    color: #f5ead7;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-decoration: none;
}

.navbar-brand:hover[b-4j47o4dxhx],
.navbar-brand:focus[b-4j47o4dxhx] {
    color: #f5ead7;
}

.navbar-brand-icon[b-4j47o4dxhx] {
    width: 32px;
    height: 32px;
    display: inline-block;
    flex: 0 0 auto;
    background-color: #d69b3a;
    mask: url("/images/home-outline.svg") center / contain no-repeat;
    -webkit-mask: url("/images/home-outline.svg") center / contain no-repeat;
}

.bi[b-4j47o4dxhx] {
    display: inline-block;
    position: relative;
    width: 28px;
    height: 28px;
    margin-right: 0.55rem;
    top: 0;
    flex: 0 0 28px;
    background-size: cover;
}

.bi-list-nested-nav-menu[b-4j47o4dxhx] {
    background-image: url("/images/clipboard-check-outline.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.bi-governance-nav-menu[b-4j47o4dxhx] {
    background-image: url("/images/scale-balance.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.bi-about-nav-menu[b-4j47o4dxhx] {
    background-image: url("/images/about.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.bi-registry-nav-menu[b-4j47o4dxhx] {
    background-image: url("/images/format-list-bulleted-square.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.bi-swag-nav-menu[b-4j47o4dxhx] {
    background-image: url("/images/gift-outline.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.bi-contact-nav-menu[b-4j47o4dxhx] {
    background-image: url("/images/message-text.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.bi-privacy-nav-menu[b-4j47o4dxhx] {
    background-image: url("/images/lock-outline.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.bi-explained-nav-menu[b-4j47o4dxhx] {
    background-image: url("/images/movie-open-outline.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.bi-plus-square-fill-nav-menu[b-4j47o4dxhx] {
    background-image: url("/images/script-text-outline.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.nav-item[b-4j47o4dxhx] {
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    padding-bottom: 0;
}

.nav-divider[b-4j47o4dxhx] {
    height: 0;
    margin: 0.5rem 1.35rem;
    border-top: 1px solid rgba(245, 234, 215, 0.40);
}

    .nav-item:first-of-type[b-4j47o4dxhx] {
        padding-top: 0.9rem;
    }

    .nav-item:last-of-type[b-4j47o4dxhx] {
        padding-bottom: 0.9rem;
    }

    .nav-item.px-3[b-4j47o4dxhx] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .nav-item[b-4j47o4dxhx]  .nav-link {
        color: #a99f90;
        background: none;
        border: none;
        border-left: 4px solid transparent;
        border-radius: 0;
        min-height: 3.4rem;
        display: flex;
        align-items: center;
        line-height: 1.25;
        width: 100%;
        padding: 0 1.35rem;
        transition: background-color 150ms ease, color 150ms ease, border-color 150ms ease;
    }

.nav-item[b-4j47o4dxhx]  a.active {
    background-color: #211c14;
    border-left-color: #d69b3a;
    color: #f0c46e;
    font-weight: 700;
}

.nav-item[b-4j47o4dxhx]  .nav-link:hover {
    background-color: rgba(33, 28, 20, 0.72);
    color: #f0c46e;
}

.nav-scrollable[b-4j47o4dxhx] {
    display: none;
}

.nav-shell[b-4j47o4dxhx] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.nav-primary[b-4j47o4dxhx] {
    flex: 1 1 auto;
}

.nav-footer[b-4j47o4dxhx] {
    margin-top: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.nav-item-footer[b-4j47o4dxhx] {
    padding-bottom: 0;
}

.navbar-toggler:checked ~ .nav-scrollable[b-4j47o4dxhx] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-4j47o4dxhx] {
        display: none;
    }

    .nav-scrollable[b-4j47o4dxhx] {
        display: flex;
        flex-direction: column;
        height: calc(100vh - 4.4rem);
        overflow-y: auto;
    }

    .nav-shell[b-4j47o4dxhx] {
        flex: 1 1 auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-8dx934yj7t],
.components-reconnect-repeated-attempt-visible[b-8dx934yj7t],
.components-reconnect-failed-visible[b-8dx934yj7t],
.components-pause-visible[b-8dx934yj7t],
.components-resume-failed-visible[b-8dx934yj7t],
.components-rejoining-animation[b-8dx934yj7t] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-8dx934yj7t],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-8dx934yj7t],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-8dx934yj7t],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-8dx934yj7t],
#components-reconnect-modal.components-reconnect-retrying[b-8dx934yj7t],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-8dx934yj7t],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-8dx934yj7t],
#components-reconnect-modal.components-reconnect-failed[b-8dx934yj7t],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-8dx934yj7t] {
    display: block;
}


#components-reconnect-modal[b-8dx934yj7t] {
    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-8dx934yj7t 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-8dx934yj7t 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-8dx934yj7t 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-8dx934yj7t]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-8dx934yj7t 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-8dx934yj7t {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-8dx934yj7t {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-8dx934yj7t {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-8dx934yj7t] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-8dx934yj7t] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-8dx934yj7t] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-8dx934yj7t] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-8dx934yj7t] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-8dx934yj7t] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-8dx934yj7t] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-8dx934yj7t 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-8dx934yj7t] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-8dx934yj7t {
    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/Adoption.razor.rz.scp.css */
.landing-shell[b-7rqa9fz69q] {
    display: grid;
    gap: 1.5rem;
    align-items: start;
}

.landing-kicker[b-7rqa9fz69q] {
    margin: 0 0 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.8rem;
    font-weight: 700;
    color: #9a5d1a;
}

.landing-intro h1[b-7rqa9fz69q] {
    margin: 0 0 1.25rem;
    color: #020817;
    font-family: "Fraunces", Georgia, "Times New Roman", serif;
    font-size: 2.55rem;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0;
}

.landing-deck[b-7rqa9fz69q] {
    margin: 0 0 1.5rem;
    color: #6b5d4a;
    font-size: 1.08rem;
    line-height: 1.5;
}

.landing-deck strong[b-7rqa9fz69q] {
    color: inherit;
    font-weight: 600;
}

.declaration-quote[b-7rqa9fz69q] {
    margin: 1rem 0 1.25rem;
    padding: 1.25rem 1.55rem;
    border-left: 3px solid #d69b3a;
    border-radius: 0 8px 8px 0;
    background: #f4ead7;
    color: #2f2b24;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.0rem;
    font-style: italic;
    font-weight: 600;
    line-height: 1.55;
}

.flow-panel[b-7rqa9fz69q],
.sidebar-card[b-7rqa9fz69q],
.verify-card[b-7rqa9fz69q] {
    border: 1px solid #e3d3bb;
    border-radius: 8px;
    background: #fffdf8;
    box-shadow: none;
}

.flow-panel[b-7rqa9fz69q] {
    margin-top: 1rem;
    padding: 1.25rem 1.45rem;
}

.flow-panel-steps[b-7rqa9fz69q] {
    margin-top: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

.adoption-reasons[b-7rqa9fz69q] {
    border-left: 3px solid #d69b3a;
}

.adoption-reasons h2[b-7rqa9fz69q] {
    margin: 0 0 1rem;
    color: #020817;
    font-family: "Fraunces", Georgia, "Times New Roman", serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
}

.adoption-reasons ul[b-7rqa9fz69q] {
    display: grid;
    gap: 0.9rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.adoption-reasons li[b-7rqa9fz69q] {
    display: grid;
    gap: 0.15rem;
    padding-bottom: 0.9rem;
    border-bottom: 1px solid rgba(139, 90, 31, 0.16);
}

.adoption-reasons li:last-child[b-7rqa9fz69q] {
    padding-bottom: 0;
    border-bottom: 0;
}

.adoption-reasons li span[b-7rqa9fz69q] {
    color: #8b5a1f;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.adoption-reasons li strong[b-7rqa9fz69q] {
    color: #020817;
    font-size: 1.03rem;
    font-weight: 700;
    line-height: 1.35;
}

.resources-source[b-7rqa9fz69q] {
    margin-bottom: 2rem;
}

.flow-steps[b-7rqa9fz69q] {
    display: grid;
    gap: 0.9rem;
    margin: 1.5rem 0 0 calc(1.45rem + 3px);
}

.flow-step[b-7rqa9fz69q] {
    display: flex;
    gap: 0.85rem;
    align-items: start;
}

.flow-step p[b-7rqa9fz69q] {
    margin: 0.25rem 0 0;
    color: #6b5d4a;
}

.flow-step strong[b-7rqa9fz69q] {
    color: #020817;
    font-weight: 700;
}

.flow-step strong .adoption-edit-note[b-7rqa9fz69q] {
    color: #8b806f;
    font-weight: 500;
}

.flow-step-disabled strong[b-7rqa9fz69q],
.flow-step-disabled p[b-7rqa9fz69q] {
    color: #6b5d4a;
}

.flow-index[b-7rqa9fz69q] {
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #0e1117;
    color: #ecc077;
    font-weight: 700;
    font-family: "Fraunces", Georgia, "Times New Roman", serif;
    flex: 0 0 auto;
}

.flow-index-gray[b-7rqa9fz69q] {
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #e8dfd0;
    color: #6b5d4a;
    font-weight: 700;
    font-family: "Fraunces", Georgia, "Times New Roman", serif;
    flex: 0 0 auto;
}

.verify-card[b-7rqa9fz69q] {
    border-left: 3px solid #d69b3a;
    padding: 1.25rem 1.45rem;
}

.before-you-begin[b-7rqa9fz69q] {
    margin-bottom: 1.25rem;
    padding: 1rem 1.15rem;
    border: 1px solid rgba(139, 90, 31, 0.2);
    border-radius: 8px;
    background: #f8efe0;
    color: #2f2b24;
}

.before-you-begin strong[b-7rqa9fz69q] {
    display: block;
    margin-bottom: 0.65rem;
    color: #020817;
    font-weight: 700;
}

.before-you-begin ul[b-7rqa9fz69q] {
    display: grid;
    gap: 0.35rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.before-you-begin li[b-7rqa9fz69q] {
    color: #4d4438;
    line-height: 1.35;
}

.verify-controls[b-7rqa9fz69q] {
    margin-left: 2.85rem;
}

.verify-input-row[b-7rqa9fz69q] {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
}

.verify-input-stack[b-7rqa9fz69q] {
    flex: 1 1 auto;
    min-width: 0;
}

.privacy-note[b-7rqa9fz69q] {
    display: flex;
    gap: 0.5rem;
    align-items: flex-start;
    margin: 0.75rem 0 0;
    color: #6b5d4a;
    font-size: 0.95rem;
    line-height: 1.45;
}

.privacy-note img[b-7rqa9fz69q] {
    width: 1rem;
    height: 1rem;
    margin-top: 0.15rem;
    opacity: 0.75;
    flex: 0 0 auto;
}

.verify-button[b-7rqa9fz69q] {
    margin-top: 0;
    flex: 0 0 auto;
    white-space: nowrap;
}

.check-email-card[b-7rqa9fz69q] {
    margin-top: 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(139, 90, 31, 0.16);
}

.check-email-card h2[b-7rqa9fz69q],
.sidebar-card h2[b-7rqa9fz69q] {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.sidebar-card[b-7rqa9fz69q] {
    padding: 1rem 1.1rem;
    transition: border-color 150ms ease, box-shadow 150ms ease;
}

.sidebar-card:hover[b-7rqa9fz69q] {
    border-color: #d7bd94;
    box-shadow: 0 1px 3px rgba(139, 90, 31, 0.08);
}

.sidebar-card summary[b-7rqa9fz69q] {
    cursor: pointer;
    color: #8b5a1f;
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.lead-quote[b-7rqa9fz69q] {
    font-size: 1.25rem;
    font-weight: 550;
    
}

.doc-scroll[b-7rqa9fz69q] {
    max-height: 64rem;
    overflow: auto;
    padding-right: 0.25rem;
}

.sidebar-doc > h1:first-child[b-7rqa9fz69q],
.sidebar-doc > h2:first-child[b-7rqa9fz69q] {
    font-size: 1.35rem;
    line-height: 1.18;
    margin-bottom: 0.45rem;
}

.sidebar-doc > h1:first-child + p[b-7rqa9fz69q],
.sidebar-doc > h2:first-child + p[b-7rqa9fz69q] {
    margin-bottom: 1rem;
    font-size: 0.95rem;
}

.sidebar-doc > h2:not(:first-child)[b-7rqa9fz69q],
.sidebar-doc > hr + h3[b-7rqa9fz69q] {
    margin: 1.35rem 0 0.65rem;
    font-size: 0.68rem;
    letter-spacing: 0.14em;
}

.sidebar-doc > h1:first-child ~ h2[b-7rqa9fz69q],
.sidebar-doc > h2:first-child ~ h3[b-7rqa9fz69q] {
    margin: 1.05rem 0 0.45rem;
    font-size: 1rem;
}

.sidebar-doc h4[b-7rqa9fz69q] {
    font-size: 0.95rem;
}

.sidebar-doc p[b-7rqa9fz69q],
.sidebar-doc li[b-7rqa9fz69q] {
    font-size: 0.92rem;
    line-height: 1.5;
}

.sidebar-doc ul[b-7rqa9fz69q],
.sidebar-doc ol[b-7rqa9fz69q] {
    padding-left: 1.1rem;
}

@media (min-width: 992px) {
    .landing-shell[b-7rqa9fz69q] {
        grid-template-columns: minmax(0, 1fr);
    }

    .landing-sidebar[b-7rqa9fz69q] {
        position: sticky;
        top: 1rem;
    }
}

@media (max-width: 640.98px) {
    .landing-intro h1[b-7rqa9fz69q] {
        font-size: 2rem;
    }

    .verify-input-row[b-7rqa9fz69q] {
        display: grid;
    }

    .verify-button[b-7rqa9fz69q] {
        width: 100%;
    }
}
/* /Components/Pages/AdoptionConfirm.razor.rz.scp.css */
.confirm-shell[b-rnqu693sd1] {
    display: grid;
    gap: 1.5rem;
    align-items: start;
}

.confirm-main[b-rnqu693sd1],
.confirm-sidebar[b-rnqu693sd1] {
    min-width: 0;
}

.status-card[b-rnqu693sd1],
.reference-card[b-rnqu693sd1] {
    border: 1px solid #e3d3bb;
    border-radius: 8px;
    background: #fffdf8;
    padding: 1rem 1.1rem;
    margin-bottom: 1rem;
    box-shadow: none;
}

.status-card[b-rnqu693sd1] {
    border-left: 3px solid #d69b3a;
}

.flow-heading[b-rnqu693sd1] {
    margin-bottom: 1rem;
}

.flow-heading h2[b-rnqu693sd1] {
    margin: 0 0 0.55rem;
    color: #020817;
    font-family: "Fraunces", Georgia, "Times New Roman", serif;
    font-size: 2.55rem;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0;
}

.flow-heading .form-text[b-rnqu693sd1] {
    margin-bottom: 1.25rem;
    color: #6b5d4a;
    font-size: 1.08rem;
    line-height: 1.45;
}

.flow-copy[b-rnqu693sd1] {
    max-width: 52rem;
    color: #6b5d4a;
}

.status-eyebrow[b-rnqu693sd1] {
    margin: 0 0 0.35rem;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #8b5a1f;
}

.adoption-form[b-rnqu693sd1] {
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 0;
}

.section-block + .section-block[b-rnqu693sd1] {
    margin-top: 1.75rem;
    padding-top: 1.5rem;
    border-top: 1px solid #eadcc7;
}

.section-eyebrow[b-rnqu693sd1] {
    margin: 0 0 1rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.78rem;
    font-weight: 800;
    color: #8b5a1f;
}

.article-grid[b-rnqu693sd1] {
    display: grid;
    gap: 0.75rem;
}

.article-option[b-rnqu693sd1] {
    display: flex;
    gap: 0.65rem;
    align-items: start;
    padding: 0.8rem 0.9rem;
    border: 1px solid #e3d3bb;
    border-radius: 0.75rem;
    background: #fffdf8;
}

.article-option input[b-rnqu693sd1] {
    margin-top: 0.2rem;
}

.form-actions[b-rnqu693sd1] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
}

.revoke-box[b-rnqu693sd1] {
    margin-top: 1.5rem;
    padding: 1rem;
    border: 1px solid rgba(163, 45, 45, 0.65);
    border-radius: 0.5rem;
    background: rgba(163, 45, 45, 0.04);
    color: #8d2b2b;
}

.revoke-box .form-check-input[b-rnqu693sd1] {
    border-color: rgba(163, 45, 45, 0.45);
}

.revoke-box .form-check-input:checked[b-rnqu693sd1] {
    background-color: #0e1117;
    border-color: #a32d2d;
}

.reference-card summary[b-rnqu693sd1] {
    cursor: pointer;
    color: #8b5a1f;
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.confirm-dialog-backdrop[b-rnqu693sd1] {
    position: fixed;
    inset: 0;
    z-index: 1050;
    display: grid;
    place-items: center;
    padding: 1rem;
    background: rgba(8, 19, 34, 0.48);
}

.confirm-dialog[b-rnqu693sd1] {
    width: min(100%, 28rem);
    border: 1px solid #e3d3bb;
    border-radius: 0.75rem;
    background: #fbf7ec;
    padding: 1.25rem;
    box-shadow: 0 1.25rem 3rem rgba(8, 19, 34, 0.24);
}

.confirm-dialog h3[b-rnqu693sd1] {
    margin: 0 0 0.75rem;
    font-size: 1.15rem;
}

.confirm-dialog p[b-rnqu693sd1] {
    margin: 0;
    color: #716553;
}

.confirm-dialog-actions[b-rnqu693sd1] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.doc-scroll[b-rnqu693sd1] {
    max-height: 32rem;
    overflow: auto;
    padding-right: 0.25rem;
}

.confirm-sidebar .sidebar-doc > h1:first-child[b-rnqu693sd1],
.confirm-sidebar .sidebar-doc > h2:first-child[b-rnqu693sd1] {
    font-size: 1.35rem;
    line-height: 1.18;
    margin-bottom: 0.45rem;
}

.confirm-sidebar .sidebar-doc > h1:first-child + p[b-rnqu693sd1],
.confirm-sidebar .sidebar-doc > h2:first-child + p[b-rnqu693sd1] {
    margin-bottom: 1rem;
    font-size: 0.95rem;
}

.confirm-sidebar .sidebar-doc > h2:not(:first-child)[b-rnqu693sd1],
.confirm-sidebar .sidebar-doc > hr + h3[b-rnqu693sd1] {
    margin: 1.35rem 0 0.65rem;
    font-size: 0.68rem;
    letter-spacing: 0.14em;
}

.confirm-sidebar .sidebar-doc > h1:first-child ~ h2[b-rnqu693sd1],
.confirm-sidebar .sidebar-doc > h2:first-child ~ h3[b-rnqu693sd1] {
    margin: 1.05rem 0 0.45rem;
    font-size: 1rem;
}

.confirm-sidebar .sidebar-doc h4[b-rnqu693sd1] {
    font-size: 0.95rem;
}

.confirm-sidebar .sidebar-doc p[b-rnqu693sd1],
.confirm-sidebar .sidebar-doc li[b-rnqu693sd1] {
    font-size: 0.92rem;
    line-height: 1.5;
}

.confirm-sidebar .sidebar-doc ul[b-rnqu693sd1],
.confirm-sidebar .sidebar-doc ol[b-rnqu693sd1] {
    padding-left: 1.1rem;
}

@media (min-width: 992px) {
    .confirm-shell[b-rnqu693sd1] {
        grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr);
    }

    .confirm-sidebar[b-rnqu693sd1] {
        position: sticky;
        top: 1rem;
    }
}
/* /Components/Pages/Contact.razor.rz.scp.css */
.contact-shell[b-842nh2dwrj] {
    max-width: 46rem;
}

.contact-intro h1[b-842nh2dwrj],
.contact-success h1[b-842nh2dwrj] {
    margin: 0 0 1rem;
    color: #020817;
    font-family: "Fraunces", Georgia, "Times New Roman", serif;
    font-size: 2.55rem;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0;
}

.contact-intro p[b-842nh2dwrj],
.contact-success p[b-842nh2dwrj] {
    margin: 0 0 1.5rem;
    color: #6b5d4a;
    font-size: 1.08rem;
    line-height: 1.5;
}

.contact-panel[b-842nh2dwrj],
.contact-success[b-842nh2dwrj] {
    border: 1px solid #e3d3bb;
    border-left: 3px solid #d69b3a;
    border-radius: 8px;
    background: #fffdf8;
    padding: 1.35rem 1.45rem;
}

.contact-panel .form-label[b-842nh2dwrj] {
    color: #020817;
    font-weight: 700;
}

.contact-message[b-842nh2dwrj] {
    min-height: 12rem;
    resize: vertical;
}

.contact-honeypot[b-842nh2dwrj] {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

@media (max-width: 640.98px) {
    .contact-intro h1[b-842nh2dwrj],
    .contact-success h1[b-842nh2dwrj] {
        font-size: 2rem;
    }
}
/* /Components/Pages/Stewardship.razor.rz.scp.css */
.stewardship-doc[b-vi82upyy07] {
    width: 100%;
    max-width: 64rem;
    padding-bottom: 3rem;
    overflow-wrap: break-word;
}

.stewardship-doc *[b-vi82upyy07] {
    max-width: 100%;
}

.stewardship-lede[b-vi82upyy07] {
    margin: 0 0 4.25rem;
    color: #5f584e;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.4rem;
    line-height: 1.9;
}

.stewardship-founder-card[b-vi82upyy07] {
    display: grid;
    grid-template-columns: 4rem minmax(0, 1fr);
    gap: 1.45rem;
    margin: 0 0 3.25rem;
    padding: 1.85rem 2.05rem;
    border: 1px solid #dfd6c8;
    border-radius: 8px;
    background: #f7f3eb;
}

.stewardship-avatar[b-vi82upyy07] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    background: #2f518b;
    color: #fffaf0;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.stewardship-founder-card h3[b-vi82upyy07] {
    margin: 0 0 0.35rem;
    color: #020817;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.25;
}

.stewardship-founder-role[b-vi82upyy07] {
    margin: 0 0 1.15rem;
    color: #8a8377;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 0.96rem;
    line-height: 1.4;
}

.stewardship-founder-card p:last-child[b-vi82upyy07] {
    margin-bottom: 0;
}

.stewardship-quote[b-vi82upyy07] {
    margin: 0 0 3.6rem;
    padding: 0.65rem 0 0.65rem 2rem;
    border-left: 2px solid #b77b23;
    background: transparent;
}

.stewardship-quote p[b-vi82upyy07] {
    margin: 0 0 1rem;
    color: #5f584e;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.24rem;
    font-style: italic;
    font-weight: 600;
    line-height: 1.75;
}

.stewardship-quote cite[b-vi82upyy07] {
    color: #a7a39a;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.stewardship-rule[b-vi82upyy07] {
    display: block;
    margin: 0 0 3.3rem;
    border: 0;
    border-top: 1px solid rgba(139, 90, 31, 0.17);
    opacity: 1;
}

.stewardship-rule + p[b-vi82upyy07] {
    margin-top: 0;
}

.stewardship-concerns[b-vi82upyy07] {
    margin: 1.4rem 0 3.05rem;
    padding: 0;
    list-style-position: inside;
    border-top: 1px solid rgba(139, 90, 31, 0.15);
}

.stewardship-concerns li[b-vi82upyy07] {
    margin: 0;
    padding: 0.85rem 0;
    border-bottom: 1px solid rgba(139, 90, 31, 0.15);
    color: #5f584e;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.05rem;
    line-height: 1.55;
}

.stewardship-concerns li[b-vi82upyy07]::marker {
    color: #8b5a1f;
}

.stewardship-governance-card[b-vi82upyy07] {
    margin: 0 0 2.6rem;
    padding: 1.75rem 2rem;
    border: 1px solid #dfd6c8;
    border-radius: 8px;
    background: #fffdf8;
}

.stewardship-governance-card h3[b-vi82upyy07] {
    margin: 0 0 1.05rem;
    color: #a19c91;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    line-height: 1;
    text-transform: uppercase;
}

.stewardship-governance-card p[b-vi82upyy07] {
    margin: 0;
}

.stewardship-governance-card a[b-vi82upyy07] {
    overflow-wrap: anywhere;
}

.stewardship-actions[b-vi82upyy07] {
    display: flex;
    align-items: center;
    gap: 1.7rem;
    flex-wrap: wrap;
    margin-top: 2.45rem;
}

.stewardship-actions .btn[b-vi82upyy07] {
    min-width: 17rem;
    border-radius: 4px;
    padding: 0.95rem 1.7rem;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.stewardship-secondary-link[b-vi82upyy07] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border-bottom: 1px solid rgba(139, 90, 31, 0.25);
    color: #8a8377;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.8;
    text-decoration: none;
    text-transform: uppercase;
}

.stewardship-secondary-link:hover[b-vi82upyy07],
.stewardship-secondary-link:focus[b-vi82upyy07] {
    color: #8b5a1f;
}

@media (max-width: 640.98px) {
    .stewardship-lede[b-vi82upyy07] {
        margin-bottom: 2.5rem;
        font-size: 1.12rem;
        line-height: 1.75;
    }

    .stewardship-founder-card[b-vi82upyy07] {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 1.35rem;
    }

    .stewardship-quote[b-vi82upyy07] {
        padding-left: 1.2rem;
    }

    .stewardship-quote p[b-vi82upyy07] {
        font-size: 1.08rem;
    }

    .stewardship-governance-card[b-vi82upyy07] {
        padding: 1.35rem;
    }

    .stewardship-actions[b-vi82upyy07] {
        align-items: stretch;
        flex-direction: column;
        gap: 1rem;
    }

    .stewardship-actions .btn[b-vi82upyy07],
    .stewardship-secondary-link[b-vi82upyy07] {
        justify-content: center;
        width: 100%;
    }
}
/* /Components/Pages/Swag.razor.rz.scp.css */
.swag-shell[b-25ty5peofz] {
    max-width: 72rem;
    color: #020817;
    padding-bottom: 3rem;
}

.swag-hero[b-25ty5peofz] {
    margin-bottom: 2.1rem;
}

.swag-eyebrow-line[b-25ty5peofz],
.swag-group-heading[b-25ty5peofz] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.swag-eyebrow-line[b-25ty5peofz] {
    margin-bottom: 1rem;
}

.swag-eyebrow-line span[b-25ty5peofz],
.swag-group-heading span[b-25ty5peofz] {
    flex: 0 0 auto;
    color: #8b5a1f;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    line-height: 1;
    text-transform: uppercase;
}

.swag-eyebrow-line[b-25ty5peofz]::after,
.swag-group-heading[b-25ty5peofz]::after {
    content: "";
    height: 1px;
    flex: 1 1 auto;
    background: rgba(139, 90, 31, 0.22);
}

.swag-hero h1[b-25ty5peofz] {
    margin: 0 0 0.65rem;
    font-family: "Fraunces", Georgia, "Times New Roman", serif;
    font-size: 2.75rem;
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: 0;
}

.swag-hero p[b-25ty5peofz] {
    margin: 0;
    color: #6b5d4a;
    font-size: 1.05rem;
    line-height: 1.55;
}

.swag-hero strong[b-25ty5peofz] {
    color: #020817;
}

.swag-steps[b-25ty5peofz] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
    margin: 0 0 2.6rem;
    padding-top: 1.35rem;
    border-top: 1px solid rgba(139, 90, 31, 0.16);
}

.swag-steps article[b-25ty5peofz] {
    min-height: 6.2rem;
    border: 1px solid #e3d3bb;
    border-left: 3px solid #d69b3a;
    border-radius: 8px;
    background: #fffdf8;
    padding: 1rem 1.05rem;
}

.swag-steps span[b-25ty5peofz] {
    display: block;
    margin-bottom: 0.35rem;
    color: #8b5a1f;
    font-family: "Fraunces", Georgia, "Times New Roman", serif;
    font-size: 0.95rem;
    font-weight: 700;
}

.swag-steps p[b-25ty5peofz] {
    margin: 0;
    color: #020817;
    font-size: 0.92rem;
    line-height: 1.45;
}

.swag-group[b-25ty5peofz] {
    margin-top: 2.5rem;
}

.swag-group-heading[b-25ty5peofz] {
    margin-bottom: 1rem;
}

.swag-assets[b-25ty5peofz] {
    display: grid;
    gap: 1rem;
}

.swag-asset[b-25ty5peofz] {
    display: grid;
    grid-template-columns: minmax(15rem, 0.82fr) minmax(0, 1.3fr);
    overflow: hidden;
    border: 1px solid #e3d3bb;
    border-radius: 8px;
    background: #fffdf8;
}

.swag-preview[b-25ty5peofz] {
    min-height: 15rem;
    display: grid;
    place-items: center;
    padding: 2rem;
}

.swag-preview-light[b-25ty5peofz] {
    background:
        radial-gradient(circle at 50% 42%, rgba(214, 155, 58, 0.14), transparent 35%),
        linear-gradient(135deg, #fffdf8 0%, #f6eddc 100%);
}

.swag-preview-dark[b-25ty5peofz] {
    background:
        radial-gradient(circle at 50% 45%, rgba(214, 155, 58, 0.2), transparent 34%),
        linear-gradient(135deg, #0e1117 0%, #171c27 100%);
}

.swag-preview-image[b-25ty5peofz] {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 12rem;
    filter: drop-shadow(0 10px 22px rgba(139, 90, 31, 0.16));
}

.swag-preview-dark .swag-preview-image[b-25ty5peofz] {
    filter: drop-shadow(0 10px 26px rgba(0, 0, 0, 0.34));
}

.swag-preview-image-seal[b-25ty5peofz] {
    max-height: 13rem;
}

.swag-asset-body[b-25ty5peofz] {
    padding: 1.35rem 1.55rem;
}

.swag-asset-head[b-25ty5peofz] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.7rem;
}

.swag-asset-head h2[b-25ty5peofz] {
    display: inline;
    margin: 0 0.45rem 0 0;
    color: #020817;
    font-family: "Fraunces", Georgia, "Times New Roman", serif;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.1;
}

.swag-pill[b-25ty5peofz] {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(139, 90, 31, 0.22);
    border-radius: 999px;
    color: #8b5a1f;
    background: rgba(198, 139, 46, 0.08);
    padding: 0.18rem 0.48rem;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    line-height: 1;
    text-transform: uppercase;
    vertical-align: 0.15rem;
}

.swag-size[b-25ty5peofz] {
    flex: 0 0 auto;
    color: #6b5d4a;
    font-size: 0.76rem;
    line-height: 1.4;
}

.swag-asset-body p[b-25ty5peofz] {
    margin: 0 0 1rem;
    color: #6b5d4a;
    font-size: 0.95rem;
    line-height: 1.5;
}

.swag-code[b-25ty5peofz] {
    overflow: hidden;
    border: 1px solid #e3d3bb;
    border-radius: 8px;
    background: #fbf7ec;
}

.swag-code-head[b-25ty5peofz] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.55rem 0.7rem;
    border-bottom: 1px solid rgba(139, 90, 31, 0.12);
}

.swag-code-head span[b-25ty5peofz] {
    color: #8b5a1f;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.swag-code-head button[b-25ty5peofz] {
    border: 1px solid rgba(139, 90, 31, 0.24);
    border-radius: 6px;
    color: #8b5a1f;
    background: #fffdf8;
    padding: 0.15rem 0.48rem;
    font-size: 0.72rem;
}

.swag-code pre[b-25ty5peofz] {
    max-height: 5.9rem;
    margin: 0;
    overflow: auto;
    padding: 0.65rem 0.7rem;
    color: #020817;
    font-size: 0.72rem;
    line-height: 1.55;
    white-space: pre;
}

.swag-download[b-25ty5peofz] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.42rem;
    margin-top: 0.85rem;
    border: 1px solid #0e1117;
    border-radius: 8px;
    color: #ecc077;
    background: #0e1117;
    padding: 0.5rem 0.72rem;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
}

.swag-download:hover[b-25ty5peofz],
.swag-download:focus[b-25ty5peofz] {
    color: #f4d08a;
    background: #2a3142;
}

.swag-guidance[b-25ty5peofz] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.swag-guidance article[b-25ty5peofz] {
    border: 1px solid #e3d3bb;
    border-radius: 8px;
    background: #fffdf8;
    padding: 1.35rem 1.45rem;
}

.swag-guidance h2[b-25ty5peofz] {
    margin: 0 0 0.75rem;
    color: #8b5a1f;
    font-family: "Fraunces", Georgia, "Times New Roman", serif;
    font-size: 1.15rem;
    font-weight: 700;
}

.swag-guidance ul[b-25ty5peofz] {
    margin: 0;
    padding-left: 1.2rem;
}

.swag-guidance li[b-25ty5peofz] {
    color: #020817;
    font-size: 0.92rem;
    line-height: 1.5;
}

.swag-guidance li + li[b-25ty5peofz] {
    margin-top: 0.55rem;
}

.swag-guidance li[b-25ty5peofz]::marker {
    color: #8b5a1f;
}

.swag-note[b-25ty5peofz] {
    margin-top: 1rem;
    border-left: 3px solid #d69b3a;
    border-radius: 0 8px 8px 0;
    background: #f4ead7;
    padding: 1rem 1.2rem;
    color: #6b5d4a;
    font-size: 0.92rem;
    line-height: 1.55;
}

.swag-note strong[b-25ty5peofz] {
    color: #020817;
}

.swag-footer[b-25ty5peofz] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 3rem;
    padding-top: 1.4rem;
    border-top: 1px solid rgba(139, 90, 31, 0.16);
    color: #6b5d4a;
    font-size: 0.85rem;
}

.swag-footer a[b-25ty5peofz] {
    color: #8b5a1f;
    font-weight: 700;
    text-decoration: none;
}

.swag-footer a:hover[b-25ty5peofz],
.swag-footer a:focus[b-25ty5peofz] {
    text-decoration: underline;
}

@media (max-width: 900px) {
    .swag-asset[b-25ty5peofz] {
        grid-template-columns: 1fr;
    }

    .swag-preview[b-25ty5peofz] {
        min-height: 13rem;
    }
}

@media (max-width: 640.98px) {
    .swag-hero h1[b-25ty5peofz] {
        font-size: 2.05rem;
    }

    .swag-steps[b-25ty5peofz],
    .swag-guidance[b-25ty5peofz] {
        grid-template-columns: 1fr;
    }

    .swag-asset-head[b-25ty5peofz],
    .swag-footer[b-25ty5peofz] {
        display: block;
    }

    .swag-size[b-25ty5peofz] {
        display: block;
        margin-top: 0.45rem;
    }

    .swag-footer a[b-25ty5peofz] {
        display: inline-block;
        margin-top: 0.65rem;
    }
}
