.catalogSidebarNews {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-top: 0.5px solid #D5D9E8;
    border-radius: 3px;
}

.catalogSidebarNews__featured,
.catalogSidebarNews__item {
    background: var(--color-white);
    border-right: 0.5px solid #D5D9E8;
    border-bottom: 0.5px solid #D5D9E8;
    border-left: 0.5px solid #D5D9E8;
}

.catalogSidebarNews__featured {
    position: relative;
    padding: 11px 10px 10px;
}

.catalogSidebarNews__featuredTop {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    color: #ABB3D1;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 9px;
}

.catalogSidebarNews__featuredType {
    margin-left: auto;
    text-align: right;
}

.catalogSidebarNews__featuredName {
    display: block;
    color: #29292B;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 8px;
    text-decoration: none;
}

.catalogSidebarNews__featuredText {
    display: -webkit-box;
    overflow: hidden;
    color: #29292B;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.28;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
}

.catalogSidebarNews__featuredArrow {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 20px;
    margin-top: 2px;
    text-decoration: none;
}

.catalogSidebarNews__featuredImage {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    max-height: 145px;
    margin-top: 7px;
    overflow: hidden;
    text-decoration: none;
}

.catalogSidebarNews__featuredImage img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 145px;
    object-fit: contain;
}

.catalogSidebarNews__item {
    display: flex;
    flex-direction: column;
    padding: 9px 10px 11px;
    text-decoration: none;
}

.catalogSidebarNews__date {
    color: #989898;
    font-size: 11px;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 5px;
}

.catalogSidebarNews__name {
    color: #29292B;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
}

.catalogSidebarNews__featuredName:hover,
.catalogSidebarNews__featuredName:focus,
.catalogSidebarNews__featuredArrow:hover,
.catalogSidebarNews__featuredArrow:focus,
.catalogSidebarNews__featuredImage:hover,
.catalogSidebarNews__featuredImage:focus,
.catalogSidebarNews__item:hover,
.catalogSidebarNews__item:focus {
    text-decoration: none;
}

.catalogSidebarNews__featuredName:hover,
.catalogSidebarNews__featuredName:focus,
.catalogSidebarNews__item:hover .catalogSidebarNews__date,
.catalogSidebarNews__item:hover .catalogSidebarNews__name,
.catalogSidebarNews__item:focus .catalogSidebarNews__date,
.catalogSidebarNews__item:focus .catalogSidebarNews__name {
    color: var(--color-primary);
}
