html body {
    background-color: #fff !important;
}
.date-format {
    opacity: 1;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-top: 3px;
}
.sub-date-format {
    opacity: 0.5;
    display: flex;
    align-items: center;
}

.topnews-right .subnews-card {
    display: flex;
    border-bottom: 1px solid #eee;
    margin-bottom: 12px;
    padding-bottom: 12px;
    column-gap: 20px;
}
.topnews-right .subnews-card:last-of-type {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    display:none;
}
.categories-title {
    margin-bottom: 3px;
}
.categories-title a {
    font-size: 12px;
}
.categoryname-append:after,
.categoryname:after {
    display: none;
}
.dropdown select {
    border: 1px solid #D7D7D7;
    appearance: none;
    background: url(https://www.fibre2fashion.com/Content/images/drop-down-arrow.png) no-repeat 95% 12px;
    border-radius: 5px;
    text-indent: 0.01px;
    width: 100%;
    text-overflow: "";
    padding: 6px 30px 6px 12px;
    cursor: pointer;
    color: var(--blackcolor);
}
.topnews-left {
    padding-bottom: 30px;
}
.header-left-category .dropdown {
    width: 176px;
}
.header-left-category {
    display: flex;
    column-gap: 18px;
    align-items:center;
}
.prime-subscribe-news.prime .date-format {
    flex-direction: column;
    gap: 0;
}
.prime-news-section .headline-header {
    margin: 18px 0px 22px 0px;
}
.subnews-card .sunewsimg{width: 120px;overflow: hidden;height: 64px;}
.subnews-text {
   
    width: calc(100% - 120px);
}

.recommended-wrapper .digital-img {margin-top:0px;}
.recommended-section {
margin-bottom:50px;
}
.topnews-right .subnews-card:nth-child(3) {
    border-bottom: 0;
}
.subnews-card .sunewsimg img {
    width: 100%;
}
@media screen and (max-width: 1200px) {
    .topnews-right .subnews-card:last-of-type{display:flex;}
    .subnews-grid {
        border-bottom: solid 1px #f1f1f1;
        padding-bottom: 6px;
        gap: 30px;
    }
    .topnews-right .subnews-card:nth-child(3) {
        border-bottom: 1px solid #eee;
    }
    .topnews-left {
    padding-bottom: 0px;
}
.prime-subscribe-news.prime {
    column-gap: 3%;
}
.topnews-right .subnews-card:last-of-type{
        border-bottom: 1px solid #eee;
            margin-bottom: 15px;
    padding-bottom: 15px;
}
    .topnews-right .subnews-card {
        width: 48.5%;
    }
    .subnews-card .sunewsimg {
        width: 120px;
        height: 64px;
    }

        
}
.recommended-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media only screen and (max-width:992px) {
    .topnews-right .subnews-card {
        width: 47%;
    }
    
}