﻿.block-panel-default{
    position: relative;
    margin-bottom: 30px;
}

.block-panel-default .panel-heading{
    border-left: 4px solid #0067b4;
    border-bottom: 0;
    border-radius: 0;
    color: #0067b4;
    font-size: 22px;
    margin-bottom: 20px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%) !important;
}

.block-panel-default .panel-heading a{
    color: #0067b4;
}

.box-large img{
    width: 100%;
    border-radius: 15px;
}

.box-large h3{
    font-size: 20px;
    line-height: 1.3;
    margin: 10px 0;
}

.box-large a{
    color: #004f8a;
}

.box-large p{
    margin-bottom: 5px;
    color: #444;
}

.post-meta{
    color: #555;
    font-size: 14px;
}

.news-cat-style3 .related{
    margin: 0;
    padding: 0;
}

.news-cat-style3 .related li{
    display: flex;
    gap: 14px;
    margin-bottom: 20px;
}

.news-cat-style3 .related img{
    width: 120px;
    height: 90px;
    border-radius: 8px;
    object-fit: cover;
}

.news-cat-style3 .related h3{
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 5px;
}

.news-cat-style1 .news-cat-item{
    border: 1px solid #dbe5ee;
    border-radius: 14px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
    overflow: hidden;
    transition: .22s ease;
}

.news-cat-style1 .news-cat-item:hover{
    transform: translateY(-4px);
    border-color: rgba(0, 103, 180, 0.35);
}

.news-cat-style1 .news-cat-item img{
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.news-cat-style1 .news-cat-item h3{
    padding: 15px;
    font-size: 15px;
    font-weight: 500;
}