.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-6fa2b29b *//* ────────────────────────────────────────────────────────────
   1. COACH TIP BOX
   Class: .coach-tip
   ──────────────────────────────────────────────────────────── */
 
.coach-tip {
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: 5px solid #C0392B;
  background-color: #D6EAF8;
  padding-top: 18px;
  padding-right: 24px;
  padding-bottom: 18px;
  padding-left: 20px;
  border-radius: 0;
  margin-top: 24px;
  margin-bottom: 24px;
}
 
.coach-tip-label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.4;
}
 
.coach-tip-label .brand {
  color: #C0392B;
  text-decoration: underline;
}
 
.coach-tip-label .tag {
  color: #1A3A52;
}
 
.coach-tip-body {
  font-style: italic;
  color: #1A3A52;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}
 
 
/* ────────────────────────────────────────────────────────────
   2. CALIFORNIA NOTE BOX
   Class: .california-note
   ──────────────────────────────────────────────────────────── */
 
.california-note {
  border-top: 1px solid #F0C97A;
  border-right: 1px solid #F0C97A;
  border-bottom: 1px solid #F0C97A;
  border-left: 5px solid #D4890A;
  background-color: #FFF8E1;
  padding-top: 18px;
  padding-right: 24px;
  padding-bottom: 18px;
  padding-left: 20px;
  border-radius: 0 4px 4px 0;
  margin-top: 24px;
  margin-bottom: 24px;
}
 
.california-note-title {
  display: block;
  color: #8B5E06;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.4;
}
 
.california-note-body {
  color: #5D4037;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}
 
.california-note-body p:last-child {
  margin-bottom: 0;
}
 
 
/* ────────────────────────────────────────────────────────────
   3. CTA BOX
   Class: .cta-clarity-box
   ──────────────────────────────────────────────────────────── */
 
.cta-clarity-box {
  border-top: 2px solid #1E7E34;
  border-right: 2px solid #1E7E34;
  border-bottom: 2px solid #1E7E34;
  border-left: 2px solid #1E7E34;
  background-color: #D4EDDA;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 32px;
  margin-bottom: 32px;
}
 
.cta-clarity-header {
  border-bottom: 2px solid #1E7E34;
  padding-top: 16px;
  padding-right: 24px;
  padding-bottom: 16px;
  padding-left: 24px;
  background-color: #D4EDDA;
}
 
.cta-clarity-headline {
  font-size: 17px;
  font-weight: 700;
  color: #1E7E34;
  margin: 0;
  line-height: 1.4;
}
 
.cta-clarity-body {
  padding-top: 16px;
  padding-right: 24px;
  padding-bottom: 20px;
  padding-left: 24px;
}
 
.cta-sub {
  display: block;
  text-transform: uppercase;
  color: #2D5016;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
 
.cta-text {
  color: #1A3A52;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 12px;
}
 
.cta-link {
  font-weight: 700;
  color: #1E7E34;
  text-decoration: none;
  font-size: 15px;
}
 
.cta-link:hover {
  text-decoration: underline;
}
 
 
/* ────────────────────────────────────────────────────────────
   4. STORY CALLOUT BOX
   Class: .qc-story-box
   ──────────────────────────────────────────────────────────── */
 
.qc-story-box {
  border-top: 2px solid #C0392B;
  border-right: 2px solid #C0392B;
  border-bottom: 2px solid #C0392B;
  border-left: 2px solid #C0392B;
  background-color: #FFF5F5;
  padding-top: 18px;
  padding-right: 24px;
  padding-bottom: 18px;
  padding-left: 20px;
  border-radius: 4px;
  margin-top: 24px;
  margin-bottom: 24px;
}
 
.qc-story-title {
  display: block;
  color: #C0392B;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.4;
}
 
.qc-story-body {
  color: #1A3A52;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 10px;
}
 
.qc-story-accent {
  color: #C0392B;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}
 
.qc-story-close {
  color: #1A3A52;
  font-size: 15px;
  font-style: italic;
  line-height: 1.6;
  margin: 0;
}
 
 
/* ────────────────────────────────────────────────────────────
   5. AI PROMPT BOX
   Class: .qc-ai-prompt
   ──────────────────────────────────────────────────────────── */
 
.qc-ai-prompt {
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: 5px solid #5B9BD5;
  background-color: #EBF3FB;
  padding-top: 18px;
  padding-right: 24px;
  padding-bottom: 18px;
  padding-left: 20px;
  border-radius: 0;
  margin-top: 24px;
  margin-bottom: 24px;
}
 
.qc-ai-prompt-header {
  display: block;
  color: #1A3A52;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 1.4;
}
 
.qc-ai-prompt-subline {
  display: block;
  color: #555555;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 12px;
  line-height: 1.4;
}
 
.qc-ai-prompt-text {
  color: #333333;
  font-size: 14px;
  font-style: italic;
  line-height: 1.7;
  margin: 0;
}
 
 
/* ────────────────────────────────────────────────────────────
   6. TWO-COLUMN EXPLAINER TABLE
   Class: .qc-explainer-table
   ──────────────────────────────────────────────────────────── */
 
.qc-explainer-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 15px;
}
 
.qc-explainer-table td {
  padding-top: 11px;
  padding-right: 14px;
  padding-bottom: 11px;
  padding-left: 14px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  color: #1A3A52;
  vertical-align: top;
  line-height: 1.6;
}
 
.qc-explainer-table td.qc-label-cell {
  background-color: #1A3A52 !important;
  color: #FFFFFF !important;
  font-weight: 700;
  width: 30%;
}
 
.qc-explainer-table td.qc-desc-cell-blue {
  background-color: #D6EAF8 !important;
}
 
.qc-explainer-table td.qc-desc-cell-gray {
  background-color: #F5F5F5 !important;
}
 
.qc-explainer-table td.qc-desc-cell-green {
  background-color: #E8F5E9 !important;
}
 
 
/* ────────────────────────────────────────────────────────────
   7. DISCLAIMER NOTICE BOX
   Class: .qc-disclaimer
   ──────────────────────────────────────────────────────────── */
 
.qc-disclaimer {
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-left: 4px solid #888888;
  background-color: #F5F5F5;
  padding-top: 14px;
  padding-right: 20px;
  padding-bottom: 14px;
  padding-left: 18px;
  border-radius: 0 3px 3px 0;
  margin-top: 32px;
  margin-bottom: 24px;
}
 
.qc-disclaimer-icon {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #555555;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 6px;
}
 
.qc-disclaimer-text {
  color: #555555;
  font-size: 13px;
  line-height: 1.65;
  margin: 0;
}
 
.qc-disclaimer-text a {
  color: #1A3A52;
  text-decoration: underline;
}
 
 
/* ============================================================
   END OF CSS -- paste everything above into Elementor
   Additional CSS. Do not paste the HTML below.
   ============================================================ *//* End custom CSS */