/* Cloudflare Turnstile — form akışını bozmayan kompakt yerleştirme */
.turnstile-slot {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0.65rem 0 0.85rem;
    line-height: 0;
    overflow: hidden;
}

.turnstile-slot .cf-turnstile,
.turnstile-slot iframe {
    max-width: 100% !important;
}

.turnstile-slot--managed,
.turnstile-slot--compact {
    min-height: 0;
}

.turnstile-slot--invisible {
    margin: 0;
    min-height: 0;
    height: 0;
    overflow: hidden;
    pointer-events: none;
}

/* Auth / login sayfaları */
.login-page__form .turnstile-slot,
.register-page__form .turnstile-slot,
.auth-account-modal__form .turnstile-slot {
    margin-top: 0.5rem;
    margin-bottom: 0.75rem;
}

/* İletişim — aksiyon satırının üstünde tam genişlik */
.contact-form .turnstile-slot {
    margin: 0.5rem 0 0.75rem;
}

.contact-form__actions .turnstile-slot {
    flex: 1 1 100%;
    width: 100%;
}

/* Fiyat teklifi modal */
.price-quote-modal__form .turnstile-slot {
    margin: 0.35rem 0 0.75rem;
}

/* Canlı sohbet kapısı */
.chatbox-gate .turnstile-slot {
    margin: 0.5rem 0 0.65rem;
}

/* Stok uyarısı — e-posta satırının üstünde */
.product-stock-alert .turnstile-slot,
.product-stock-alert__turnstile {
    margin: 0.5rem 0 0.65rem;
}

.product-stock-alert__turnstile .turnstile-slot {
    margin: 0;
}

/* Yorum / iade */
.product-reviews__form .turnstile-slot,
.order-return-form .turnstile-slot {
    margin: 0.5rem 0 0.75rem;
}

/* Checkout */
.checkout-payment .turnstile-slot,
#checkout-form .turnstile-slot {
    margin: 0.75rem 0;
}

/* Admin giriş */
.admin-login-form .turnstile-slot {
    margin: 0.75rem 0;
}
