/* PAR24 - customer order detail tabs V141 */
.customer-order-v141{display:block;margin-top:6px}
.customer-order-top-v141{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:18px;align-items:stretch;margin-bottom:18px}
.customer-order-top-v141>div{background:#fff;border:1px solid #dfe7f2;border-radius:24px;padding:22px 24px;box-shadow:0 16px 42px rgba(15,23,42,.06)}
.customer-order-top-v141 h2{margin:6px 0 8px;font-size:28px;line-height:1.1;letter-spacing:-.03em;color:#071427}
.customer-order-top-v141 p{margin:0;color:#52627a;font-size:15px}
.customer-order-total-v141{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:4px}
.customer-order-total-v141 span{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#66748a;font-weight:800}
.customer-order-total-v141 strong{font-size:28px;color:#e51b46;line-height:1.1}
.customer-order-total-v141 small{color:#52627a}
.customer-order-tabs-v141{display:flex;gap:8px;align-items:center;flex-wrap:wrap;background:#f2f6fb;border:1px solid #dfe7f2;border-radius:999px;padding:6px;width:max-content;max-width:100%;margin-bottom:18px}
.customer-order-tabs-v141 a{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 18px;border-radius:999px;color:#52627a;font-weight:800;text-decoration:none;font-size:15px;white-space:nowrap}
.customer-order-tabs-v141 a:hover{color:#e51b46;background:#fff}
.customer-order-tabs-v141 a.is-active{color:#071427;background:#fff;box-shadow:0 8px 24px rgba(15,23,42,.08)}
.customer-order-panel-v141{margin-bottom:18px}
.customer-order-products-v141,.customer-order-viz-list-v141{display:grid;gap:12px}
.customer-order-product-v141{display:grid;grid-template-columns:84px minmax(0,1fr) 180px;gap:16px;align-items:center;border:1px solid #dfe7f2;border-radius:20px;padding:14px;background:#fff}
.customer-order-thumb-v141{width:84px;height:84px;border:1px solid #e1e8f2;border-radius:16px;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;flex:0 0 84px}
.customer-order-thumb-v141 img{width:100%;height:100%;object-fit:contain;padding:7px;box-sizing:border-box}
.customer-order-thumb-v141--empty{background:linear-gradient(135deg,#f4f7fb,#eaf0f8);color:#e51b46;font-weight:900}
.customer-order-product-main-v141 h3,.customer-order-viz-head-v141 h3{margin:0 0 6px;font-size:16px;line-height:1.25;color:#071427;letter-spacing:-.01em}
.customer-order-product-main-v141 p,.customer-order-viz-head-v141 p{margin:5px 0 0;color:#52627a;font-size:13px;line-height:1.35}
.customer-order-product-meta-v141{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:6px}
.customer-order-product-meta-v141 span{font-size:11px;color:#52627a;border:1px solid #dfe7f2;background:#f8fbff;border-radius:999px;padding:4px 8px}
.customer-order-note-v141{background:#f8fbff;border:1px dashed #d5e0ee;border-radius:12px;padding:8px 10px;color:#40516a!important}
.customer-order-product-price-v141{display:flex;flex-direction:column;align-items:flex-end;gap:5px;text-align:right}
.customer-order-product-price-v141 span,.customer-order-product-price-v141 small{color:#52627a;font-size:13px}
.customer-order-product-price-v141 strong{font-size:20px;color:#e51b46}
.customer-order-viz-product-v141{border:1px solid #dfe7f2;border-radius:22px;background:#fff;padding:14px;display:grid;gap:14px}
.customer-order-viz-head-v141{display:grid;grid-template-columns:72px minmax(0,1fr);gap:12px;align-items:center}
.customer-order-viz-head-v141 .customer-order-thumb-v141{width:72px;height:72px;flex-basis:72px;border-radius:14px}
.customer-order-viz-grid-v141{display:grid;grid-template-columns:minmax(0,320px) minmax(0,1fr);gap:14px}
.customer-order-viz-box-v141{border:1px solid #dfe7f2;border-radius:18px;background:#f8fbff;padding:14px;min-width:0}
.customer-order-viz-box-v141 h4{margin:0 0 10px;font-size:13px;text-transform:uppercase;letter-spacing:.06em;color:#66748a}
.customer-order-files-v141{display:flex;flex-wrap:wrap;gap:8px}
.customer-order-files-v141 a{font-size:13px;border:1px solid #dfe7f2;background:#fff;border-radius:999px;padding:7px 10px;color:#174ea6;text-decoration:none;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.customer-order-visuals-v141{display:grid;gap:10px}
.customer-order-visual-v141{display:grid;grid-template-columns:120px minmax(0,1fr);gap:14px;border:1px solid #dfe7f2;background:#fff;border-radius:18px;padding:12px;min-width:0}
.customer-order-visual-v141--pending{border-color:#fed7aa;background:#fffaf3}
.customer-order-visual-v141--approved{border-color:#bbf7d0;background:#f7fff9}
.customer-order-visual-v141--rejected{border-color:#fecaca;background:#fff7f7}
.customer-order-visual-img-v141{display:flex;width:120px;height:96px;border:1px solid #dfe7f2;border-radius:14px;background:#fff;overflow:hidden;align-items:center;justify-content:center}
.customer-order-visual-img-v141 img{width:100%;height:100%;object-fit:contain;padding:6px;box-sizing:border-box}
.customer-order-visual-body-v141{display:grid;gap:7px;min-width:0}
.customer-order-visual-body-v141 small{color:#66748a}
.customer-order-visual-body-v141 p{margin:0;color:#40516a;font-size:13px;line-height:1.4}
.customer-order-visual-form-v141{display:grid;gap:10px;margin-top:4px}
.customer-order-visual-form-v141 textarea{width:100%;border:1px solid #d6e0ee;border-radius:14px;padding:12px;min-height:76px;resize:vertical;font:inherit;color:#071427;background:#fff;box-sizing:border-box}
.customer-order-visual-actions-v141{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-start}
.customer-order-visual-actions-v141 .button{min-height:38px;padding:0 15px}
.customer-order-data-v141{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.customer-data-lines-v141{display:grid;gap:7px;color:#40516a;font-size:14px;line-height:1.4}
.customer-data-lines-v141 strong{color:#071427;font-size:16px}
.customer-order-info-grid-v141{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:18px}
.customer-order-info-card-v141{border:1px solid #dfe7f2;background:#f8fbff;border-radius:16px;padding:14px;display:grid;gap:5px}
.customer-order-info-card-v141 span{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:#66748a;font-weight:800}
.customer-order-info-card-v141 strong{font-size:16px;color:#071427}
.customer-order-events-v141{display:grid;gap:10px}
.customer-order-events-v141 article{display:grid;grid-template-columns:150px minmax(0,1fr);gap:14px;border:1px solid #dfe7f2;background:#fff;border-radius:16px;padding:13px}
.customer-order-events-v141 time{font-size:12px;color:#66748a}
.customer-order-events-v141 strong{font-size:14px;color:#071427}
.customer-order-events-v141 p{margin:5px 0 0;color:#40516a;font-size:13px;line-height:1.4}
.customer-order-bottom-v141{margin-top:16px;display:flex;justify-content:flex-end}
.muted-v141{margin:0;color:#66748a;font-size:13px;line-height:1.4}
.viz-status-badge{display:inline-flex;align-items:center;gap:7px;width:max-content;max-width:100%;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800;border:1px solid #dfe7f2;background:#fff;color:#40516a}
.viz-status-badge__icon{width:18px;height:18px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#eaf0f8;color:#40516a;font-size:11px;line-height:1}
.viz-status-badge--pending{border-color:#fed7aa;background:#fff7ed;color:#9a3412}.viz-status-badge--pending .viz-status-badge__icon{background:#fb923c;color:#fff}
.viz-status-badge--approved{border-color:#bbf7d0;background:#f0fdf4;color:#166534}.viz-status-badge--approved .viz-status-badge__icon{background:#22c55e;color:#fff}
.viz-status-badge--rejected{border-color:#fecaca;background:#fef2f2;color:#991b1b}.viz-status-badge--rejected .viz-status-badge__icon{background:#ef4444;color:#fff}
.viz-status-badge--replaced{border-color:#dbeafe;background:#eff6ff;color:#1d4ed8}.viz-status-badge--replaced .viz-status-badge__icon{background:#3b82f6;color:#fff}
@media (max-width: 980px){
  .customer-order-top-v141,.customer-order-data-v141,.customer-order-viz-grid-v141{grid-template-columns:1fr}
  .customer-order-tabs-v141{width:100%;overflow-x:auto;flex-wrap:nowrap;justify-content:flex-start}
  .customer-order-product-v141{grid-template-columns:72px minmax(0,1fr)}
  .customer-order-product-price-v141{grid-column:2;align-items:flex-start;text-align:left}
  .customer-order-info-grid-v141{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width: 620px){
  .customer-order-top-v141>div{padding:18px;border-radius:20px}
  .customer-order-top-v141 h2{font-size:22px}
  .customer-order-product-v141,.customer-order-viz-head-v141,.customer-order-visual-v141,.customer-order-events-v141 article{grid-template-columns:1fr}
  .customer-order-thumb-v141,.customer-order-viz-head-v141 .customer-order-thumb-v141{width:100%;height:160px;flex-basis:auto}
  .customer-order-visual-img-v141{width:100%;height:160px}
  .customer-order-info-grid-v141{grid-template-columns:1fr}
}
