.elementor-51299 .elementor-element.elementor-element-3f0dc85{padding:150px 0px 100px 0px;}.elementor-51299 .elementor-element.elementor-element-fe34d1a{text-align:left;}/* Start custom CSS for text-editor, class: .elementor-element-6ea4664 *//* BEYAZ ARKA PLAN İÇİN DÜZENLENMİŞ Komite Listesi CSS Kodları */

.committee-container-custom {
    font-family: 'Montserrat', sans-serif;
    /* Varsayılan metin rengini koyu gri yaptık */
    color: #4a4a4a; 
    padding: px 0;
}

.committee-container-custom h2 {
    font-size: 28px;
    font-weight: 700;
    /* Ana başlık rengini çok koyu bir tona çevirdik */
    color: #1c1c1c; 
    text-transform: uppercase;
    border-bottom: 3px solid #f37b23; /* Turuncu vurgu çizgisi aynı kalıyor */
    padding-bottom: 15px;
    margin-top: 0;
    margin-bottom: 30px;
}

.committee-container-custom h3 {
    font-size: 22px;
    font-weight: 700;
    /* Turuncu alt başlık rengi aynı kalıyor, beyaz zeminde iyi görünür */
    color: #f37b23; 
    margin-top: 40px;
    margin-bottom: 20px;
}

.committee-container-custom ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.committee-container-custom li {
    font-size: 16px;
    margin-bottom: 15px;
    padding: 5px;
    border-left: 4px solid transparent;
    transition: background-color 0.3s ease, border-left-color 0.3s ease;
}

.committee-container-custom li:hover {
    /* Fareyle üzerine gelince arka planı hafif gri yapar */
    background-color: #f5f5f5; 
    border-left-color: #f37b23; 
}

/* Unvan ve İsim gibi kısımları tam siyah yaparak belirginleştirdik */
.committee-container-custom strong {
    color: #000000; 
    font-weight: 700;
}

/* Ülke/kurum gibi detayları da okunabilir koyu gri yaptık */
.committee-container-custom .member-detail {
    color: #555555; 
}

.committee-section-custom {
    margin-bottom: 50px;
}/* End custom CSS */