/* =========================================
   تنسيقات اللجان (Committees Stylesheet)
   ========================================= */

.lejan-container-rtl {
    direction: rtl;
}

.lejan-header-img {
    border-radius: 12px;
    max-height: 480px;
    width: 100%;
    object-fit: cover;
}

.lejan-info-box {
    border-right: 4px solid var(--primary-teal);
    background-color: rgba(6, 97, 101, 0.03) !important;
}

.btn-lejan-download {
    background-color: var(--primary-teal);
    color: white !important;
    border-radius: 8px;
    padding: 10px 20px;
    font-weight: 700;
    transition: all 0.3s ease;
    border: 2px solid var(--primary-teal);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-lejan-download:hover {
    background-color: var(--accent-green);
    color: var(--primary-teal) !important;
    border-color: var(--accent-green);
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}



/* تنسيق عنوان بطاقة اللجنة ليصبح باللون الأخضر الغامق وبدون تأثير مرور */
.jtak-news-card .jtak-news-title a {
    color: var(--primary-teal) !important;
    text-decoration: none;
}
.jtak-news-card .jtak-news-title a:hover {
    color: var(--primary-teal) !important;
    text-decoration: none;
}

/* Lejan Card Inline Styles Replacements */
.lejan-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lejan-card-img-placeholder {
    background: var(--primary-teal);
    min-height: 220px;
}

.lejan-card-actions {
    gap: 10px;
}

.btn-lejan-details {
    padding: 6px 12px;
    font-size: 13px;
    white-space: nowrap;
}

.btn-lejan-file {
    border-color: var(--primary-teal);
    color: var(--primary-teal);
    font-size: 13px;
    white-space: nowrap;
}
