.auth-minimal-layout-body {
    margin: 0;
}

.auth-shell-footer {
    padding: 18px 16px 24px;
    text-align: center;
    color: #64748b;
    font-size: 0.9rem;
}

.auth-shell-footer__caption {
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    color: #475569;
}

.auth-shell-legal-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 16px;
}

.auth-shell-legal-links a {
    color: #176b56;
    text-decoration: none;
    font-weight: 700;
}

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

@media (max-width: 640px) {
    .auth-shell-footer {
        padding-top: 14px;
        padding-bottom: 18px;
        font-size: 0.85rem;
    }

    .auth-shell-legal-links {
        gap: 8px 12px;
    }
}
