/* юридический блок */
.auth-legal {
    margin-top: 14px;
    font-size: 12px;
    color: var(--muted);
    text-align: center;
    line-height: 1.4;
}

.auth-legal a {
    color: var(--accent);
    text-decoration: none;
    font-weight: 600;
}

.auth-legal a:hover {
    text-decoration: underline;
}
