.f-blog-sidebar {
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
    margin-top: 60px
}

@media screen and (min-width: 1024px) {
    .f-blog-sidebar {
        width: 25%;
        margin-top: 0
    }
}

.f-widget + .f-widget {
    margin-top: 30px
}

.f-widget__title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.555;
    margin-bottom: 8px
}

.f-recent-posts {
    margin-top: 20px
}

.f-recent-post {
    display: grid;
    column-gap: 12px;
    grid-template-columns:minmax(70px, 25%) auto
}

.f-recent-post + .f-recent-post {
    margin-top: 20px
}

.f-recent-post__thumbnail {
    align-self: self-start
}

.f-recent-post__tag {
    margin-bottom: 8px;
    line-height: 1
}

.f-recent-post__tag a {
    font-size: 12px;
    line-height: 1.333;
    text-transform: uppercase;
    letter-spacing: .3px
}

.f-recent-post__title {
    font-weight: 500;
    margin-bottom: 4px
}

.f-recent-post__title a:hover {
    text-decoration: underline
}

.f-recent-post__description {
    color: rgb(var(--color-foreground-secondary));
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px
}

.f-recent-post__meta {
    color: rgb(var(--color-foreground-secondary));
    font-size: 14px;
    line-height: 20px
}

.f-recent-post__meta span {
    color: rgb(var(--color-foreground))
}
