
.navbar-brand img.site-logo {
    max-height: 40px;
    width: auto;
    /* background: #fff; */
    border-radius: 8px;
    padding: 2px 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
}

.section-header-green-red {
    background: #cb0000 !important;
    color: #fff;
    font-weight: bold;
    font-size: 1.1rem;
    border-radius: 6px 6px 0 0;
    padding: 8px 16px;
    border-left: 6px solid #000000;
}

.latest-news-header {
    background: #cb0000;
    color: #fff;
    font-weight: bold;
    font-size: 1.1rem;
    border-radius: 6px 6px 0 0;
    padding: 8px 16px;
    border-left: 6px solid #FFC107;
    margin-bottom: 16px;
}

.card-style {
    background: #fff;
    border-radius: 12px;
    padding: 5px 5px 5px 5px;
    margin-bottom: 2rem;
    border-bottom: 1px solid #eee;
}

