/* PAR24 - customer order client tabs without reload V142 */
.customer-order-v142{margin-top:8px}
.customer-order-shell-v142{background:#fff;border:1px solid #dfe7f2;border-radius:28px;padding:20px;box-shadow:0 18px 48px rgba(15,23,42,.07);display:grid;gap:18px}
.customer-order-shell-head-v142{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:14px;align-items:stretch}
.customer-order-title-card-v142,.customer-order-total-card-v142{background:#f8fbff;border:1px solid #e1e8f2;border-radius:22px;padding:18px 20px;min-width:0;box-shadow:none}
.customer-order-title-card-v142 h2{margin:6px 0 8px;font-size:27px;line-height:1.08;letter-spacing:-.03em;color:#071427;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}
.customer-order-title-card-v142 p{margin:0;color:#52627a;font-size:14px}
.customer-order-total-card-v142{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:4px;background:linear-gradient(135deg,#fff7fa,#f8fbff)}
.customer-order-total-card-v142 span{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#66748a;font-weight:800}
.customer-order-total-card-v142 strong{font-size:26px;color:#e51b46;line-height:1.1}
.customer-order-total-card-v142 small{color:#52627a;font-size:13px}
.customer-order-tabs-v142{margin:0;width:max-content;max-width:100%;background:#f2f6fb;border:1px solid #dfe7f2;border-radius:999px;padding:6px;display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.customer-order-tabs-v142 a{cursor:pointer;user-select:none}
.customer-order-panels-v142{display:block;min-width:0}
.customer-order-tab-panel-v142[hidden]{display:none!important}
.customer-order-tab-panel-v142.is-active{display:block}
.customer-order-inner-panel-v142{box-shadow:none;margin:0;background:#fff;border-color:#dfe7f2}
.customer-order-inner-panel-v142 + .customer-order-inner-panel-v142{margin-top:14px}
.customer-order-bottom-v141{margin-top:0}
.customer-order-bottom-v141 .button{min-height:40px}
@media (max-width:980px){
  .customer-order-shell-v142{padding:14px;border-radius:22px}
  .customer-order-shell-head-v142{grid-template-columns:1fr}
  .customer-order-tabs-v142{width:100%;overflow-x:auto;flex-wrap:nowrap;justify-content:flex-start}
  .customer-order-title-card-v142 h2{white-space:normal;font-size:23px}
}
@media (max-width:620px){
  .customer-order-title-card-v142,.customer-order-total-card-v142{padding:15px;border-radius:18px}
  .customer-order-tabs-v142 a{min-height:38px;padding:0 14px;font-size:14px}
}
