.elementor-7225 .elementor-element.elementor-element-9205a26{--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-7225 .elementor-element.elementor-element-4247822{--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 );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 );}/* Start custom CSS for text-editor, class: .elementor-element-b75b521 */.dcf-section {
  line-height: 1.8;
  color: #333;
  font-size: 16px;
  margin: 0 auto;
  padding: 10px 15px;
}

.dcf-section h4 {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #111;
}

.dcf-section p {
  margin-bottom: 16px;
}

.dcf-section ul {
  margin: 10px 0 20px 25px;
  padding: 0;
}

.dcf-section li {
  margin-bottom: 8px;
  list-style-type: disc;
}

/* Math Formula */
.math-formula {
  text-align: center;
  display: flex;
  align-items: center;
  margin: 25px 0;
}

.math-formula .label {
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
}

.fraction-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
}

.fraction {
  display: inline-block;
  text-align: center;
  margin: 0 5px;
}

.numerator {
  border-bottom: 2px solid #000;
  padding: 0 6px;
}

.denominator {
  margin-top: 3px;
}

.multiply {
  font-size: 18px;
  font-weight: 600;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .dcf-section {
    font-size: 15px;
    padding: 10px;
  }
  .dcf-section h4 {
    font-size: 18px;
  }
  .math-formula {
    font-size: 15px;
  }
}/* End custom CSS */