:root {
    --fzs-green-dark: #0d4d37;
    --fzs-surface: #fffdf8;
    --fzs-support: #b4682f;
    --fzs-white: #ffffff;
    --fzs-content-width: 1180px;
    --fzs-focus-ring: 0 0 0 5px var(--fzs-surface), 0 0 0 8px var(--fzs-support);
    --fzs-touch-target: 44px;
}

footer.site-info {
    background: var(--fzs-green-dark) !important;
    color: var(--fzs-white) !important;
}

.inside-site-info {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
}

.copyright-bar {
    width: 100%;
}

.fzs-footer-layout {
    align-items: start;
    column-gap: clamp(1rem, 3vw, 2.4rem);
    display: grid;
    grid-template-columns: minmax(210px, 0.8fr) minmax(0, 1.6fr);
    justify-content: stretch;
    margin-left: auto;
    margin-right: auto;
    max-width: var(--fzs-content-width);
    row-gap: 0.4rem;
    text-align: left;
    width: 100%;
}

.fzs-footer-brand,
.fzs-footer-links > div {
    align-content: start;
    display: flex;
    flex-direction: column;
    gap: 0.18rem;
}

.fzs-footer-links {
    align-items: start;
    column-gap: clamp(0.85rem, 2vw, 1.5rem);
    display: grid;
    grid-template-columns: repeat(3, minmax(120px, 1fr));
    row-gap: 0;
}

footer.site-info .fzs-footer-brand strong,
footer.site-info .fzs-footer-links strong {
    color: var(--fzs-white);
    margin-bottom: 0.15rem;
}

footer.site-info .fzs-footer-brand span {
    color: #dbe9e3;
    line-height: 1.35;
}

footer.site-info .fzs-footer-layout a {
    align-items: center;
    color: #f4fbf7;
    display: inline-flex;
    line-height: 1.35;
    min-height: 28px;
    padding-block: 0.12rem;
    text-decoration: none;
}

footer.site-info .fzs-footer-layout a:hover,
footer.site-info .fzs-footer-layout a:focus-visible {
    color: var(--fzs-white);
    text-decoration: underline;
    text-underline-offset: 0.2em;
}

footer.site-info .fzs-footer-layout a:focus-visible {
    box-shadow: var(--fzs-focus-ring);
    outline: 0;
    outline-offset: 3px;
}

@media (max-width: 768px) {
    .fzs-footer-layout,
    .fzs-footer-links {
        grid-template-columns: 1fr;
    }

    footer.site-info .fzs-footer-layout a {
        min-height: var(--fzs-touch-target);
    }
}
