.footer-list {
    display: flex;
    gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-list a:hover,
.footer-list a:focus {
    color: #8cc63f;
}
.footer-social .footer-list svg
 {
    width: 2rem;
    height: 2rem;
    fill: currentColor;
}
.govuk-list.footer-list p {
    display: none;
}
.footer-list li {
    border-left: none;
}