.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-12008168 *//* ============================================================
   QuickCuenta Blog Components - Global CSS
   Paste into: Elementor > Site Settings > Custom CSS
   OR: WordPress > Appearance > Customize > Additional CSS
   Add ONCE - applies across all blog posts site-wide
   ============================================================ */


/* ------------------------------------------------------------
   COACH TIP BOX
   Classes: .coach-tip / .coach-tip-label / .coach-tip-body
   ------------------------------------------------------------ */

.coach-tip {
  background-color: #D6EAF8;
  border-left: 5px solid #C0392B;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-radius: 0;
  padding: 16px 20px 16px 20px;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: 0;
  margin-right: 0;
}

.coach-tip-label {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  color: #1A3A52;
  margin-top: 0;
  margin-bottom: 8px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.coach-tip-label a,
.coach-tip-label .qc-red {
  color: #C0392B;
  text-decoration: underline;
  font-weight: 700;
}

.coach-tip-body {
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  color: #1A3A52;
  line-height: 1.7;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.coach-tip-body p {
  margin-top: 0;
  margin-bottom: 8px;
}

.coach-tip-body p:last-child {
  margin-bottom: 0;
}


/* ------------------------------------------------------------
   PULL QUOTE
   Class: .qc-pull-quote
   ------------------------------------------------------------ */

.qc-pull-quote {
  position: relative;
  background-color: #F4F6F8;
  border-left: 5px solid #C0392B;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 20px 24px 20px 24px;
  margin-top: 32px;
  margin-bottom: 32px;
  overflow: hidden;
}

.qc-pull-quote::before {
  content: "\201C";
  font-size: 100px;
  color: #C0392B;
  opacity: 0.1;
  position: absolute;
  top: -16px;
  left: 10px;
  line-height: 1;
  pointer-events: none;
}

.qc-pull-quote p {
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  color: #1A3A52;
  line-height: 1.65;
  margin: 0;
  position: relative;
}


/* ------------------------------------------------------------
   CTA BOX
   Class: .qc-cta
   ------------------------------------------------------------ */

.qc-cta {
  background-color: #EAFAF1;
  border: 1px solid #27AE60;
  border-radius: 0;
  padding: 0;
  margin-top: 32px;
  margin-bottom: 16px;
  text-align: left;
  overflow: hidden;
}

.qc-cta__headline {
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
  color: #1E8449;
  line-height: 1.4;
  margin: 0;
  padding: 12px 16px 10px 16px;
  border-bottom: 1px solid #27AE60;
}

.qc-cta__body {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #2C3E50;
  line-height: 1.6;
  margin: 0;
  padding: 10px 16px 10px 16px;
  border-bottom: 1px solid #27AE60;
}

.qc-cta__body:last-child {
  border-bottom: none;
}


/* ------------------------------------------------------------
   CALIFORNIA NOTE BOX
   Class: .qc-ca-note
   ------------------------------------------------------------ */

.qc-ca-note {
  background-color: #FEF9E7;
  border-left: 5px solid #F39C12;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-radius: 0;
  padding: 16px 20px 16px 20px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.qc-ca-note__label {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #7D6608;
  margin-top: 0;
  margin-bottom: 8px;
  display: block;
}

.qc-ca-note__body {
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-style: italic;
  color: #2C3E50;
  line-height: 1.7;
  margin: 0;
}


/* ------------------------------------------------------------
   DISCLAIMER BOX
   Class: .qc-disclaimer
   ------------------------------------------------------------ */

.qc-disclaimer {
  background-color: #F2F3F4;
  border-left: 4px solid #AEB6BF;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-radius: 0;
  padding: 14px 18px 14px 18px;
  margin-top: 32px;
  margin-bottom: 16px;
}

.qc-disclaimer p {
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-style: italic;
  color: #566573;
  line-height: 1.6;
  margin: 0;
}/* End custom CSS */