.elementor-887 .elementor-element.elementor-element-6f9a49f{--display:flex;}@media(min-width:768px){.elementor-887 .elementor-element.elementor-element-6f9a49f{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-b8a83ee */.news-container{
    width:90%;
    max-width:70vw;
    margin:auto;
}

.news-topbar{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:60px;
    padding-bottom:20px;
    border-bottom:1px solid #eee;
}

.news-back{
    text-decoration:none;
    color:#003366;
    font-weight:800;
    text-transform:uppercase;
    font-size:12px;
    letter-spacing:2px;
}

.news-section{
    font-size:11px;
    font-weight:900;
    color:#bbb;
    letter-spacing:4px;
}

.news-meta{
    display:flex;
    gap:15px;
    align-items:center;
    margin-bottom:30px;
}

.news-category{
    background:#003366;
    color:white;
    padding:8px 16px;
    border-radius:50px;
    font-size:11px;
    text-transform:uppercase;
    font-weight:700;
}

.news-date{
    color:#999;
    font-size:12px;
    text-transform:uppercase;
    font-weight:700;
}

.news-title{
    font-size:clamp(38px,5vw,68px);
    color:#003366;
    font-style:italic;
    font-weight:900;
    line-height:1.1;
    margin-bottom:30px;
}

.news-summary{
    border-left:5px solid #ce1126;
    padding-left:25px;
    font-size:22px;
    color:#666;
    font-style:italic;
    margin-bottom:50px;
}

.news-featured-image img{
    width:100%;
    border-radius:40px;
    display:block;
}

.news-caption{
    display:block;
    text-align:center;
    margin-top:15px;
    color:#999;
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:2px;
}

.news-content{
    margin-top:60px;
}

.news-content p{
    font-size:18px;
    line-height:1.9;
    color:#444;
    margin-bottom:30px;
}

.news-content h2{
    color:#003366;
    font-size:32px;
    font-style:italic;
    font-weight:900;
    margin:50px 0 25px;
}

.news-quote{
    margin:60px 0;
    padding:40px;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
    text-align:center;
    color:#003366;
    font-size:32px;
    font-style:italic;
    font-weight:900;
}

.news-quote cite{
    display:block;
    margin-top:20px;
    color:#ce1126;
    font-size:12px;
    letter-spacing:3px;
    text-transform:uppercase;
    font-style:normal;
}

.news-tags{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
    margin-top:60px;
}

.news-tags span{
    background:#f3f4f6;
    padding:10px 18px;
    border-radius:12px;
    font-size:11px;
    font-weight:700;
    text-transform:uppercase;
}

.news-tags span:hover{
    background:#003366;
    color:white;
}
.news-gallery{
    margin-top:80px;
    padding-top:50px;
    border-top:1px solid #eee;
}

.news-gallery-title{
    text-align:center;
    color:#003366;
    font-size:32px;
    font-style:italic;
    font-weight:900;
    margin-bottom:40px;
}

.news-gallery-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:20px;
}

.news-gallery-grid img{
    width:100%;
    height:250px;
    object-fit:cover;
    border-radius:25px;
    transition:.4s ease;
    box-shadow:0 8px 25px rgba(0,0,0,.12);
}

.news-gallery-grid img:hover{
    transform:scale(1.05);
}/* End custom CSS */