/* أنماط الوسوم */
.tag-badge {
    display: inline-block;
    padding: 4px 8px;
    margin: 0 3px 6px 0;
    border-radius: 15px;
    font-size: 0.85rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.tag-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* أنماط حسب نوع الوسم */
.tag-file-type {
    background-color: #3498db;
    color: white;
}

.tag-size {
    background-color: #2ecc71;
    color: white;
}

.tag-category {
    background-color: #9b59b6;
    color: white;
}

.tag-custom {
    background-color: #e74c3c;
    color: white;
}

/* أحجام مختلفة للوسوم حسب الاستخدام */
.tag-popularity-1 {
    font-size: 0.75rem;
    opacity: 0.8;
}

.tag-popularity-2 {
    font-size: 0.85rem;
    opacity: 0.9;
}

.tag-popularity-3 {
    font-size: 1rem;
}

.tag-popularity-4 {
    font-size: 1.1rem;
    font-weight: 500;
}

.tag-popularity-5 {
    font-size: 1.25rem;
    font-weight: 600;
}

/* سحابة الوسوم */
.tag-cloud {
    text-align: center;
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 8px;
}

.tag-cloud .tag-badge {
    margin: 5px;
}

/* تنسيق الوسوم في تفاصيل الملف */
.file-tags {
    margin: 15px 0;
}

/* تنسيق الوسوم في قائمة الملفات */
.file-tag-list {
    margin-top: 8px;
    min-height: 30px;
}
