.order-with-products{display:grid!important;grid-template-columns:1.1fr .9fr .9fr .8fr!important;gap:14px!important;align-items:start!important;padding:18px!important;border-radius:16px!important;background:#fff;overflow:hidden}
.order-with-products:hover{border-color:#f58220;box-shadow:0 15px 38px #09284014;transform:translateY(-2px)}
.customer-order-products{grid-column:1/-1;padding-top:15px;border-top:1px solid #e8edef}
.customer-order-products h3{font-size:12px;margin:0 0 11px;color:#173040}
.customer-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
.customer-product-item{display:grid;grid-template-columns:62px minmax(0,1fr) auto;gap:11px;align-items:center;background:linear-gradient(135deg,#f8fafb,#fff);border:1px solid #e3e9ec;border-radius:12px;padding:9px;min-width:0}
.customer-product-image,.ordered-product-image{width:62px;height:62px;border-radius:9px;background:#eef2f4;display:grid;place-items:center;overflow:hidden;color:#8da0ac}
.customer-product-image img,.ordered-product-image img{width:100%;height:100%;object-fit:contain;background:#fff}
.customer-product-item b,.customer-product-item small,.customer-product-item em{display:block;min-width:0}
.customer-product-item b{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#112d40}
.customer-product-item small{font-size:8px;color:#f27618;margin-top:3px}
.customer-product-item em{font-size:9px;color:#738590;font-style:normal;margin-top:6px}
.customer-product-item strong{font-size:10px;color:#0b6840;white-space:nowrap}
.order-with-products>.view-order{grid-column:1/-1!important;margin-top:0}
.ordered-products{display:grid;gap:10px}
.ordered-product{display:grid;grid-template-columns:72px minmax(0,1fr) auto;gap:13px;align-items:center;padding:11px;border:1px solid #e3e9ec;border-radius:12px;background:#fbfcfc}
.ordered-product-image{width:72px;height:72px}
.ordered-product b,.ordered-product small{display:block}.ordered-product b{font-size:13px;color:#102e42}.ordered-product small{font-size:9px;color:#f27618;margin-top:4px}.ordered-product p{font-size:10px;color:#71838f;margin:7px 0 0}.ordered-product strong{color:#0c7044;font-size:12px;white-space:nowrap}
@media(max-width:800px){.order-with-products{grid-template-columns:1fr 1fr!important}.customer-product-grid{grid-template-columns:1fr}.customer-product-item{grid-template-columns:58px minmax(0,1fr) auto}.customer-product-image{width:58px;height:58px}}
@media(max-width:430px){.order-with-products{grid-template-columns:1fr!important}.customer-order-products,.order-with-products>.view-order{grid-column:1!important}.customer-product-item{grid-template-columns:54px minmax(0,1fr)}.customer-product-image{width:54px;height:54px}.customer-product-item strong{grid-column:2}.ordered-product{grid-template-columns:62px minmax(0,1fr)}.ordered-product-image{width:62px;height:62px}.ordered-product strong{grid-column:2}}
