.elementor-3107 .elementor-element.elementor-element-30cb5936{--display:flex;}.elementor-3107 .elementor-element.elementor-element-e2e2b91{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-63d319aa *//* Return Policy container */
.return-policy {
  max-width: 720px;
  margin: 2rem auto;
  padding: 1.5rem 2rem;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #333;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 8px rgb(0 0 0 / 0.1);
}

/* Headings */
.return-policy h2,
.return-policy h3 {
  color: #0056b3;
  margin-top: 2rem;
  margin-bottom: 0.8rem;
  font-weight: 600;
}

.return-policy h2 {
  font-size: 1.8rem;
  border-bottom: 2px solid #0056b3;
  padding-bottom: 0.3rem;
}

/* Paragraphs */
.return-policy p {
  margin: 0.7rem 0 1.2rem 0;
  font-size: 1rem;
  color: #444;
}

/* Lists */
.return-policy ul {
  margin: 0 0 1.5rem 1.5rem;
  padding: 0;
  list-style: none;
  font-size: 1rem;
  color: #444;
}

.return-policy ul li {
  margin-bottom: 0.6rem;
  position: relative;
  padding-left: 2.4rem;
}

/* Icons for list items */
.return-policy ul li::before {
  content: "•"; /* fallback bullet */
  position: absolute;
  left: 0;
  top: 0.25rem;
  font-weight: 700;
  font-size: 1.4rem;
  color: #0056b3;
  line-height: 1;
}

/* Special icons by class */
.return-policy .icon-check::before {
  content: "✅";
  font-size: 1.3rem;
  left: 0;
  top: 0;
  line-height: 1;
}

.return-policy .icon-cross::before {
  content: "❌";
  font-size: 1.3rem;
  left: 0;
  top: 0;
  line-height: 1;
}

.return-policy .icon-exchange::before {
  content: "🔄";
  font-size: 1.3rem;
  left: 0;
  top: 0;
  line-height: 1;
}

.return-policy .icon-money::before {
  content: "💸";
  font-size: 1.3rem;
  left: 0;
  top: 0;
  line-height: 1;
}

.return-policy .icon-truck::before {
  content: "🚚";
  font-size: 1.3rem;
  left: 0;
  top: 0;
  line-height: 1;
}

.return-policy .icon-mail::before {
  content: "📧";
  font-size: 1.3rem;
  left: 0;
  top: 0;
  line-height: 1;
}

.return-policy .icon-phone::before {
  content: "📞";
  font-size: 1.3rem;
  left: 0;
  top: 0;
  line-height: 1;
}

.return-policy .icon-lock::before {
  content: "🔐";
  font-size: 1.3rem;
  left: 0;
  top: 0;
  line-height: 1;
}

/* Contact info style */
.return-policy .contact-info p {
  margin: 0.4rem 0;
  font-weight: 600;
  color: #0056b3;
}

/* Responsive */
@media (max-width: 480px) {
  .return-policy {
    padding: 1rem 1.2rem;
    font-size: 0.95rem;
  }

  .return-policy h2 {
    font-size: 1.5rem;
  }
}/* End custom CSS */