.MuiBox-root.css-55rdki {
    text-align: center;
    padding: 20px 20px 30px 20px;
    background-color: #111111;
    color: #b8b8b8;;
    margin: 0;
    font-weight: 700;
    line-height: 1.5555555555555556;
    margin-top: 50px;
    font-family: Public Sans, sans-serif;
}

.MuiBox-root.css-55rdki a {
    color: #585858;;
    text-decoration: none;
}

.MuiBox-root.css-55rdki a:hover {
    text-decoration: underline;
}

.footer-logo {
    max-width: 80px;
    margin-bottom: 12px;
}

.footer-icons {
    margin: 20px 0;
    font-size: 18px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    color: #585858;;
}

.footer-icons a:hover,
.footer-icons a:focus,
.footer-icons a:active {
    text-decoration: none !important;
}

.footer-icons a {
    color: #585858;;
    font-size: 22px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    position: relative;
    padding: 0 10px;
}

.footer-icons a:not(:last-child)::after {
    content: "|";
    color: #888;
    position: absolute;
    right: -10px;
}

