﻿.stu-news-list-container {
    margin-top: 12%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-inline: 5%;
    background-color: var(--sar-off-white);
    padding-bottom: 20px;
    box-sizing: border-box;
}

.stu-page-subtitle {
    font-family: 'montserrat-regular';
    font-style: italic;
    color: var(--stu-blue);
    font-size: 18px;
}
.stu-news-list-wrapper {
    width: 80%;
    text-align: center;
    margin-top: 1%;
}

.stu-news-list-items-container {
    width: 100%;
    display: grid;
    grid-template-columns: 70% 30%;
    grid-auto-rows: max-content;
    align-items: flex-start;
    gap: 20px;
    margin-top: 3%;
}

.stu-news-list-featured-items {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 5%;
    background: #F6F6F6 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 20px;
    opacity: 1;
    padding: 1%;
 /*   min-width: 360px;*/
}

.stu-featured-news-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    grid-template-columns: 100%;
    grid-auto-rows: max-content;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 5%;
    padding: 2%;
}

.stu-featured-news-wrapper > .stu-editors-news-items > .stu-editor-image-container > .stu-editors-news-image {
    width: 120px;
    height: 90px;
    object-fit: cover;
}

.stu-featured-news-wrapper > .stu-editors-news-items > .stu-editor-text-container > .sat-editor-news-title {
    text-align: left;
    font-family: 'montserrat-medium';
}

.stu-featured-news-wrapper > .stu-editors-news-items > .stu-editor-text-container > .sat-editor-news-date {
    text-align: left;
    font-family: 'montserrat-medium';
}

.stu-line-half-width{
    width: 50%;
}

.sat-news-list-item-date {
    color: var(--stu-gold);
    font-family: 'montserrat-bold';
    padding: 5px;
    font-size: 14px;
    margin-top: 1%;
    text-align: left;
}

.sat-news-list-item-title {
    color: var(--stu-blue);
    font-family: 'montserrat-bold';
    padding: 5px;
    font-size: 22px;
    margin-top: 1%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
    text-align: left;
}

.sat-news-list-item-description {
    color: var(--stu-blue);
    font-family: 'montserrat-medium';
    padding: 5px;
    font-size: 16px;
    margin-top: 1%;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
    text-align: left;
}
.stu-news-list-item-container{
    width: 120%;
}
.stu-news-list-item-image {
    max-width: 450px;
    height: 100%;
    width: 100%;
    max-height: 250px;
    min-height: 250px;
    object-fit: cover;
}
.stu-news-list-item-container > .stu-other-news-category {
    font-size: 10px;
    min-width: 80px;
    padding: 5px;
}


.stu-news-items-list-item-container {
    position: relative;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    height: 100%;
}

.stu-news-list-pagination {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stu-news-list-pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    margin: 2px;
    transition: background-color .3s;
    border: 1px solid var(--stu-blue);
    font-family: 'montserrat-medium';
}
.stu-news-list-pagination .stu-news-list-ellipsis {
    border: unset;
    font-size: 20px;
}
.stu-news-list-pagination a.active {
    background-color: var(--stu-blue);
    color: white;
    border: 1px solid var(--stu-blue);
}

.stu-news-pagination-icons > i{
    padding-top: 4px;
    padding-bottom: 4px;
}
/* News Detils */
.stu-news-details-wrapper{
    height: fit-content;
}
.stu-news-details-title {
    font-size: 40px;
    font-family: 'montserrat-bold';
    text-align: left;
    width: 80%;
    margin-top: 1%;
    color: var(--stu-blue);
}

.stu-news-details-category{
    font-size: 13px;
    min-width: 100px;
    padding: 5px;
}

.stu-news-details-date {
    font-size: 20px;
    font-family: 'montserrat-bold';
    text-align: left;
    width: 80%;
    margin-top: 1%;
    margin-bottom: 2%;
    color: var(--stu-grey);
}

.stu-news-details-image-container{
    width: 100%;
    margin-bottom: 3%;
}

