.site-footer {
    gap: 1.25rem;
}

.site-footer-dynamic-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
    align-items: flex-start;
    justify-content: flex-end;
    min-width: min(420px, 100%);
}

.site-footer-dynamic-group {
    display: grid;
    gap: 0.5rem;
    min-width: 130px;
}

.site-footer-dynamic-group h3 {
    margin: 0;
    color: rgba(47, 31, 26, 0.84);
    font-size: 0.85rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.site-footer-dynamic-group nav {
    display: grid;
    gap: 0.35rem;
}

.site-footer-dynamic-group a {
    color: rgba(47, 31, 26, 0.68);
    font-weight: 800;
    text-decoration: none;
}

.site-footer-dynamic-group a:hover,
.site-footer-dynamic-group a:focus-visible {
    color: #0b7978;
    text-decoration: underline;
}

.site-footer-copy {
    color: rgba(47, 31, 26, 0.62);
}

@media (max-width: 780px) {
    .site-footer-dynamic-links {
        justify-content: flex-start;
        width: 100%;
    }
}
