.elementor-29 .elementor-element.elementor-element-b98591c{--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-472acf7 */.refund-section {
  background: linear-gradient(180deg, #ecfeff, #eef2ff, #f8fafc);
  padding: 120px 20px;
  font-family: "Inter", "Segoe UI", system-ui, sans-serif;
  color: #020617;
}

.refund-container {
  max-width: 1200px;
  margin: auto;
  background: rgba(255, 255, 255, 0.97);
  padding: 90px;
  border-radius: 36px;
  box-shadow: 0 55px 110px rgba(15, 23, 42, 0.12);
  position: relative;
}

.refund-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 8px;
  width: 100%;
  background: linear-gradient(90deg, #2563eb, #22c55e, #f59e0b, #ef4444);
  border-radius: 36px 36px 0 0;
}

/* Header */
.refund-header {
  text-align: center;
  margin-bottom: 85px;
}

.refund-header h1 {
  font-size: 42px;
  font-weight: 900;
  letter-spacing: -1px;
  margin-bottom: 14px;
}

.refund-subtitle {
  font-size: 17px;
  color: #475569;
  line-height: 1.8;
}

/* Headings */
.refund-content h2 {
  font-size: 26px;
  font-weight: 700;
  margin: 65px 0 22px;
  padding-left: 22px;
  position: relative;
}

.refund-content h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 7px;
  height: 80%;
  background: linear-gradient(180deg, #2563eb, #60a5fa);
  border-radius: 6px;
}

/* Lists */
.refund-list {
  padding-left: 32px;
  margin-bottom: 32px;
}

.refund-list li {
  font-size: 16.4px;
  line-height: 1.9;
  margin-bottom: 10px;
  color: #1f2937;
}

/* Cards */
.refund-card {
  padding: 36px 40px;
  border-radius: 24px;
  margin: 36px 0;
  line-height: 1.85;
  font-size: 16.3px;
}

.refund-card.intro {
  background: linear-gradient(135deg, #ecfeff, #e0f2fe);
  border-left: 7px solid #0284c7;
}

.refund-card.info {
  background: linear-gradient(135deg, #f0fdf4, #dcfce7);
  border-left: 7px solid #16a34a;
}

.refund-card.warning {
  background: linear-gradient(135deg, #fff7ed, #ffedd5);
  border-left: 7px solid #ea580c;
  font-weight: 600;
  color: #9a3412;
}

.refund-card.danger {
  background: linear-gradient(135deg, #fee2e2, #fecaca);
  border-left: 7px solid #dc2626;
  font-weight: 700;
  color: #7f1d1d;
}

/* Footer */
.refund-footer {
  margin-top: 80px;
  padding-top: 34px;
  border-top: 1px dashed #c7d2fe;
  text-align: center;
  font-size: 15.2px;
  color: #475569;
}

/* Responsive */
@media (max-width: 1024px) {
  .refund-container {
    padding: 60px 45px;
  }
}

@media (max-width: 640px) {
  .refund-container {
    padding: 42px 28px;
  }

  .refund-header h1 {
    font-size: 30px;
  }

  .refund-content h2 {
    font-size: 22px;
  }
}/* End custom CSS */