/**
 * Auth Layout Styles
 * Nexuraplant - IT-Dokumentation
 */

.auth-footer-links {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 0.5rem;
}

.auth-footer-links a {
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    font-size: 0.8rem;
    transition: color 0.2s;
}

.auth-footer-links a:hover {
    color: rgba(255,255,255,0.8);
}

.auth-footer p {
    color: rgba(255,255,255,0.4);
    font-size: 0.75rem;
}
