/* ==========================================
   Archery Section Exclusive CSS
   Hydra-MSMSJ Template
   هذا الملف يحمَّل فقط داخل قسم أبطال القوس والسهم
   ========================================== */
:root {
  --cassiopeia-color-primary: #8b0f45;
  --cassiopeia-color-hover: #0a806c;
  --cassiopeia-color-link: #880000;
  --body-font-size: 15pt;
  --body-bg: #ffffff;
  }
/* خلفية العناصر الخاصة بقسم الرماية */
.archery-latest-item {
    background: #eef4ff;             /* سماء فاتحة */
    border-right: 5px solid #003d73; /* أزرق غامق */
}

.archery-popular-item {
    background: #fff7da;             /* ذهبي فاتح */
    border-right: 5px solid #c38b00; /* ذهبي قوي */
}

/* ألوان النصوص الحصرية الخاصة بالرماية */
.archery-latest-title {
    color: #0a806c;       /* أخضر خاص بالرماية */
}

.archery-popular-title {
    color: #8b0f45;       /* نبيتي فاخر */
}

/* لون الأقسام داخل Archery */
.archery-latest-category a {
    color: #c38b00;       /* ذهبي */
}

.archery-popular-category a {
    color: #0a806c;       /* أخضر */
}

/* لون التاريخ والزيارات */
.archery-latest-date {
    color: #8b0f45;       /* نبيتي */
}

.archery-popular-hits {
    color: #003d73;       /* أزرق غامق */
}

/* أي تخصيص إضافي محصور على قسم Archery */
.hydra-section-archery .article-content {
    border-color: #e4d9b3;
    background: #fffdf5;
}

/* يمكنك إضافة ألوان الهيدر الخاصة بهذا القسم فقط */
.hydra-section-archery header.header {
    border-bottom-color: #003d73;
}

/* ================================
   Archery Latest Override Styles
   ================================ */

/* UL الأساسي */
.archery-latest {
    padding: 0;
    margin: 0;
    list-style: none;
}

/* عنصر القائمة */
.archery-latest-item {
    background: #eef4ff;
    border-right: 5px solid #003d73;
    padding: 14px;
    margin-bottom: 15px;
    border-radius: 12px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.08);
}

/* عنوان المقال */
.archery-latest-title {
    color: #0a806c;
    font-size: 20px;
    font-weight: 900;
    text-decoration: none;
    display: block;
    margin-bottom: 6px;
}

.archery-latest-icon {
    font-size: 20px;
    margin-left: 6px;
}

/* القسم */
.archery-latest-category a {
    color: #c38b00;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
}

/* التاريخ */
.archery-latest-date {
    margin-top: 4px;
    color: #8b0f45;
    font-size: 14px;
    font-weight: 700;
}

/* Responsive */
@media (max-width: 768px) {
    .archery-latest-title {
        font-size: 18px;
    }
    .archery-latest-item {
        padding: 12px;
    }
}
/* ================================
   Archery Popular Articles Styles
   ================================ */

.archery-popular {
    padding: 0;
    margin: 0;
    list-style: none;
}

.archery-popular-item {
    background: #fff7da; /* خلفية ذهبية ناعمة */
    border-right: 5px solid #c38b00; /* ذهبي قوي */
    padding: 14px;
    margin-bottom: 15px;
    border-radius: 12px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.08);
}

/* عنوان الموضوع (نبيتي فاخر) */
.archery-popular-title {
    color: #8b0f45;
    font-size: 20px;
    font-weight: 900;
    text-decoration: none;
    display: block;
    margin-bottom: 6px;
}

.archery-popular-icon {
    font-size: 20px;
    margin-left: 6px;
}

/* المجموعة (أخضر داكن) */
.archery-popular-category a {
    color: #0a806c;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
}

/* عدد الزيارات (أزرق داكن) */
.archery-popular-hits {
    margin-top: 4px;
    color: #003d73;
    font-size: 14px;
    font-weight: 700;
}

/* Responsive */
@media (max-width: 768px) {
    .archery-popular-title {
        font-size: 18px;
    }
    .archery-popular-item {
        padding: 12px;
    }
}
