.momentum-promotedcontent-zoneunit-container {
    padding-top: 0;
    padding-bottom: 0;
    border: 1px solid #E6E6E6;
}
.momentum-promotedcontent-zoneunit-container .momentum-promotedcontent-zoneunit-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #FDFDFD;
    padding: 20px;
}

.momentum-promotedcontent-zoneunit-container .momentum-promotedcontent-zoneunit-list .momentum-promotedcontent-item {
    width: fit-content;
    overflow: hidden;
    max-width: calc((100% / 3) - 10px);
}

.momentum-promotedcontent-zoneunit-container .momentum-promotedcontent-zoneunit-list .momentum-promotedcontent-item a {
    text-decoration: none;
    color: #000;
}
.momentum-promotedcontent-zoneunit-container .momentum-promotedcontent-zoneunit-list .momentum-promotedcontent-item a:hover {
    opacity: 0.8;
}

.momentum-promotedcontent-zoneunit-container .momentum-promotedcontent-zoneunit-list .momentum-promotedcontent-item img {
    height: auto !important;
    max-width: 100%;
}

.momentum-promotedcontent-item {
    height: calc(100% - 20px);
    margin-bottom: 20px;
    border: 1px solid #E6E6E6;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.momentum-promotedcontent-item {
    margin-bottom: 0;
    width: calc(33.33333% - 15px);
}
.momentum-promotedcontent-item .cscd-home-sponsor{
    font-size: 12px;
}

.momentum-promotedcontent-item .link-more{
    font-size: 14px;
    color: #3DA3DB;
    margin-top: 10px;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 3px;
}

@media(max-width:767px) {
    .momentum-promotedcontent-zoneunit-list {
        flex-direction: column;
    }

    .momentum-promotedcontent-item {
        width: 100% !important;
        margin-bottom: 30px;
        max-width: 100% !important;
    }

    .momentum-promotedcontent-item:last-child {
        margin-bottom: 0;
    }
}