/* IZI News Cards — улучшенная читаемость названий */
.news-list-wrap .sub-list .item .name {
    background: rgba(255, 255, 255, 0.92);
    padding: 10px 12px;
    margin: -30px 8px 0;
    border-radius: 6px;
    position: relative;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.news-list-wrap .sub-list .item .name a {
    color: #1a1a1a;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
}
.news-list-wrap .sub-list .item:hover .name {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
