.elementor-11 .elementor-element.elementor-element-a2c5fd8{--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;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}/* Start custom CSS for text-editor, class: .elementor-element-8782ebd */.mpa-policy-wrapper {
  max-width: 1500px;

  padding: 0 15px;
}

.mpa-policy-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 25px 20px;


  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  color: #222222;
}

.mpa-policy-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  background: linear-gradient(90deg, #ff6a00, #ff00b8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mpa-policy-heading {
  font-size: 18px;
  font-weight: 600;
  margin-top: 18px;
  margin-bottom: 10px;
  color: #111111;
}

.mpa-subheading {
  font-size: 16px;
  font-weight: 600;
  margin-top: 14px;
  margin-bottom: 8px;
  color: #444444;
}

.mpa-policy-card p {
  margin: 6px 0 10px;
  font-size: 14px;
}

.mpa-list {
  margin: 0 0 12px 18px;
  padding: 0;
}

.mpa-list li {
  margin-bottom: 6px;
  font-size: 14px;
}

.mpa-policy-card a {
  color: #ff6a00;
  text-decoration: none;
}

.mpa-policy-card a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (min-width: 768px) {
  .mpa-policy-card {
    padding: 30px 30px;
  }

  .mpa-policy-title {
    font-size: 26px;
  }

  .mpa-policy-card p,
  .mpa-list li {
    font-size: 15px;
  }
}/* End custom CSS */