

.news-container {
    padding: 2rem 3rem 4rem 3rem;
    gap: 1.5rem;
    opacity: 0px;
    display: flex;
    flex-direction: column;
}


.news-top-title {
    gap: 1rem;
    opacity: 0px;
    display: flex;
    align-items: center;
}

.news-top-title img {
    gap: 0px;
    opacity: 0px;
}

.news-top-title-text {
    gap: 0px;
    font-size: 28px;
    font-weight: 700;
    line-height: 34.13px;
    text-align: left;
}

.news-catalog {
    gap: 1rem;
    justify-content: space-between;
    opacity: 0px;

    display: flex;
    flex-direction: column;
}

.news-catalog-title {
    width: Hug (154px)px;
    height: Hug (20px)px;
    gap: 4px;
    opacity: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-catalog-title-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-align: left;
}

.news-catalog-title-number {
    font-weight: 700;
}

.news-catalog-title img {
    width: Fixed (28px)px;
    height: Fixed (28px)px;
    gap: 0px;
    border-radius: 0.5rem;
    opacity: 0px;    
    cursor: pointer;
}

.news-catalog-row {
    margin: 0;
    width: Fill (1,296px)px;
    height: Hug (380px)px;
    gap: 16px;
    opacity: 0px;    
    display: flex;
    flex-wrap: wrap;
}

.news-catalog-item-container {
    min-height: 380px;
    gap: 0px;
    border-radius: 0.5rem;
    border: 1px 0px 0px 0px;
    opacity: 0px;

    display: flex;
    flex-direction: column;
    border: 1px solid #DEE2E6;
    padding: 0;
}

.news-catalog-item-image {
    width: Fill (421.33px)px;
    height: Hug (190px)px;
    max-height: 190px;
    gap: 0px;
    opacity: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news-catalog-item-image img {
    width: 100%;
    max-height: 100%;
    object-fit: cover;
    gap: 0px;
    border-radius: 8px 8px 0px 0px;
    opacity: 0px;
}

.news-catalog-item-body-container {
    width: Fill (421.33px)px;
    height: Fill (144px)px;
    max-height: 144px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-catalog-item-body {
    min-height: 144px;
    padding: 1rem;
    gap: 0.5rem;
    opacity: 0px;
    display: flex;
    flex-direction: column;
}

.news-catalog-item-title-text {
    gap: 0px;
    opacity: 1;
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px !important;
    text-align: left;
    margin: 0;
    max-height: 44.8px !important;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}


.news-catalog-item-summary-text {
    gap: 0px;
    opacity: 0px;
    font-size: 14px;
    font-weight: 300;
    line-height: 19.6px;
    text-align: left;
    margin: 0;
    
    max-height: 58.8px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news-catalog-item-bottom-container {
    padding: 12px 16px 12px 16px;
    gap: 0px;
    border: 1px 0px 0px 0px;
    justify-content: space-between;
    opacity: 0px;

    display: flex;
    align-items: center;
    flex-direction: row;

    border-top: 1px solid #DEE2E6;
}

.news-catalog-item-category {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-align: left;
    color: black;
}

.news-catalog-item-date {
    font-size: 13px;
    font-weight: 400;
    line-height: 18.2px;
    text-align: left;
    color: #6C757D;
}

.news-catalog-item-title-link {
    min-height: 44.8px;
    text-decoration: none;
    color: inherit;
}

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

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



@media (max-width: 480px) {
    .news-container {
        padding: 1.5rem 1rem 3rem 1rem !important;
    }
    
    .news-top-title-text {
        font-size: 24px !important;
        line-height: 29.26px !important;
    }

    .news-top-chips {
        overflow-x: auto; /* Enable horizontal scrolling for the wrapper */
        -webkit-overflow-scrolling: touch; /* Smooth scrolling for iOS */
        padding-bottom: 5px; /* Optional: Adds a bit of space for better UX */

        /* Hide scrollbar */
        scrollbar-width: none; /* Firefox */
    }

    .news-top-chips::-webkit-scrollbar {
        display: none; /* Hide scrollbar for Chrome, Safari, Opera */
    }

    .news-catalog-item-title-text {
        font-size: 14px !important;
        line-height: 19.6px !important;
    }

    .news-catalog-item-summary-text, .news-catalog-item-category, .news-catalog-item-date, .news-top-chip, .news-catalog-title-text {
        font-size: 13px !important;
        line-height: 18.2px !important;
    }
}