.register-consent a {
    color: var(--primary);
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.register-footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px 18px;
}

@media (max-width: 640px) {
    .register-footer {
        align-items: flex-start;
        gap: 16px;
    }
}
