.site-footer {
    padding: 24px 0 40px;
}

.footer-shell {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding-top: 18px;
    border-top: 1px solid rgba(197, 217, 77, 0.1);
    color: #96a398;
}

.footer-shell p {
    margin: 0;
}

.footer-shell a {
    color: var(--brand-strong);
}

.footer-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    align-items: center;
    justify-content: center;
}

.footer-nav a {
    color: #c4cdc5;
}

.footer-nav a[aria-current="page"] {
    color: var(--brand-strong);
}

@media (min-width: 768px) {
    .footer-shell {
        flex-direction: row;
        justify-content: space-between;
    }
}
