.small-vertical-news-wrap { height:100%; display:flex; flex-direction:column; justify-content: space-between; gap:15px; }

.small-vertical-news { display:flex; }
.small-vertical-news .img-holder { flex-shrink: 0; width:83px; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; overflow:hidden;}
.small-vertical-news .small-vertical-news-text { max-height: 83px; padding-left:12px; font-size:16px; line-height:1.3; font-weight:bold; color:var(--color-primary); overflow:hidden; }
.small-vertical-news:hover .small-vertical-news-text { color: var(--color-blue);}

.small-vertical-news-wrap.type-02 { height:auto; gap:10px; padding:16px; border: 1px solid rgba(6, 40, 73, 0.1); border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; }

@media (min-width:767px) {
    .small-vertical-news-wrap { gap:0; }
    .small-vertical-news .img-holder {width:70px; }
    .small-vertical-news .small-vertical-news-text { max-height: 65px; }
}


@media (min-width:1400px) {
    .small-vertical-news .img-holder {width:83px; }
    .small-vertical-news .small-vertical-news-text { max-height: 84px; }
}
