/* Calculator v4 — client-side saving and stable RTL mobile centering */
.calc-summary{position:sticky;top:96px;min-width:0;width:100%}
.calc-summary-label{display:block;font-weight:900;line-height:1.35}
#calculatorTotal{display:block;margin:.35rem 0 .65rem;font-size:clamp(2.1rem,7vw,3.65rem);font-weight:950;letter-spacing:-.04em;color:#087b36}
.calc-total-help{margin:.25rem 0 1rem;font-weight:700;color:#d7e2ed}
.calc-breakdown{border-top:2px solid rgba(255,255,255,.17);padding-top:1rem}
.calc-breakdown>strong{display:block;margin-bottom:.75rem}
.calc-breakdown li{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;padding:.68rem 0;border-bottom:1px solid rgba(255,255,255,.12)}
.calc-breakdown li strong{white-space:nowrap;color:#c8ffd9}
.calc-customer{border:2px solid #14964a;background:#f2fff6}
.calc-customer legend{background:#14964a;color:#fff;padding:.48rem .8rem;border-radius:8px;font-weight:900}
.calc-customer input{background:#fff}
.calc-customer-note{margin:.85rem 0 0;font-weight:700;line-height:1.55}
.calc-save-status{min-height:1.5em;margin:.7rem 0;font-weight:800;line-height:1.45}
.calc-save-status.is-error{color:#ffd0d0!important}.calc-save-status.is-success{color:#bff6cf!important}.calc-save-status.is-working{color:#fff0b5!important}
[data-save-pricelist]{width:100%;font-size:1.05rem}
[data-save-pricelist][disabled]{opacity:.62;cursor:wait}
.calc-form-actions{display:grid;gap:12px}
.calc-form-actions .calc-save-button{width:100%;min-height:54px}
.calc-reset-row{display:flex;justify-content:flex-end;direction:ltr;padding-top:2px}
.calc-reset-button{width:auto!important;min-width:150px}

/* Keep Hebrew and Arabic calculators exactly inside the viewport. */
html[dir="rtl"],html[dir="rtl"] body{width:100%;max-width:100%;overflow-x:hidden}
html[dir="rtl"] .calculator-hero .wrap,
html[dir="rtl"] .calculator-section .wrap{width:min(1120px,calc(100% - 32px));margin-left:auto!important;margin-right:auto!important}
html[dir="rtl"] .calculator-layout{direction:rtl;width:100%;max-width:100%;margin-inline:auto}
html[dir="rtl"] .calculator-layout>*,
html[dir="rtl"] .calculator-form,
html[dir="rtl"] .calc-summary,
html[dir="rtl"] .calc-section,
html[dir="rtl"] .calc-grid,
html[dir="rtl"] .calc-options{min-width:0;max-width:100%;box-sizing:border-box}
html[dir="rtl"] .calculator-form,
html[dir="rtl"] .calc-summary{justify-self:stretch;width:100%}
html[dir="rtl"] .calc-option-text,
html[dir="rtl"] .calc-breakdown li{width:100%}

@media(max-width:900px){
  .calc-summary{position:static}
  html[dir="rtl"] .calculator-layout{display:grid;grid-template-columns:minmax(0,1fr);justify-items:stretch}
}

@media(max-width:650px){
  html[dir="rtl"] .calculator-hero .wrap,
  html[dir="rtl"] .calculator-section .wrap{width:calc(100% - 22px);max-width:1120px}
  html[dir="rtl"] .calculator-hero .wrap{text-align:center}
  html[dir="rtl"] .calculator-hero .lead,
  html[dir="rtl"] .calc-warning{margin-left:auto;margin-right:auto}
  html[dir="rtl"] .calculator-kicker{margin-inline:auto}
  html[dir="rtl"] .calculator-form,
  html[dir="rtl"] .calc-summary{margin-left:auto;margin-right:auto}
  html[dir="rtl"] .calc-section{text-align:right}
  html[dir="rtl"] .calc-option{width:100%;align-items:flex-start}
  html[dir="rtl"] .calc-field input,
  html[dir="rtl"] .calc-field select{max-width:100%}
  .calc-reset-button{min-width:138px}
}
