.elementor-6968 .elementor-element.elementor-element-dda3f79{--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-6968 .elementor-element.elementor-element-ad48b19{--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-5c1de21 *//* X Rate Calculator - responsive, no font-family */
.xrate-section {
  color: #222;
  font-size: 16px;
  line-height: 1.7;

  margin: 0 auto;
  padding: 12px 16px;
}

.xrate-section h4 {
  font-size: 20px;
  margin-top: 28px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #111;
}

.xrate-section p {
  margin-bottom: 14px;
}

.xrate-section ul {
  margin: 8px 0 18px 22px;
  padding: 0;
}

.xrate-section li {
  margin-bottom: 8px;
  list-style: disc;
}

/* Math/formula area */
.math-row {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin: 14px 0 18px;
}

.math-item {
  flex: 1 1 260px;
  min-width: 220px;
  border: 1px solid rgba(0,0,0,0.06);
  padding: 12px;
  border-radius: 6px;
  background: rgba(0,0,0,0.02);
}

.math-label {
  font-weight: 600;
  margin-bottom: 8px;
}

.math-line .expr {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  padding: 6px 0;
}

.math-note {
  margin-top: 8px;
  font-size: 13px;
  color: #444;
}

/* Results styling */
.results {
  border-top: 1px solid rgba(0,0,0,0.06);
  padding-top: 12px;
  margin-top: 8px;
}

.result-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px dashed rgba(0,0,0,0.04);
}

.result-label {
  font-weight: 600;
}

.result-value {
  font-weight: 700;
  color: #0b5;
}

/* small note */
.small {
  font-size: 13px;
  color: #444;
  margin-top: 12px;
}

/* Responsive */
@media (max-width: 640px) {
  .xrate-section {
    font-size: 15px;
    padding: 10px;
  }
  .math-item {
    min-width: 100%;
  }
  .result-row {
    flex-direction: row;
    gap: 8px;
  }
}/* End custom CSS */