.elementor-8602 .elementor-element.elementor-element-c6959f9{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--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 );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(min-width:768px){.elementor-8602 .elementor-element.elementor-element-c6959f9{--content-width:1600px;}}/* Start custom CSS for text-editor, class: .elementor-element-09401f2 */body {
  font-family: Arial, sans-serif;
  background: #f4f9fc;
  margin: 0;
  padding: 0;
  color: #333;
}

.policy-section {
  margin: 40px auto;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.policy-title {
  text-align: center;
  font-size: 2rem;
  color: #0056b3;
  margin-bottom: 10px;
}

.policy-subtitle {
  text-align: center;
  font-size: 1rem;
  color: #666;
  margin-bottom: 30px;
}

.policy-card {
  margin-bottom: 25px;
  padding: 20px;
  border-left: 4px solid #0099cc;
  background: #f9f9f9;
  border-radius: 6px;
}

.policy-card h2 {
  margin: 0 0 10px;
  font-size: 1.3rem;
  color: #0056b3;
}

.policy-card p, 
.policy-card ul {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
}

.policy-card ul {
  padding-left: 20px;
}

.help-box {
  background: #e9f7ff;
  border-left: 4px solid #0099ff;
  text-align: center;
  padding: 20px;
  border-radius: 6px;
}

.help-box a {
  color: #0099ff;
  font-weight: bold;
  text-decoration: none;
}/* End custom CSS */