.elementor-46524 .elementor-element.elementor-element-87042c5{padding:90px 0px 100px 0px;}.elementor-46524 .elementor-element.elementor-element-1e57c27{margin-top:0px;margin-bottom:30px;}.elementor-46524 .elementor-element.elementor-element-c6e93c6{text-align:left;}/* Start custom CSS for text-editor, class: .elementor-element-3980182 *//* KONU LİSTESİ İÇİN ÖZEL CSS KODLARI */

.topic-list-container {
    font-family: 'Montserrat', sans-serif;
    padding: 10px 0;
}

.topic-list-container h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1c1c1c; /* Koyu renk başlık */
    border-bottom: 2px solid #f37b23; /* Vurgu rengi alt çizgi */
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.topic-list-container ul {
    list-style: none; /* Varsayılan madde imlerini kaldır */
    padding: 0;
    margin: 0;
}

.topic-list-container li {
    font-size: 16px;
    color: #4a4a4a; /* Okunabilir koyu gri metin */
    margin-bottom: 15px;
    padding-left: 25px; /* Özel madde imi için boşluk */
    position: relative;
    line-height: 1.6;
}

/* Turuncu renkli özel madde imi */
.topic-list-container li::before {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    background-color: #f37b23; /* Vurgu rengi */
    border-radius: 50%; /* Daire şeklinde */
    position: absolute;
    left: 0;
    top: 8px; /* Metinle dikey olarak hizala */
}/* End custom CSS */