/* Category page */
.category-news-section,
.news-article-section {
    padding: 30px 0px;
    background-color: #F4F6F8;
}

.category-news-section .category-main-story::before {
    content: '';
    z-index: 5;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.category-news-section .category-main-story {
    aspect-ratio: 0 / 5;
}

.category-news-section .hero-section .hero-news-story .hero-content {
    bottom: 18px;
}

.category-news-section .hero-section .hero-news-story .hero-content .story-desc {
    margin-bottom: 12px;
}

.category-news-section .hero-section .hero-news-story .hero-content .story-heading {
    margin-bottom: 10px;
}

.category-news-section .category-right-content-wrapper {
    position: sticky;
    top: 20px;
}

.category-news-section .hero-section {
    padding: 0;
    background: none;
}

.category-news-section .category-news-tab-content {
    padding: 32px 0px;
}

.category-news-section .hero-news-story img {
    transition: all 0.8s ease-in-out;
    min-height: 500px;
}

.category-news-section .hero-news-story:hover img {
    transform: scale(1.1);
}

/* Category news list */
.category-news-section .category-news-list-wrapper {
    padding-top: 48px;
}
/*news story-item*/
.news-story {
    padding: 20px 0px;
    border-top: 1px dashed var(--primary-text-color);
}

.news-story:last-child {
    border-bottom: 1px dashed var(--primary-text-color);
}

.news-story .news-story-image {
    max-width: 250px;
    min-height: 172px;
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
    aspect-ratio: 7 / 5;
}

.news-story .news-story-image img {
    transition: all 0.5s ease-in-out;
}

.news-story:hover .news-story-image img {
    transform: scale(1.1);
}

.news-story .news-story-content {
    margin-left: 20px;
}

.news-story .news-story-content .sub-category-tag {
    transition: all 0.3s ease;
    width: fit-content;
    border: 1px solid #B8C1CD;
    border-radius: 4px;
    padding: 2px 10px;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.78px;
    text-transform: uppercase;
    color: var(--primary-text-color);
}

.news-story:hover .sub-category-tag {
    background-color: var(--primary-color);
    color: #fff;
    border: 1px solid var(--primary-color)
}

.news-story .news-story-content .story-heading {
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: var(--primary-heading-color);
    margin: 12px 0 14px;
}

.news-story:hover .news-story-content .story-heading {
    color: var(--secondary-color);
}


.news-story .news-story-content .additional-info-row .text{
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.78px;
    color: var(--primary-text-color) !important;
}
.news-story .news-story-content .additional-info-row i{color: var(--primary-text-color) !important;}

.news-story .news-story-content .additional-info-row .date-time-stamp .text {
    text-transform: uppercase;
}

.news-story .news-story-content .story-desc-text {
    font-weight: 600;
    line-height: 21px;
    margin: 12px 0 0 0;
    color: var(--primary-text-color) !important;
}

/* Category right top stories */
.category-news-section .category-right-content-wrapper {
    padding-left: 8px;
}

.category-right-content-wrapper .category-top-stories .section-heading {
    margin: 15px 0px
}

.category-right-content-wrapper .category-top-stories .category-top-story {
    padding: 16px;
    background: #F9F9F7;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-bottom: 15px;
    transition: all 0.3s ease-in-out;
}

.category-right-content-wrapper .category-top-stories .category-top-story:hover {
    transform: translateY(-3px) scale(1.01);
}

.category-right-content-wrapper .category-top-stories .category-top-story:hover .story-heading {
    color: var(--primary-color);
}

.category-news-section .category-top-story .top-row {
    margin-bottom: 14px;
}

.category-news-section .category-top-story .top-row .text {
    font-weight: 600;
    font-size: 13px;
    line-height: 13px;
    font-family: var(--secondary-font);
    color: var(--primary-text-color) !important;
}

.category-news-section .category-top-story .top-row .text.date-time,
.news-article-section .article-info-row .text.date-time,
.article-related-stories-list .related-story-card .story-content .text.date-time {
    text-transform: uppercase;
}

.category-news-section .category-top-story .trending-number-tag {
    font-weight: 600;
    font-size: 28px;
    line-height: 31px;
    color: #C2C2C2;
    margin-right: 7px;
    flex-shrink: 0;
}

.category-news-section .category-top-story .story-image {
    min-width: 118px;
    max-height: 102px;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 10 / 9;
}

.category-news-section .category-top-story .story-heading {
    font-weight: 600;
    font-size: 17px;
    line-height: 25px;
    color: var(--primary-heading-color);
    margin: 0 0 0 14px;
}

.truncated-text-big {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

/* Category related sections */
.category-related-sections .related-sections-list {
    margin-top: 25px;
}

.category-related-sections .related-sections-list .category-row {
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.category-related-sections .related-sections-list .category-row:hover .category-story-count {
    background-color: var(--primary-color);
}

.category-related-sections .related-sections-list .category-row .right-arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.category-related-sections .related-sections-list .category-row .category-name {
    font-weight: 600;
    color: #393939;
}

.category-related-sections .related-sections-list .category-row .category-story-count {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 25px;
    min-width: 45px;
    background: var(--primary-text-color);
    border-radius: 4px;
    font-family: var(--secondary-font);
    font-weight: 700;
    font-size: 12px;
    color: #FFFFFF;
    transition: all 0.3s ease;
}

/* Category-news page responsive */
@media(max-width:1199px) {
    .category-news-section .hero-section .hero-news-story .hero-content {
        bottom: 12px;
    }

    .category-news-section,
    .news-article-section {
        padding: 20px 0px;
    }

    .category-news-section .category-news-tab-content {
        padding: 22px 0px;
    }

    .category-news-section .category-right-content-wrapper {
        padding: 0;
    }

    .category-news-section .category-top-story .story-image {
        min-width: 90px;
        max-height: 82px;
        aspect-ratio: 1/1;
    }

    .category-news-section .category-top-story .story-heading {
        font-size: 14px;
        line-height: 20px;
    }

    .category-news-section .category-top-story .trending-number-tag {
        font-size: 22px;
        line-height: 22px;
    }

    .category-right-content-wrapper .category-top-stories ul li {
        padding: 12px;
    }

    .category-news-section .category-news-list-wrapper {
        padding-top: 26px;
    }

    .news-story .news-story-image {
        max-width: 178px;
    }

    .news-story .news-story-content .story-heading {
        font-size: 17px;
        line-height: 23px;
        margin: 10px 0 12px;
    }
}

@media(max-width:991px) {
    .category-news-section {
        padding: 20px 0px 0px;
    }

    .category-news-section .category-news-tab-content {
        padding: 22px 0px 10px;
    }

    .category-right-content-wrapper .category-top-stories,
    .category-right-content-wrapper .category-related-sections {
        flex: 1;
    }

    .category-right-content-wrapper .category-top-stories {
        padding-top: 16px;
        padding-right: 18px;
    }

    .category-right-content-wrapper .category-related-sections {
        padding-left: 18px;
    }
    .category-news-section .category-right-content-wrapper{display: flex;flex-wrap: wrap;}
    .category-right-content-wrapper .category-top-stories,.category-right-content-wrapper .category-related-sections{order: 1;}
    .category-right-content-wrapper .ad-section-wrapper{order: 2;}
    .category-right-content-wrapper .ad-section-wrapper .ad-box{width: 425px;}

}

@media(max-width:600px) {
    .category-news-section .category-right-content-wrapper {
        display: flex;
        flex-direction: column;
    }

    .category-right-content-wrapper .category-top-stories {
        padding-right: 0px;
    }

    .category-right-content-wrapper .category-related-sections {
        padding-left: 0px;
    }

    .news-story .news-story-content .additional-info-row {
        flex-wrap: wrap;
        gap: 6px;
    }

    .news-story .news-story-content {
        margin-left: 14px;
    }

    .news-story .news-story-content .story-heading {
        font-size: 16px;
        line-height: 21px;
        margin: 10px 0;
    }

    .news-story .news-story-content .sub-category-tag {
        padding: 2px 7px;
        letter-spacing: 0px;
        font-size: 12px;
    }

    .news-story .news-story-content .story-desc-text {
        margin-top: 8px;
    }

    .category-related-sections .related-sections-list li {
        margin-bottom: 12px;
    }

    .back-to-top {
        width: 42px;
        height: 42px;
        line-height: 42px;
        font-size: 18px;
    }
}

@media(max-width:500px) {
    .news-story .news-story-content .story-heading {
        font-size: 14px;
        line-height: 19px;
    }

    .news-story .news-story-content .additional-info-row .text {
        font-size: 12px;
        letter-spacing: 0;
    }

    .categories-tabs {
        margin-bottom: 4px;
    }


}