.custom-thankyou-simple{max-width:700px;margin:0 auto;padding:20px;font-family:"Lato",Sans-serif}.thankyou-header{background:linear-gradient(135deg,#073059,#631212);color:#fff;text-align:center;padding:30px;border-radius:12px;margin-bottom:30px;box-shadow:0 4px 15px rgb(40 167 69 / .3)}.thankyou-header h2{margin:0 0 10px 0;font-size:28px;font-weight:600}.thankyou-header p{margin:0;font-size:16px;opacity:.9}.order-info-section{background:#fff;border:1px solid #e9ecef;border-radius:8px;padding:25px;margin-bottom:25px;box-shadow:0 2px 4px rgb(0 0 0 / .05)}.order-basic-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:15px}.info-item{background:#f8f9fa;padding:15px;border-radius:6px;border-left:3px solid #631212;font-size:16px;color:#495057}.info-item strong{color:#343a40}.products-section{background:#fff;border:1px solid #e9ecef;border-radius:8px;padding:25px;box-shadow:0 2px 4px rgb(0 0 0 / .05)}.products-section h3{color:#343a40;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #631212;font-size:20px}.products-list{display:flex;flex-direction:column;gap:15px}.product-item{display:flex;align-items:center;background:#f8f9fa;padding:20px;border-radius:8px;border:1px solid #e9ecef;transition:transform 0.2s ease,box-shadow 0.2s ease}.product-item:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgb(0 0 0 / .1)}.product-image{width:80px;height:80px;margin-right:20px;flex-shrink:0}.product-image img{width:100%;height:100%;object-fit:cover;border-radius:8px}.no-image{width:100%;height:100%;background:#e9ecef;display:flex;align-items:center;justify-content:center;border-radius:8px;font-size:30px;color:#6c757d}.product-details{flex:1}.product-name{font-size:18px;font-weight:600;color:#343a40;margin-bottom:8px;line-height:1.4}.product-quantity{font-size:14px;color:#6c757d;background:#e9ecef;padding:4px 12px;border-radius:20px;display:inline-block;font-weight:500}@media (max-width:768px){.custom-thankyou-simple{padding:15px}.thankyou-header{padding:20px}.thankyou-header h2{font-size:24px}.order-basic-info{grid-template-columns:1fr}.product-item{flex-direction:column;text-align:center;padding:15px}.product-image{margin-right:0;margin-bottom:15px;width:100px;height:100px}.product-name{font-size:16px}.info-item{text-align:center}}.info-item{transition:transform 0.2s ease,box-shadow 0.2s ease}.info-item:hover{transform:translateY(-1px);box-shadow:0 3px 6px rgb(0 0 0 / .08)}.info-item:nth-child(1){border-left-color:#073059}.info-item:nth-child(2){border-left-color:#073059}.info-item:nth-child(3){border-left-color:#073059}.info-item:nth-child(4){border-left-color:#073059}html{scroll-behavior:smooth}.custom-thankyou-simple *{box-sizing:border-box}