/******* Do not edit this file *******/
/*
My Custom CSS - by Salvatore Noschese
aka L'AltroWeb - https://laltroweb.it/
/*
Saved: Mar 06 2026 | 08:48:14 (am)
/*
/******* Do not edit this file *******/

.havali-liste li {
    background: #f0f2f5 !important;
    margin-bottom: 8px !important;
    padding: 12px 20px !important;
    border-left: 5px solid #0073aa !important;
    border-radius: 8px !important;
    list-style-type: none !important; /* Noktaları gizler */
    display: block !important;
    transition: all 0.3s ease;
}

.havali-liste li:hover {
    transform: translateX(10px);
    background: #d1d8e0 !important;
}.havali-baslik {
    color: #0073aa !important; /* Başlık rengi */
    font-weight: 800 !important;
    .havali-baslik {
    text-transform: none !important; /* Otomatik büyütmeyi kapatır */
    font-variant: small-caps; /* İstersen daha havalı, küçük-büyük harf yapar */
    /* Diğer kodların aynen kalsın... */
}

    letter-spacing: 1px; /* Harf arası boşluk */
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px !important;
    border-bottom: 2px solid #eeeeee; /* Altındaki ince gri çizgi */
}

/* Başlığın altına renkli kısa bir çizgi ekler */
.havali-baslik::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 60px;
    height: 4px;
    background: #0073aa; /* Çizgi rengi listeyle aynı olsun */
    border-radius: 2px;
}