﻿.worldCupNewsClip .articleListWidget {
    border: 1px solid #E8E8E8;
    background: #232323;
    width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

    .worldCupNewsClip .articleListWidget .ttl {
        border-bottom: 1px solid rgba(4, 207, 92, 0.20);
        display: block;
        width: 100%;
        float: right;
        padding: 0 12px;
        height: 48px;
    }

        .worldCupNewsClip .articleListWidget .ttl p {
            float: right;
            padding: 0;
            font-family: DroidKufiBold, Arial;
            font-size: 17px;
            color: #04CF5C;
            line-height: 48px;
            background: none;
        }

            .worldCupNewsClip .articleListWidget .ttl p a {
                color: #04CF5C;
            }

        .worldCupNewsClip .articleListWidget .ttl .more {
            float: left;
            font-size: 14px;
            display: block;
            position: relative;
            z-index: 1;
            color: #04CF5C;
        }

        .worldCupNewsClip .articleListWidget .ttl .more, .worldCupNewsClip .articleListWidget .ttl .icon-more:before {
            line-height: 48px;
        }

            .worldCupNewsClip .articleListWidget .ttl .more:hover {
                color: #E03322;
            }

    .worldCupNewsClip .articleListWidget .allItems {
        display: inline-block;
        float: right;
        width: 100%;
        margin-top: 10px;
    }

    .worldCupNewsClip .articleListWidget ul {
        display: inline-block;
        float: right;
        width: 100%;
        padding: 0px;
    }

    .worldCupNewsClip .articleListWidget li {
        width: 100%;
        display: inline-block;
        float: right;
        padding: 10px;
        position: relative;
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    }


    .worldCupNewsClip .articleListWidget ul li .item .imageCntnr {
        position: relative;
        overflow: hidden;
        padding-bottom: calc((100px * 75) / 100);
        float: right;
        width: 100px;
    }

    .worldCupNewsClip .articleListWidget li img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        margin: 0 auto;
        float: right;
        width: auto;
        max-width: unset;
        height: 100%;
        object-fit: cover;
    }

    .worldCupNewsClip .articleListWidget li .cnts {
        display: inline-block;
        float: right;
        width: calc(100% - 100px);
        padding-right: 10px;
    }

    .worldCupNewsClip .articleListWidget li .secName.news {
        color: #04CF5C;
    }


    .worldCupNewsClip .articleListWidget li .secName {
        display: inline-block;
        float: right;
        margin-bottom: 6px;
        font-family: DroidKufiBold, Arial;
        color: #04CF5C;
        font-size: 12px;
    }


    .worldCupNewsClip .articleListWidget li h2 {
        float: right;
        width: 100%;
        color: #FFFFFF;
        font-size: 13px;
        line-height: 1.6;
        height: 42px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.worldCupNewsClip .arts .item:hover a h2, .worldCupNewsClip li.arts .item:hover .desc h2 {
    color: #04CF5C !important;
}

.worldCupNewsClip .articleListWidget .allItems ul::after {
    content: '';
    display: block;
    clear: both;
    margin-top: 8px;
    background-image: url('../../Images/worldCup/LastNews.webp');
    background-size: 100% auto;
    width: 100%;
    height: 46px;
    background-position: center;
    background-repeat: no-repeat;
}


@media screen and (max-width: 1023px) {
    .worldCupNewsClip .articleListWidget {
        width: 100%;
        margin-top: 30px;
    }
}



