.ln-category-blog-row01 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}

div#ln-preloader {
    text-align: center;
}

.ln-all-news-post-title h3 {
    color: var(--Navy, #015675);
    font-family: 'Avenir Roman', Helvetica, Arial, Lucida, sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}



.featured-article path {
    stroke: #ffffff;
}

.ln-category-blog-row02 .ln-pagination {
    margin-top: 88px;
	margin-bottom: 64px;
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: center;
}

.ln-pagination .page-numbers {
    list-style: none;
    display: flex;
    gap: 24px;
	padding: 0!important;
}

.ln-pagination .page-numbers li {
    display: flex;
    gap: 24px;
}

.ln-pagination .page-numbers li a{
    font-size: 12px;
    color: #919eab;
    line-height: 1;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ln-pagination .page-numbers li span.current {
    background-color: #e2523b;
    border-radius: 50%;
    color: #fff;
    line-height: 1;
    display: flex;
    justify-content: center;
    width: 28px;
    height: 28px;
    align-items: center;
}
.ln-category-blog-row02 {
    padding-bottom: 104px;
}
.ln-page-prev, .ln-page-next {
    cursor: pointer;
    margin-top: 7px;
}
.ln-page-num, .ln-page-ellipsis {
    font-size: 12px;
    color: #919eab;
    line-height: 1;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.ln-page-num.ln-page-active {
    background-color: #e2523b;
    border-radius: 50%;
    color: #fff;
    line-height: 1;
    display: flex;
    justify-content: center;
    width: 28px;
    height: 28px;
    align-items: center;
}






/* featured article styles */

.featured-article {
    display: flex;
    align-items: center;
    background-color: #015675;
    color: white;
    border-radius: 16px;
    overflow: hidden;
    flex-wrap: nowrap;
    align-content: stretch;
    column-gap: 50px;
    max-height: 367px;
}

.featured-article-content {
    flex: 1;
    padding-left: 50px;
    max-height: 367px;
}

.featured-article-content h2 {
    color: var(--Cream, #F6F4E9);
    font-family: Sentinel;
    font-size: 50px;
    font-style: italic;
    font-weight: 325;
    line-height: 130%;
    margin-bottom: 16px;
}

.featured-article-content p {
    color: var(--Cream, #F6F4E9);
    font-family: 'Avenir Roman',Helvetica,Arial,Lucida,sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 48px;
}

.read-article-btn {
    color: var(--Cream, #F6F4E9);
    text-align: right;
    font-family: 'Avenir Roman',Helvetica,Arial,Lucida,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: 2.24px;
    text-transform: uppercase;
    border-radius: 100px;
    border: 2px solid var(--Cream, #F6F4E9);
    padding: 16px;
}


.featured-article-image {
    flex: 1;
    text-align: right;
}

.featured-article-image img {
    max-width: 100%;
    height: 380px;
}

select.sortby-ln-tags {
    font-family: 'Avenir Roman', Helvetica, Arial, Lucida, sans-serif;
    border-radius: 20px;
    border: 1px solid #E5E5E5;
    color: var(--Grey, #919EAB);
    font-style: normal;
    text-transform: uppercase;
    padding: 16px 36px 16px 16px;
    font-size: 14px;
    line-height: 26px;
    font-weight: 900;
    width: 100%;
    letter-spacing: 2.24px;
    -webkit-appearance: none;
    background: url(/wp-content/uploads/2024/06/chevron-right-1.svg) no-repeat calc(100% - 10px) !important;
    cursor: pointer;
    margin-bottom: 32px;
}


/* select#sortby-ln-news {
    font-family: 'Avenir Roman', Helvetica, Arial, Lucida, sans-serif;
    border-radius: 20px;
    border: 1px solid #E5E5E5;
    padding: 16px;
    color: var(--Grey, #919EAB);
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: 1.12px;
    text-transform: uppercase;

} */


@media screen and (max-width: 1028px) {
    .featured-article {
        display: block;
        align-items: center;
        background-color: #015675;
        color: white;
        border-radius: 16px;
        overflow: hidden;
        flex-wrap: nowrap;
        align-content: stretch;
        column-gap: 50px;
        max-height: 700px;
    }

    .featured-article-image img {
        max-width: 100%;
        height: 100%;

    }

    .featured-article-content {
        flex: 1;
        padding: 50px;

    }

    .featured-article-content h2 {
        font-size: 40px;
    }

    .featured-article-content p {
        font-size: 16px;
    }
    .read-article-btn {
        font-size: 12px;
    }

    .ln-pagination {
        gap: 0px;
    }

 }
 
 @media screen and (max-width: 676px) {
    .featured-article-image {
        height: 350px;
    }

    .ln-catogery-blog-row01 {
        flex-direction: column;
        row-gap: 16px;
    }
	 
	 .ln-category-blog-row01 {
        flex-direction: column;
        row-gap: 16px;
    }
 }

 @media screen and (max-width: 500px) {

    .featured-article-content {
        padding: 20px;
    }

    .featured-article-content p {
        margin-bottom: 18px;
    }
	 
	

    .ln-all-news-post-title h3 {
        font-size: 35px;
    }
    
 }


 @media screen and (max-width: 480px) {
    .featured-article-image {
        height: 240px;
    }
 }