/* ========== Tag Section ========== */
.tag-section {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
}

.tag-header {
    padding: 24px;
    background: linear-gradient(135deg, #fef2f2 0%, #fff7ed 50%, #fefce8 100%);
    border-bottom: 3px solid #dc2626;
}

.tag-image {
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.15);
    border: 2px solid rgba(220, 38, 38, 0.1);
}

.tag-title {
    margin: 0 0 12px 0;
    font-size: 24px;
    font-weight: bold;
    color: #1f2937;
}

.tag-title i {
    color: #dc2626;
    margin-right: 8px;
}

.tag-hot-badge {
    display: inline-block;
    margin-left: 10px;
    padding: 2px 10px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #f97316, #f59e0b);
    border-radius: 12px;
    vertical-align: middle;
    letter-spacing: 1px;
}

.tag-meta {
    color: #6b7280;
    font-size: 14px;
}

.tag-stat {
    display: inline-block;
    margin-right: 24px;
}

.tag-stat i {
    color: #ef4444;
    margin-right: 5px;
}

.tag-stat strong {
    color: #dc2626;
    font-size: 18px;
    font-weight: 700;
}

/* ========== Empty State ========== */
.tag-empty {
    text-align: center;
    padding: 48px 0;
    color: #9ca3af;
}

.tag-empty i {
    font-size: 48px;
    display: block;
    margin-bottom: 16px;
    color: #d1d5db;
}

.tag-empty p {
    font-size: 15px;
    margin: 0;
}

/* ========== Responsive ========== */
@media (max-width: 768px) {
    .tag-header {
        padding: 16px;
    }

    .tag-title {
        font-size: 20px;
        margin-top: 0;
    }

    .tag-image {
        max-width: 80px;
    }

    .tag-stat strong {
        font-size: 16px;
    }
}
