.site-footer__legal-action {
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    text-decoration: none;
    cursor: pointer;
}

.site-footer__legal-action:hover,
.site-footer__legal-action:active {
    background: transparent;
    color: inherit;
    text-decoration: none;
}

.site-footer__legal-action:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}

.site-footer__link-action {
    width: fit-content;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--Primary-100, #E4F1FF);
    font: 400 14px/1.5 "Nunito Sans", "Segoe UI", sans-serif;
    cursor: pointer;
}

.site-footer__link-action:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}

.site-footer--home .site-footer__links--two-columns {
    grid-auto-flow: column;
    grid-template-rows: repeat(5, auto);
}

.site-footer--home .site-footer__home-grid {
    grid-template-columns: 286px minmax(0, 1fr) 542px;
    column-gap: 60px;
    row-gap: 36px;
}

.site-footer--home .site-footer__brand-title,
.site-footer--home .site-footer__section-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
}

.site-footer--home .site-footer__brand-title {
    white-space: nowrap;
}

.site-footer--home .site-footer__home-copy {
    margin: 0;
    color: #e1e8f0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.site-footer--home .site-footer__home-brand {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.site-footer--home .site-footer__home-brand .site-footer__brand-title {
    margin: 0 0 4px;
}

.site-footer--home .site-footer__section-list {
    gap: 16px;
}

.site-footer--home .site-footer__links {
    gap: 4px;
}

.site-footer--home .site-footer__links--two-columns {
    grid-template-rows: repeat(5, auto);
}

.site-footer--home .site-footer__links a {
    line-height: 1.5;
}

@media (max-width: 1200px) {
    .site-footer--home .site-footer__links--two-columns {
        grid-auto-flow: row;
        grid-template-rows: none;
    }
}

@media (max-width: 1272px) {
    .site-footer--home .site-footer__home-grid,
    .site-footer--home .site-footer__bottom,
    .site-footer--home .site-footer__archive-inner {
        max-width: 1272px;
        padding-inline: 16px;
    }

    .site-footer--home .site-footer__bottom-separator {
        width: auto;
        max-width: none;
        margin-inline: 16px;
    }
}

@media (max-width: 1080px) {
    .site-footer--home .site-footer__home-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .site-footer--home .site-footer__home-grid > :last-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 820px) {
    .site-footer--home .site-footer__home-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .site-footer--home .site-footer__brand-title {
        white-space: normal;
    }
}
