.ou-terms-hint {
    margin: 0 0 8px;
    font-size: 12px;
    color: #999;
    line-height: 1.5;
}

.ou-terms-inline-error {
    display: none;
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.5;
    color: #dc3545;
}

.ou-terms-inline-error.is-visible {
    display: block;
}

.terms_agreement.is-attention,
.ou-mobile-auth-terms.is-attention {
    padding: 10px 12px;
    border-radius: 8px;
    background: #fff5f5;
    box-shadow: 0 0 0 1px rgba(220, 53, 69, 0.25);
    animation: ouTermsAttention 0.45s ease;
}

@keyframes ouTermsAttention {
    0%, 100% { transform: translateX(0); }
    20%, 60% { transform: translateX(-4px); }
    40%, 80% { transform: translateX(4px); }
}

.terms_agreement_text a,
.ou-mobile-auth-terms-text a {
    color: #4a90e2;
    font-weight: 500;
    text-decoration: none;
}

.terms_agreement_text a:hover,
.ou-mobile-auth-terms-text a:hover {
    text-decoration: underline;
}
