

.news-hero-container {
    width: Fill (1,440px)px;
    height: Hug (840px)px;
    padding: 32px 216px 0px 216px;
    gap: 2rem;
    opacity: 0px;    

    display: flex;
    flex-direction: column;
}

.news-hero-topper {
    width: Fill (1,008px)px;
    height: Hug (20px)px;
    gap: 0px;
    justify-content: space-between;
    opacity: 0px;

    display: flex;
    flex-direction: row;
}

.news-hero-go-back {
    width: Hug (167px)px;
    height: Hug (20px)px;
    gap: 8px;
    opacity: 0px;
}

.news-hero-go-back a {
    text-decoration: none;
    position: relative;
}

.news-hero-go-back a span {
    position: relative;
}

.news-hero-go-back a span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: black;
    transition: width 300ms ease-out;
}

.news-hero-go-back a:hover span::after {
    width: 100%;
}

.news-hero-go-back img {
    width: Hug (16px)px;
    height: Hug (16px)px;
    gap: 0px;
    opacity: 0px;
}

.news-hero-back-text {
    width: 143px;
    height: 20px;
    gap: 0px;
    opacity: 0px;

    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-align: left;

    color: black;
}

.news-hero-pubdate {
    width: Hug (225px)px;
    height: Hug (20px)px;
    gap: 8px;
    opacity: 0px;    
}

.news-hero-pubdate-text {
    width: 112px;
    height: 20px;
    gap: 0px;
    opacity: 0px;

    font-size: 14px;
    font-weight: 300;
    line-height: 19.6px;
    text-align: left;
    
    color: #ADB5BD;
}

.news-hero-pubdate-date {
    width: 112px;
    height: 20px;
    gap: 0px;
    opacity: 0px;

    font-size: 14px;
    font-weight: 300;
    line-height: 19.6px;
    text-align: left;
    
    color: #ADB5BD;
}

.news-image-container {
    width: Fill (1,440px)px;
    height: Hug (384px)px;

    gap: 0px;
    border-radius: 16px 0px 0px 0px;
    opacity: 0px;    
}

.news-image-container img {
    width: 100%;
    height: 100%;

    max-height: 384px;

    gap: 0px;
    border-radius: 1rem;
    opacity: 0px;

    object-fit: cover;
}



.news-title-text {
    font-size: 40px;
    font-weight: 700;
    line-height: 48.76px;
    text-align: center;
    color: black;
}

.news-title-summary {
    width: Fill (1,008px)px;
    height: Hug (66px)px;
    padding: 0px 72px 0px 72px;
    gap: 0px;
    opacity: 0px;

    text-align: center;
}

.news-title-summary-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 22.4px;
    color: #495057;
}

.news-hero-category {
    width: Hug (221px)px;
    height: Hug (46px)px;
    gap: 0px;
    opacity: 0px;

    display: flex;
    justify-content: center;
}

.news-hero-category-chips {
    padding: 12px 24px;
    border: 1px solid #ADB5BD;
    border-radius: 24px;
}

.news-hero-category-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-align: left;
    
    color: #495057;
}

.news-hero-divider {
    border-top: 1px solid #E9ECEF;
}

/* News detail content */

.news-content-container {
    width: Fill (1,440px)px;
    height: Hug (1,133px)px;
    padding: 48px 216px 0px 216px;
    gap: 3rem;
    opacity: 0px;

    display: flex;
    flex-direction: column;
}

.news-content-body {
    padding: 0px 72px 0px 72px;
    gap: 32px;
    opacity: 0px;

    display: flex;
    flex-direction: column;
}

.related-news-container {
    padding: 80px 48px 80px 48px;
    gap: 32px;
    opacity: 0px;

    display: flex;
    flex-direction: column;
}

.news-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.news-title-text {
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-weight: 700;
    color: rgba(0, 0, 0, 1);
    font-size: 28px;
    line-height: normal;
}

.news-catalog {
    display: flex;
    align-items: flex-start;
    gap: 2px;
    width: 100%;
}

.news-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex: 1;
    background-color: rgba(248, 249, 250, 1);
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(222, 226, 230, 1);
}

.news-image-link {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.news-image {
    width: 100%;
    max-height: 176.71px;
    object-fit: cover;
}

.news-title-container {
    display: flex;
    flex-direction: column;

    padding: 1rem;
    gap: 1rem;
    width: 100%;
}

.news-text-wrapper {
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-weight: 500;
    font-variant-numeric: lining-nums proportional-nums;
    color: rgba(0, 0, 0, 1);
    font-size: 1rem;
    min-height: 39.2px;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    margin: 0;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-bottom {
    border-top: 1px solid rgba(222, 226, 230, 1);
    display: flex;
    padding: 12px 16px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;

}

.news-body-text, 
.news-date-text {
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.4;
}

.news-body-text {
    color: rgba(0, 0, 0, 1);
}

.news-date-text {
    color: rgba(108, 117, 125, 1);
}

.news-title-link {
    text-decoration: none;
    color: rgba(0, 0, 0, 1);
}

.news-title-link:hover .news-text-wrapper {
    text-decoration: underline;
}

.news-content-body br {
    margin: 8px 0;
}


@media (max-width: 480px) {
    .news-hero-container {
        padding: 24px 16px 0px 16px;
    }

    .news-content-container {
        padding: 32px 16px 0px 16px;
    }

    .news-hero-topper {
        flex-direction: column;
        gap: 8px;
        align-items: center;
    }

    .news-title-text {
        font-size: 20px;
        line-height: 24.4px;
    }

    .news-title-summary {
        padding: 0;
    }

    .news-title-summary-text {
        font-size: 13px;
        line-height: 18.2px;
    }

    .news-content-body {
        padding: 0;
        font-size: 14px;
        line-height: 19.6px;
    }

    .news-content-body br {
        margin: 6px 0;
    }

    .related-news-container {
        padding: 48px 16px 48px 16px;
    }

    .news-catalog {
        flex-direction: column;
        gap: 24px;
    }

    .btn-secondary-black .heading-8 {
        font-size: 14px;
        line-height: 17.07px;
    }

    .news-top .news-title-text {
        font-size: 24px !important;
        line-height: 29.26px !important;
    }

    .news-text-wrapper, .news-body-text, .news-date-text {
        font-size: 14px;
        line-height: 19.6px;
    }

    .news-hero-back-text {
        font-size: 16px;
        line-height: 19.6px;
    }
}