/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 07 2026 | 17:03:02 */
#news .news-title {
    display: flex;
    align-items: end;
    justify-content: space-between;
    max-width: 1120px;
    margin: 0 auto;
}
#news .news-title .left {
    position: relative;
}
#news .news-title .left::before {
    content: "";
    position: absolute;
    background: linear-gradient(
        to right,
        rgba(5, 36, 80, 0.25) 0%,   /* #05245040 = 25% opacity */
        rgba(5, 36, 80, 0) 100%     /* fade to transparent */
    );
    height: 1px;
    width: 600px;
    bottom: 0;
    right: -630px;
}
#news .news-title .highlighted-sub {
    margin: 0;
}
#news .news-title .title {
    margin: 0;
    font-size: 48px;
}
#news .excerpt {
    font-size: 14px;
    line-height: 1.35;
}
#news .news-title a {
    border-bottom: 1px solid;
    font-weight: 500;
}
#news .row.blog-recent.columns-3 {
    max-width: 1120px;
    margin: 3rem auto 0;
}
.blog-recent .post {
    background: #ECF5FF;
    background: linear-gradient(180deg,rgba(236, 245, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.blog-recent .post > a {
    position: relative;
    display: inline-block;
    border-radius: 20px;
    overflow: hidden;
}
.blog-recent .post > a img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.blog-recent .post > a::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    box-shadow: inset 0 0 0 8px rgba(255,255,255,0.3);
    z-index: 2;
}
.blog-recent .post .post-header {
    padding: 1.5rem 1.2rem 1rem;
    margin: 0 !important;
}
.blog-recent .post .post-header .title {
    font-size: 20px !important;
    font-weight: 600;
    margin: 0 !important;
    line-height: 1 !important;
}
.blog-recent .post .post-header .meta-category {
    display: none;
}
.excerpt {
    padding: 0 1.2rem;
}
