/* Keep the agreement visible and legible beside the existing OTP action. */
.pod-auth .auth-legal,.auth-card .auth-legal {
    margin:16px 0 12px;
    font:400 14px/1.6 Inter,Arial,sans-serif;
    color:#21382f;
}
.pod-auth .auth-legal a,.auth-card .auth-legal a {
    color:#276054;
    text-decoration:underline;
    text-underline-offset:3px;
}
.auth-legal a:focus-visible { outline:2px solid #397f73; outline-offset:3px; }
