/* Blog Styles */
.post-tag {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
}

.post-tag .badge {
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.post-meta-bottom {
    margin: 15px 0;
    padding: 10px 0;
    border-top: 1px solid #eee;
}

.post-category {
    color: var(--bs-primary);
    font-size: 13px;
    font-weight: 500;
}

.post-category i {
    margin-right: 5px;
    font-size: 12px;
}

.dz-card.blog-half .dz-info {
    padding: 25px;
}

.dz-card.blog-half .dz-title {
    margin: 15px 0;
    line-height: 1.4;
}

.dz-card.blog-half .dz-title a {
    color: var(--bs-heading-color);
    transition: color 0.3s ease;
}

.dz-card.blog-half .dz-title a:hover {
    color: var(--bs-primary);
}

.dz-meta ul li {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.widget-post .dz-info h6.title {
    line-height: 1.3;
    margin-top: 8px;
}

.widget-post .dz-info h6.title a {
    color: var(--bs-heading-color);
    transition: color 0.3s ease;
}

.widget-post .dz-info h6.title a:hover {
    color: var(--bs-primary);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .dz-card.blog-half .dz-info {
        padding: 20px;
    }
    
    .post-tag {
        top: 10px;
        right: 10px;
    }
}
/* Filter
 Status Styles */
.filter-status {
    border-left: 4px solid #2c5aa0;
}

.filter-status .badge {
    font-size: 0.875rem;
}

/* Category and Tag Active States */
.cat-item.active a {
    color: #2c5aa0;
    font-weight: bold;
}

.tagcloud a.active {
    background: #2c5aa0 !important;
    color: white !important;
}

.tagcloud a:hover {
    background: #2c5aa0;
    color: white;
}

/* Post Category Link */
.post-category a {
    color: inherit;
    transition: color 0.3s ease;
}

.post-category a:hover {
    color: #2c5aa0;
}

/* Badge Links */
.badge.text-decoration-none:hover {
    opacity: 0.8;
    transform: translateY(-1px);
    transition: all 0.3s ease;
}