.elementor-3207 .elementor-element.elementor-element-fa8ecf7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-929de5b *//* iVapeFusion Refund Policy Styles */
.ivf-refund-policy {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  color: #222;
  max-width: 980px;
  margin: 0 auto;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(16,24,40,0.06);
  line-height: 1.6;
}

/* Header */
.ivf-rf-header h1 {
  font-size: 1.75rem;
  margin: 0 0 8px;
  color: #0a2540;
}
.ivf-rf-sub {
  color: #4b5563;
  font-size: 0.98rem;
  margin: 0 0 18px;
}

/* Sections */
.ivf-rf-section {
  margin: 20px 0;
  padding-bottom: 6px;
  border-bottom: 1px dashed #e6eef6;
}
.ivf-rf-section h2 {
  font-size: 1.12rem;
  margin-bottom: 8px;
  color: #09203f;
}
.ivf-rf-section p {
  font-size: 0.97rem;
  margin-bottom: 10px;
  color: #333;
}

/* Lists */
.ivf-list {
  margin: 6px 0 12px 20px;
}
.ivf-list li {
  margin-bottom: 5px;
}

.ivf-steps {
  counter-reset: step;
  margin: 6px 0 12px 20px;
  padding-left: 0;
  list-style: none;
}
.ivf-steps li {
  counter-increment: step;
  margin-bottom: 8px;
  position: relative;
  padding-left: 28px;
}
.ivf-steps li::before {
  content: counter(step) ".";
  position: absolute;
  left: 0;
  color: #0b66c3;
  font-weight: 600;
}

/* Footer & contact */
.ivf-rf-footer {
  margin-top: 25px;
  padding-top: 12px;
  border-top: 1px solid #e6eef6;
}
.ivf-rf-footer h3 {
  font-size: 1.05rem;
  color: #09203f;
}
.ivf-contact {
  list-style: none;
  padding-left: 0;
  margin-top: 6px;
}
.ivf-contact li {
  margin: 6px 0;
}

/* Links */
.ivf-refund-policy a {
  color: #0b66c3;
  text-decoration: none;
}
.ivf-refund-policy a:hover {
  text-decoration: underline;
}

/* Revision date */
.ivf-rev {
  margin-top: 6px;
  font-weight: 600;
  color: #0a2540;
  font-size: 0.92rem;
}

/* Responsive */
@media (max-width: 640px) {
  .ivf-refund-policy { padding: 18px; border-radius: 8px; }
  .ivf-rf-header h1 { font-size: 1.3rem; }
  .ivf-rf-section h2 { font-size: 1rem; }
}/* End custom CSS */