/*
|--------------------------------------------------------------------------
| Dosya Adı           : detail-spacing-v9-02-4.css
| Oluşturulma Tarihi  : 30.07.2026
| Değişiklik Tarihi   : 30.07.2026
| Yaratan             : Özgür Elibol
| Dokümanın Amacı     : Makale ve magazin detay sayfalarında başlık ile
|                      içerik bloğu arasındaki boşluğu daha da azaltır.
|--------------------------------------------------------------------------
*/

.page-hero.caa-detail-hero-v592 {
    min-height: 145px !important;
    padding-top: 28px !important;
    padding-bottom: 10px !important;
}

.page-hero.caa-detail-hero-v592 .page-hero-overlay {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.caa-detail-section-v592 {
    padding-top: 4px !important;
}

@media (max-width: 720px) {
    .page-hero.caa-detail-hero-v592 {
        min-height: 120px !important;
        padding-top: 24px !important;
        padding-bottom: 8px !important;
    }

    .caa-detail-section-v592 {
        padding-top: 2px !important;
    }
}
