.fp-post-link {
    display: inline-block;
}

.list .fp-post-title {        
    color: var(--footer-text-color);
    margin: 0 0 5px;
    padding-bottom: 10px;
    line-height: 1.2;
    font-weight: 400;
    font-size: 14px;
    font-family: var(--body-font-family);
}

.list .footer-post:not(:last-child) .fp-post-title {
    border-bottom: solid 1px #8c8c8c39;
}

.footer-posts.list {
    display: flex;
    flex-direction: column;
    width: max(80%, 350px);
}