/*footer.css*/

/* =========================
   FOOTER
========================= */

.site-footer {
    padding: 24px 0;
    color: var(--muted);
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}