.elementor-7262 .elementor-element.elementor-element-65bbca3{--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-7262 .elementor-element.elementor-element-ccadd0a{--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-6e7222a */.fcf-section {
  line-height: 1.8;
  color: #333;
  font-size: 16px;
  margin: 0 auto;
  padding: 10px 15px;
}

.fcf-section h4 {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #111;
}

.fcf-section p {
  margin-bottom: 16px;
}

.fcf-section ul {
  margin: 10px 0 20px 25px;
  padding: 0;
}

.fcf-section li {
  margin-bottom: 8px;
  list-style-type: disc;
}

/* Formula box styling */
.fcf-formula {

  margin: 30px 0;
}

.formula-line {
  display: inline-block;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 8px;
  padding: 12px 18px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.var {
  font-weight: 600;
}

@media (max-width: 768px) {
  .fcf-section {
    font-size: 15px;
    padding: 10px;
  }
  .fcf-section h4 {
    font-size: 18px;
  }
  .formula-line {
    font-size: 15px;
    padding: 10px 12px;
  }
}/* End custom CSS */