.order-predictor-customer-section{margin:30px 0;padding:20px;background:#f9f9f9;border:1px solid #eee;border-radius:5px}.order-predictor-customer-section h2{color:#333;margin-top:0;margin-bottom:5px;font-size:24px}.order-predictor-subtitle{color:#666;margin-bottom:20px;font-size:14px}.order-predictor-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px;margin-top:20px}@media (max-width:768px){.order-predictor-products-grid{grid-template-columns:1fr}}.order-predictor-product-card{background:#fff;border:1px solid #ddd;border-radius:5px;overflow:hidden;box-shadow:0 2px 8px rgb(0 0 0 / .1);transition:transform 0.3s ease,box-shadow 0.3s ease}.order-predictor-product-card:hover{transform:translateY(-5px);box-shadow:0 4px 12px rgb(0 0 0 / .15)}.order-predictor-product-card .product-image{position:relative;overflow:hidden;background:#f5f5f5;height:200px}.order-predictor-product-card .product-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.order-predictor-product-card:hover .product-image img{transform:scale(1.1)}.order-predictor-product-card .confidence-badge{position:absolute;top:10px;left:10px;padding:5px 10px;border-radius:20px;font-size:12px;font-weight:700;color:#fff;text-transform:uppercase}.order-predictor-product-card .confidence-badge.confidence-high{background-color:#4CAF50}.order-predictor-product-card .confidence-badge.confidence-medium{background-color:#FFC107;color:#333}.order-predictor-product-card .confidence-badge.confidence-low{background-color:#F44336}.order-predictor-product-card .score-badge{position:absolute;bottom:10px;right:10px;background:rgb(0 0 0 / .7);color:#fff;padding:5px 10px;border-radius:3px;font-weight:700;font-size:14px}.order-predictor-product-card .product-info{padding:15px}.order-predictor-product-card .product-info h3{margin:0 0 10px 0;font-size:16px}.order-predictor-product-card .product-info h3 a{color:#333;text-decoration:none;transition:color 0.3s ease}.order-predictor-product-card .product-info h3 a:hover{color:#0073aa}.order-predictor-product-card .product-rating{margin:8px 0;font-size:12px}.order-predictor-product-card .product-price{font-weight:700;font-size:16px;color:#0073aa;margin:10px 0}.order-predictor-product-card .prediction-reason{font-size:12px;color:#666;margin:10px 0;font-style:italic}.order-predictor-product-card .button{width:100%;margin-top:10px;text-align:center}