.UIArticleShare_default .Header .text {
  display: flex;
    align-items: center;
    gap: 8px;
    color: rgb(51, 51, 51);
    font-family: Merriweather;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;  
}
.UIArticleShare_default .Header .HeaderWrap
{
    border-bottom: 1px solid #d13626;
    padding-bottom: 4px;
    margin-bottom: 12px;
    position: relative;
    z-index: 2;
}


.UIArticleShare_default .Header .view-more {
display: none;
}


.UIArticleShare_default .UIShareNewsControl {
    box-sizing: border-box;
    padding: 16px 16px 0;
    border: 1.2px solid #b5b2b2;
    background:
        linear-gradient(
            rgba(253, 246, 218, 0.4) 0%,
            #fff4c8 50%,
            rgba(252, 250, 246, 0.4) 100%
        ),
        url("https://static.mediacdn.vn/TaoMauNhung/images/bg-new.svg")
        center / cover no-repeat;
}

.UIArticleShare_default .UIShareNewsControl .Wrap {
    width: 100%;
}

.UIArticleShare_default .UIShareNewsControl img {
    max-width: 100%;
}

.UIArticleShare_default .UIShareNewsControl .news-title {
        display: block;
    color: #333;
    font-family: Merriweather;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    max-height: 60px;
    overflow: hidden;
}

.UIArticleShare_default .UIShareNewsControl .news-sapo {
display: none;
}

.UIArticleShare_default .UIShareNewsControl .img-news {
    display: none;
}

.UIArticleShare_default .UIShareNewsControl .news-item {
    border-top: 1px dashed #b5b2b2;
    padding-top: 12px;
    padding-bottom: 12px;
}

.UIArticleShare_default .UIShareNewsControl .time {
    display: none;
    
}