.sidebar-posts .block-post-sidebar {
    display: flex;
    gap: 10px;
}

.sidebar-posts .block-post-sidebar:hover {
    color: var(--paletteColor1);
}

.sidebar-posts .block-post-sidebar:not(:last-child) {
    margin-bottom: 10px;
}

.sidebar-posts .block-post-sidebar .container-img {
    width: 80px;
    height: 80px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    min-width: 80px;
    background: #f7f7f7;
}

.sidebar-posts .block-post-sidebar .category-post {
    display: block;
    color: var(--color);
    opacity: 0.5;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}

.sidebar-posts .block-post-sidebar .title-post {
    width: calc(100% - 15px);
    display: block;
    font-size: 16px;
    line-height: 19px;
    margin: 5px 0 0;
    font-weight: bold;
}
