.newsroom.feed-page {
    background-color: transparent;
    opacity: 1;
    padding: 0;
    visibility: visible;
}

.newsroom.feed-page h2 {
    line-height: 64px;
    margin-bottom: 2.5rem;
    text-align: center;
}

.feed {
    margin: 0 auto;
    max-width: 620px;
}

.feed-year {
    align-items: center;
    display: flex;
    gap: .875rem;
    margin: 2.5rem 0 1.25rem;
}

.feed-year:first-child {
    margin-top: 0;
}

.feed-year::before,
.feed-year::after {
    background-color: rgba(0, 0, 0, .1);
    content: "";
    flex: 1;
    height: 1px;
}

.feed-year span {
    color: rgba(0, 0, 0, .55);
    font-family: 'Overpass', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .08em;
}

.feed-post {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 10px;
    margin-bottom: 1rem;
    overflow: hidden;
}

.feed-post__head {
    align-items: flex-start;
    display: flex;
    gap: .75rem;
    padding: 1rem 1.25rem .5rem;
}

.feed-post__avatar {
    align-items: center;
    background-color: #F9F7F6;
    border-radius: 50%;
    display: flex;
    flex: 0 0 48px;
    height: 48px;
    justify-content: center;
    width: 48px;
}

.feed-post__avatar img {
    height: 26px;
    width: 26px;
}

.feed-post__identity {
    flex: 1;
    min-width: 0;
}

.feed-post__author {
    color: #000;
    display: block;
    font-family: 'Overpass', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
}

.feed-post__author:hover {
    color: #000;
    text-decoration: underline;
}

.feed-post__tagline,
.feed-post__date {
    color: rgba(0, 0, 0, .55);
    display: block;
    font-family: 'Overpass', sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.4;
}

.feed-post__date {
    font-size: 12px;
}

.feed-post__follow {
    color: rgba(0, 0, 0, .55);
    flex: 0 0 auto;
}

.feed-post__follow img {
    height: 18px;
    opacity: .45;
    transition: opacity .15s linear;
    width: 18px;
}

.feed-post__follow:hover img {
    opacity: 1;
}

.feed-post__body {
    padding: 0 1.25rem 1rem;
}

.feed-post__title {
    color: #000;
    font-family: 'Overpass', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: .5rem;
}

.feed-post__text {
    color: rgba(0, 0, 0, .8);
    font-family: 'Overpass', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 0;
}

.feed-post__text.is-clamped {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.feed-post__more {
    background: none;
    border: 0;
    color: rgba(0, 0, 0, .55);
    cursor: pointer;
    display: none;
    font-family: 'Overpass', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-top: .25rem;
    padding: 0;
}

.feed-post__more:hover {
    color: #000;
    text-decoration: underline;
}

.feed-post__more.is-visible {
    display: inline-block;
}

.feed-post__foot {
    border-top: 1px solid rgba(0, 0, 0, .08);
    display: flex;
    gap: .25rem;
    padding: .375rem .75rem;
}

.feed-post__action {
    align-items: center;
    border-radius: 4px;
    color: rgba(0, 0, 0, .6);
    display: flex;
    flex: 1;
    font-family: 'Overpass', sans-serif;
    font-size: 14px;
    font-weight: 400;
    gap: .4rem;
    justify-content: center;
    padding: .5rem .5rem;
    transition: background-color .15s linear, color .15s linear;
}

.feed-post__action:hover {
    background-color: #F9F7F6;
    color: #000;
    text-decoration: none;
}

.feed-post__action img {
    height: 16px;
    opacity: .6;
    width: 16px;
}

.feed-post__action:hover img {
    opacity: 1;
}

@media (max-width: 767.98px) {
    .newsroom.feed-page h2 {
        font-size: 34px;
        line-height: normal;
        margin-bottom: 1.5rem;
    }
    .feed-post__head {
        padding: .875rem 1rem .5rem;
    }
    .feed-post__body {
        padding: 0 1rem .875rem;
    }
    .feed-post__action {
        font-size: 13px;
    }
}