.stu-news-details-image-container > img {
    width: 100%;
    height: 100%;
    min-height: 500px;
    max-height: 700px;
    object-fit: cover;
}

.stu-news-details-headline {
    font-size: 18px;
    font-family: 'montserrat-bold';
    text-align: left;
    width: 100%;
    margin-bottom: 1%;
    color: var(--stu-blue);
}

.stu-news-details-description {
    font-size: 18px;
    font-family: 'montserrat-regular';
    text-align: left;
    width: 100%;
    margin-bottom: 1%;
    color: var(--stu-blue);
}

.stu-news-list-details-video {
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 5%;
}

.stu-news-list-details-video > iframe,
.stu-news-list-details-video > video {
    width: 80%;
    height: 500px;
}

.stu-news-details-share{
    display: flex;
    align-items: flex-start;
    position: relative; 
    z-index: 0;
}

.stu-news-list-item-container-v2 {
    width: 100%;
}

.stu-news-list-item{
    cursor: pointer;
}

/* Simple Content */
.stu-simple-content-container {
    margin-top: 5%;
}

@media screen and (max-width: 1500px) {
    .stu-news-list-wrapper {
        width: 100%;
    }

    .stu-news-list-container {
        margin-top: 22%;
        width: 100%;
    }

    /* Simple Content */
    .stu-simple-content-container {
        margin-top: 6%;
    }
}

@media screen and (max-width:900px) {

    .stu-news-section-title{
        font-size: 12px;
    }
    .stu-news-list-featured-items {
        width: 100%;
    }

    .sat-editor-news-title{
        font-size: 12px;

    }
    .stu-featured-news-wrapper > .stu-editors-news-items > .stu-editor-image-container > .stu-editors-news-image {
        width: 120px;
    }

    .stu-news-list-container {
        margin-top: 30%;
        width: 100%;
    }
    .stu-news-list-pagination a {
        padding: 8px 10px;
        font-size: 10px;
    }

    .stu-news-list-title{
        font-size: 20px;
        text-align: center;
    }

    .stu-page-subtitle {
        font-size: 13px;
        text-align: center;
    }
    .stu-news-list-container {
        padding: unset;
    }

    .stu-news-list-wrapper {
        width: 100%;
        text-align: left;
    }

    .stu-news-list-items-container {
        display: flex;
        flex-direction: column;
        gap: unset;
    }

    .stu-news-list-item{
        margin-bottom: 5%;
        flex-direction:column;
    }

    .sat-news-list-item-date{
        text-align: center;
    }
    .stu-news-list-item-image {
        width: 100vw;
    }

    .stu-news-list-item-container {
        width: 100%;
    }

    .stu-news-detail-text-container {
        background: white 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 6px #00000029;
        width: 100%;
        margin-left: unset;
    }

    .stu-news-items-list-item-container {
        width: 100%;
    }

    .stu-news-pagination-icons > i {
        padding-top: 2px;
        padding-bottom: 3px;
    }

    .stu-editors-news-items {
        position: relative;
        display: flex;
        width: 100%;
    }

    .stu-news-details-items-container {
        align-items: center;
    }

    .stu-news-details-title {
        font-size: 25px;
        width: 100%;
    }

    .stu-news-details-items {
        width: 90%;
    }

    .stu-news-details-date {
        font-size: 12px;
    }

    .stu-news-list-details-video > iframe, .stu-news-list-details-video > video {
        width: 100%;
        height: 300px;
    }

    .stu-news-details-share{
        margin-bottom: 5%;
    }
}

@media screen and (max-width: 600px) {
    .stu-news-list-container {
        margin-top: 35%;
        width: 100%;
    }

    .stu-featured-news-wrapper > .stu-editors-news-items > .stu-editor-image-container > .stu-editors-news-image {
        width: 100px;
    }


}

@media screen and (max-width: 400px) {
    .stu-news-list-container {
        margin-top: 50%;
        width: 100%;
    }

    .stu-featured-news-wrapper > .stu-editors-news-items > .stu-editor-image-container > .stu-editors-news-image {
        width: 80px;
    }

 

}
