/* Base wrapper */
.brp { --brp-gap: 1rem; }

/* Thumbs and category badge */
.brp .brp-thumb { position: relative; overflow: hidden; border-radius: .375rem; }
.brp .brp-thumb-img { display: block; }
.brp .brp-cat { position: absolute; top: .5rem; left: .5rem; z-index: 2; }

/* Primary card spacing */
.brp .brp-primary .card-body { padding: 1rem; }

/* Right column list rows */
.brp .brp-list-item .brp-thumb { min-height: 80px; background: #f8f9fa; }
.brp .brp-list-item .h6 a { text-decoration: none; }
.brp .brp-excerpt { color: #555; }

/* Utility for cover */
.object-fit-cover { object-fit: cover; }

/* Responsive tweaks */
@media (min-width: 768px) {
  .brp .brp-list-item .brp-thumb { min-height: 100%; }
}

.brp .blog-card {
    padding: 30px;
}
.brp .deep-shadow {
    -webkit-box-shadow: 0px 12px 50px rgba(125, 125, 125, 0.1);
    box-shadow: 0px 12px 50px rgba(125, 125, 125, 0.1);
}
.blog-card .feature-thumb .category-btn {
    padding: 6px 20px;
    font-weight: 500;
    font-size: 14px;
    background: #1C40F2;
    color: #ffffff;
    border-radius: 0 0 0 5px;
    left: 0;
    bottom: 0;
}