.auth-success {
    margin: 0 0 18px;
    padding: 12px 14px;
    border: 1px solid #bcdcc9;
    border-radius: 10px;
    color: #245f40;
    background: #edf8f1;
    font-size: 13px;
    line-height: 1.45;
}
.auth-inline-link {
    justify-self: end;
    margin-top: -8px;
    color: #17558e;
    font-size: 12px;
    font-weight: 700;
}
.auth-dev-preview {
    display: grid;
    gap: 6px;
    margin-top: 17px;
    padding: 12px 14px;
    border: 1px dashed #8db5d7;
    border-radius: 10px;
    background: #edf5fc;
    font-size: 12px;
}
.auth-dev-preview strong { color: #4f6579; font-size: 10px; text-transform: uppercase; }
.auth-dev-preview a { color: #17558e; font-weight: 800; }
