.jecjac-order-card{border:2px solid #4caf50;padding:15px;margin-bottom:20px;border-radius:10px;background:#fdfdfd;box-shadow:0 2px 5px rgba(0,0,0,.1)}.jecjac-order-card .order-top{font-size:20px;margin-bottom:8px;font-weight:700;text-align:center;color:#333}.jecjac-order-card .order-header{font-weight:700;margin-bottom:5px;color:#4caf50;text-align:center}.jecjac-order-card .order-customer,.jecjac-order-card .order-status{margin-bottom:5px;font-size:14px;text-align:center}.jecjac-order-products{display:flex;flex-wrap:wrap;gap:15px;margin:10px 0;justify-content:flex-start}.jecjac-order-products .product-item{display:flex;align-items:flex-start;gap:12px;margin-bottom:10px;border:1px solid #eee;padding:10px;border-radius:8px;background:#fff;flex:1 1 calc(50% - 15px);box-sizing:border-box}.jecjac-order-products .product-img img{width:150px;height:auto;border-radius:5px;flex-shrink:0}.jecjac-order-products .product-info{display:flex;flex-direction:column;justify-content:center;line-height:1.5;font-size:18px}.jecjac-order-products .product-info strong a{display:inline-block;margin-bottom:6px}.order-totals{font-weight:700;font-size:15px;margin-top:10px;text-align:center}.order-actions{margin-top:10px;text-align:center}.order-actions button{padding:8px 12px;background:#4caf50;color:#fff;border:none;border-radius:5px;cursor:pointer}.order-actions button:disabled{background:#ccc;cursor:not-allowed}.jecjac-pagination a{margin:0 5px;text-decoration:none;padding:3px 8px;border:1px solid #4caf50;color:#4caf50;border-radius:3px}.jecjac-pagination strong{margin:0 5px;padding:3px 8px;background:#4caf50;color:#fff;border-radius:3px}.order-status span.on-hold{color:#fbae14;font-weight:700}.order-status span.processing{color:#4caf50;font-weight:700}.order-status span.cancelled{color:red;font-weight:700}@media (max-width:768px){.jecjac-order-products .product-item{flex:1 1 100%}.jecjac-order-products .product-info strong a{margin-bottom:10px}}