/* News card click + overlay fix */

.news-wrap {
    position: relative;
}

.news-wrap .xb-item--img {
    position: relative;
    overflow: hidden;
}

.news-wrap .xb-item--img .div-link {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0 !important;
    max-height: 100%;
    pointer-events: auto;
    cursor: pointer;
}

.news-wrap .xb-item--img img {
    display: block;
}

.news-wrap .xb-news-contant,
.news-wrap .xb-link {
    position: relative;
    z-index: 2;
}

.news-wrap .xb-item--title a,
.news-wrap .xb-link a {
    position: relative;
    z-index: 3;
    pointer-events: auto;
}
