.gojd-checkout-security-gate{
  margin:20px 0 16px;
  padding:16px;
  border:1px solid #e6e8ec;
  border-radius:14px;
  background:#fafbfc;
  display:grid;
  gap:10px;
}
.gojd-checkout-security-copy{display:flex;flex-direction:column;gap:3px}
.gojd-checkout-security-copy strong{font-size:14px;color:#16181d}
.gojd-checkout-security-copy span{font-size:12px;line-height:1.4;color:#68707c}
.gojd-checkout-turnstile-slot{min-height:65px;display:flex;align-items:center}
.gojd-checkout-security-status{font-size:11.5px;line-height:1.35;color:#6b7280}
.gojd-checkout-security-status[data-ok="1"]{color:#087443;font-weight:700}
@media(max-width:768px){
  .gojd-checkout-security-gate{margin:16px 0 14px;padding:13px;border-radius:12px}
  .gojd-checkout-turnstile-slot{overflow:hidden;max-width:100%}
}
