.auth-grid,.account-grid{display:grid;grid-template-columns:1fr 1fr;gap:35px;align-items:start}.auth-grid{max-width:1000px;margin:auto}.auth-grid .form-card,.account-grid .form-card{border-radius:10px;box-shadow:0 8px 35px rgba(20,70,45,.08)}.auth-grid h3,.account-grid h3{margin-bottom:10px}.account-head{display:flex;justify-content:space-between;align-items:center;padding:25px 30px;margin-bottom:35px;background:#f1f6f2;border-left:5px solid #1f5d42}.account-orders{margin-top:45px;padding:30px;background:#fff;border:1px solid #e2e6e3}.order-status{display:inline-block;text-transform:capitalize;background:#e5f1e9;color:#1f5d42;padding:5px 10px;border-radius:20px}.product-actions{display:grid;grid-template-columns:1fr 44px;gap:8px}.product-actions form{margin:0}.wishlist-btn{width:44px;height:100%;min-height:44px;border:1px solid #1f5d42;background:#fff;color:#1f5d42;font-size:24px}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.blog-grid article{background:#fff;border:1px solid #e4e7e4;padding-bottom:25px}.blog-grid img{width:100%;height:250px;object-fit:cover}.blog-grid h3,.blog-grid p,.blog-grid small{display:block;margin:15px 22px}.blog-grid small{color:#1f5d42;font-weight:700}.legal-content{max-width:900px}.legal-content h2,.legal-content h3{margin:25px 0 12px}.legal-content p{line-height:1.8}@media(max-width:767px){.auth-grid,.account-grid,.blog-grid{grid-template-columns:1fr}.account-head{display:block}.account-head>div:last-child{margin-top:20px}.account-orders{padding:15px}}
