.tag-header {
    padding: 20px;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.tag-image {
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.tag-title {
    margin: 0 0 10px 0;
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

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

.tag-title .label {
    margin-left: 10px;
    vertical-align: middle;
    font-size: 12px;
}

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

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

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

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

@media (max-width: 768px) {
    .tag-header {
        padding: 15px;
    }

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

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