.elementor-13732 .elementor-element.elementor-element-597d304{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-3103f72 */h1 {
    text-align: center !important;
}
/* === Modern My Orders Page (Meesho / Flipkart Style) === */
.modern-orders-container {
  max-width: 850px;
  margin: 30px auto;
  font-family: 'Poppins', sans-serif;
}

.modern-order-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  margin-bottom: 25px;
  padding: 15px 20px;
  transition: 0.3s;
}

.modern-order-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.08);
}

.modern-order-header {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #666;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 8px;
  margin-bottom: 10px;
}

.modern-order-item {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #f9f9f9;
}

.modern-product-img img {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  object-fit: cover;
}

.modern-product-details {
  margin-left: 15px;
  flex: 1;
}

.modern-product-name {
  font-weight: 600;
  font-size: 15px;
  color: #333;
}

.modern-product-meta {
  color: #666;
  font-size: 13px;
  margin-top: 2px;
}

.modern-product-status {
  font-size: 13px;
  margin-top: 4px;
  font-weight: 600;
}

.modern-order-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}

.modern-order-total {
  font-weight: 600;
  color: #000;
}

.modern-view-btn {
  background: teal;
  color: #fff;
  border-radius: 8px;
  padding: 8px 14px;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s;
}

.modern-view-btn:hover {
  background: #64caca;
}/* End custom CSS */