﻿/* Sayfa özel düzeltmeleri - Desktop ve tüm cihazlar için */
/* Patch sayfalarındaki başlık düzeltmeleri */
.update-header h2.update-title {
    font-size: 24px !important;
    line-height: 1.3 !important;
}

h2 {
    font-size: 36px !important;
}

@media (max-width: 767px) {
    .update-header h2.update-title {
        font-size: 20px !important;
    }

    h2 {
        font-size: 30px !important;
    }
}

@media (max-width: 480px) {
    .update-header h2.update-title {
        font-size: 18px !important;
    }

    h2 {
        font-size: 24px !important;
    }
}
/* Login/Register sayfaları için genel düzeltme */
.gt-hero-section-2 {
    padding-top: 120px !important; /* margin yerine padding kullanılıyor */
    margin-top: 0 !important;
}

/* Mobil cihazlarda daha fazla boşluk */
@media only screen and (max-width: 768px) {
    .gt-hero-section-2 {
        padding-top: 100px !important;
    }
}
