/* gk-uyelik: /uye-kayit/, /uye-girisi/, /uye-sifre-sifirla/ mobil tweaks
 * Sadece form gap + card padding sıkılaştırma. Onaylar bölümü tema CSS'inin
 * orijinal stilini kullanır.
 */

@media (max-width: 640px) {
    .gk-form-card {
        padding: 16px !important;
        margin: 8px 0 !important;
    }

    .gk-form-card__title {
        font-size: 20px !important;
        margin-bottom: 8px !important;
    }

    .gk-form-card__msg {
        font-size: 13px !important;
        line-height: 1.5 !important;
        margin-bottom: 14px !important;
    }

    .gk-form-field {
        margin-bottom: 12px !important;
    }

    .gk-form-field label {
        font-size: 12px !important;
        margin-bottom: 4px !important;
    }

    .gk-form-field input[type="text"],
    .gk-form-field input[type="email"],
    .gk-form-field input[type="password"],
    .gk-form-field input[type="tel"] {
        padding: 10px 12px !important;
        font-size: 16px;  /* iOS auto-zoom önlemek için 16px+ */
    }

    .gk-form-row--2col {
        gap: 8px !important;
    }

    .gk-form-submit {
        margin-top: 14px !important;
    }

    .gk-form-submit .gk-btn {
        width: 100%;
        padding: 12px 20px;
        font-size: 15px;
        font-weight: 600;
    }

    .gk-form-footer {
        margin-top: 12px !important;
        font-size: 13px !important;
    }
}
