.register-shell { max-width: 760px; margin: 0 auto; }
    .invite-context {
        display:flex;
        gap:1rem;
        align-items:center;
        padding:1rem 1.1rem;
        margin-bottom:1.25rem;
        border:1px solid #cfe0d2;
        border-radius:12px;
        background:#f2faf3;
    }
    .invite-context img {
        width:48px;
        height:48px;
        flex:0 0 48px;
        object-fit:contain;
    }
    .invite-context-title {
        font-weight:800;
        color:#17351d;
        margin-bottom:.15rem;
    }
    .invite-context-copy {
        color:#53645a;
        font-size:.92rem;
    }
    .invite-email-note {
        color:#667085;
        font-size:.82rem;
        margin-top:.35rem;
    }
    @media (max-width:575.98px) {
        .register-shell { max-width:100%; }
        .invite-context { align-items:flex-start; }
    }
