/* Shared public-page navigation: present before and after any order action. */
@font-face{font-family:"Customer Header Arabic";src:url("/fonts/ibm-plex-arabic-700.woff2") format("woff2");font-display:swap;font-weight:700}
.customer-header,.customer-header *{box-sizing:border-box}
.customer-header{position:sticky;top:0;z-index:60;width:100%;flex-shrink:0;border-bottom:1px solid #d1c9bd;background:#f2eee8;color:#191613;font-family:"Customer Header Arabic",Arial,sans-serif;line-height:1.35}
.customer-header__inner{max-width:1600px;min-height:62px;margin:0 auto;padding:0 clamp(16px,3vw,48px);display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:12px;direction:rtl}
.customer-header a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;color:#191613;text-decoration:none;white-space:nowrap}
.customer-header__back{justify-self:start;min-width:44px;font-size:12px;font-weight:700}
.customer-header__brand{justify-self:center;direction:ltr;text-align:center;font-family:Georgia,"Times New Roman",serif;font-size:21px;font-weight:400;letter-spacing:1px;line-height:.82}
.customer-header__brand span{display:block}
.customer-header__brand small{display:block;margin-top:9px;font-family:Arial,sans-serif;font-size:7px;font-weight:400;letter-spacing:4.4px;line-height:1}
.customer-header__track{justify-self:end;min-width:44px;padding:0 12px;border:1px solid #d1c9bd;font-size:12px;font-weight:700;background:transparent}
.customer-header__track:hover{border-color:#191613;background:#fff}
.customer-header__back:hover{text-decoration:underline;text-underline-offset:5px}
.customer-header a:focus-visible{outline:3px solid #191613;outline-offset:3px}
.customer-error-body{padding:0;display:grid;grid-template-rows:auto 1fr;place-items:stretch;min-height:100vh}
.customer-error-body>.card{align-self:center;justify-self:center;width:min(calc(100% - 48px),620px);margin:24px}
@media(max-width:760px){
  .customer-header__inner{min-height:58px;padding-inline:12px;gap:8px}
  .customer-header__brand{font-size:17px;letter-spacing:.4px}
  .customer-header__back{font-size:11px}
  .customer-header__track{padding-inline:8px;font-size:11px}
}
