/* Keyboard focus — override Leafs :focus-visible{outline:0} */
:focus-visible {
  outline: 2px solid #1677ff;
  outline-offset: 2px;
}

/* Chrome stays LTR; Arabic/Hebrew body copy in islands */
html[dir="ltr"] body.zs-lang-ar,
html[dir="ltr"] body.zs-lang-he {
  direction: ltr;
}

body.zs-lang-ar .zs-quote-form,
body.zs-lang-ar .zs-quote-form input,
body.zs-lang-ar .zs-quote-form textarea,
body.zs-lang-ar .reset_style,
body.zs-lang-ar .zs-spec-row,
body.zs-lang-ar .zs-product-hero-title,
body.zs-lang-ar article,
body.zs-lang-ar .zs-rtl-island {
  direction: rtl;
  unicode-bidi: isolate;
  text-align: right;
}

body.zs-lang-ar .zs-header,
body.zs-lang-ar .zs-header--centered,
body.zs-lang-ar .leafs-el-nav,
body.zs-lang-ar .header,
body.zs-lang-ar .zs-cat-menu,
body.zs-lang-ar footer {
  direction: ltr;
  text-align: left;
  unicode-bidi: isolate;
}

.zs-turnstile {
  margin: 12px 0;
}

.zs-quote-hp {
  position: absolute !important;
  left: -9999px !important;
  height: 0 !important;
  width: 0 !important;
  opacity: 0 !important;
}
