.flash-news-slider-item {
    background: #f2f2f2;
}

.flash-news-slider-item h3 {
    padding-left: 15px;
    padding-bottom: 15px;
}


section.block-wrapper.ad-section-home {
    background: transparent !important;
    padding-top: 15px !important;
}

.custom-news-layout {
    display: flex;
    gap: 20px;
    background: #1e4aa5;
    padding: 20px;
}

/* LEFT SIDE */
.news-left {
    width: 70%;
    display: flex;
    gap: 20px;
}

.news-card {
    width: 50%;
    background: #1e4aa5;
    color: #fff;
}

.news-image img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.news-content h3 {
    font-size: 18px;
    margin: 10px 0;
}

.news-content h3 a {
    color: #fff;
    text-decoration: none;
}

.news-content p {
    font-size: 14px;
    opacity: 0.9;
}

.news-meta {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

.news-meta li {
    font-size: 12px;
    margin-bottom: 5px;
}

/* RIGHT SIDE */
.news-right {
    width: 30%;
    background: #f5f5f5;
    padding: 10px;
}

.side-post {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.side-thumb img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.side-content a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
    display: block;
}

.side-content span {
    font-size: 12px;
    color: #777;
}


