/* QAFlow - blogs.php listing page
   Extracted from inline style="" attributes. Category badge colors reuse the
   .blogcat-{id}-bg classes emitted by includes/dynamic-theme.php. */

.blog-slide {
    background-size: cover;
    background-position: center;
}

.bl-category-select {
    max-width: 160px;
    border-right: 2px solid #adb5bd !important;
}

.bl-empty-icon {
    font-size: 60px;
}

.blog-image {
    background-size: cover;
    background-position: center;
}

.card.bl-cta-card {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    border: none;
    border-radius: 12px;
}

.bl-cta-text {
    opacity: 0.85;
}

.bl-featured-thumb {
    width: 60px;
    height: 45px;
    object-fit: cover;
}
