/* ==========================================================================
   footer-public.css – Styles für den öffentlichen Footer
   /css/ | MoAktor

   Ausgelagert aus _includes/footer-public.php im August 2026.

   IDX: 679 | V: 1.0.0 | L: 0
   CHK: idx-marker

   Teil des MoAktor‑Ökosystems | Lizenz: Lichtarchitekt‑Lizenz #7
   ========================================================================== */

.garden-footer {
    padding: 2rem 1.5rem;
    margin-top: 4rem;
    border-top: 1px solid rgba(212, 175, 55, 0.18);
    text-align: center;
    font-family: 'Inter', 'Helvetica Neue', sans-serif;
    color: #777;
    font-size: 0.8rem;
}

.garden-footer a {
    color: #aaa;
    text-decoration: none;
    transition: color 0.3s;
}

.garden-footer a:hover {
    color: #d4af37;
}

.garden-footer .footer-divider {
    margin: 0 0.5rem;
    opacity: 0.3;
}