
/* Recent Blog Widget - styles */
.rbw-section-title {
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #0e1b2b;
    margin-bottom: 1rem;
    text-transform: none;
}
.rbw-card .card-img-top {
    border-radius: 12px;
    object-fit: cover;
    height: 220px;
    width: 100%;
}
.rbw-category {
    color: #6c757d;
    letter-spacing: 0.2px;
}
.rbw-post-title a {
    color: #111827;
    text-decoration: none;
}
.rbw-post-title a:hover {
    text-decoration: underline;
}
@media (min-width: 992px) {
    .rbw-card .card-img-top {
        height: 230px;
    }
}
/* small center dots for slider-like look (optional) */
.rbw-dots {
    text-align: center;
    margin-top: 1rem;
}
.rbw-dots .dot {
    display: inline-block;
    height: 10px;
    width: 10px;
    background: #d1d5db;
    border-radius: 50%;
    margin: 0 6px;
}
