.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-4169a4a9 */.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: 18px 24px 18px 20px;
  border-radius: 4px;
  margin-bottom: 24px;
}
 
.qc-story-title {
  color: #C0392B;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 10px;
}
 
.qc-story-body {
  color: #1A3A52;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 10px;
}
 
.qc-story-accent {
  color: #C0392B;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 10px;
}
 
.qc-story-close {
  color: #1A3A52;
  font-style: italic;
  font-size: 15px;
  margin-bottom: 0;
}
 
 
/* ─── COACH TIP BOX ──────────────────────────────────────────── */
 
.coach-tip {
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: 5px solid #C0392B;
  background-color: #D6EAF8;
  padding: 18px 24px 18px 20px;
  border-radius: 0;
  margin-bottom: 24px;
}
 
.coach-tip-label {
  margin-bottom: 8px;
}
 
.coach-tip-label .brand {
  color: #C0392B;
  font-weight: 700;
  text-decoration: underline;
}
 
.coach-tip-label .tag {
  color: #1A3A52;
  font-weight: 700;
}
 
.coach-tip-body {
  color: #1A3A52;
  font-style: italic;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 0;
}
 
 
/* ─── CALIFORNIA NOTE BOX ────────────────────────────────────── */
 
.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: 18px 24px 18px 20px;
  border-radius: 0 4px 4px 0;
  margin-bottom: 24px;
}
 
.california-note-title {
  color: #8B5E06;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 8px;
}
 
.california-note-body {
  color: #5D4037;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 10px;
}
 
.california-note-body:last-child {
  margin-bottom: 0;
}
 
 
/* ─── CTA 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-bottom: 24px;
}
 
.cta-clarity-header {
  padding: 14px 20px;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #1E7E34;
  border-left: none;
}
 
.cta-clarity-headline {
  color: #1E7E34;
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 0;
}
 
.cta-clarity-body {
  padding: 14px 20px;
}
 
.cta-sub {
  color: #2D5016;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
 
.cta-text {
  color: #1A3A52;
  font-size: 15px;
  margin-bottom: 8px;
}
 
.cta-text:last-child {
  margin-bottom: 0;
}
 
.cta-link {
  color: #1E7E34;
  font-weight: 700;
}
 
 
/* ─── 2-COLUMN EXPLAINER TABLE ───────────────────────────────── */
 
.qc-explainer-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
}
 
.qc-explainer-table td {
  font-size: 15px !important;
  color: #1A3A52 !important;
  padding: 11px 14px !important;
  border-top: 1px solid #CCCCCC !important;
  border-right: 1px solid #CCCCCC !important;
  border-bottom: 1px solid #CCCCCC !important;
  border-left: 1px solid #CCCCCC !important;
  line-height: 1.5 !important;
  vertical-align: middle !important;
}
 
.qc-explainer-table .qc-label-cell {
  background-color: #1A3A52 !important;
  color: #FFFFFF !important;
  font-weight: 700 !important;
  width: 30% !important;
}
 
.qc-explainer-table .qc-desc-cell-blue {
  background-color: #D6EAF8 !important;
}
 
.qc-explainer-table .qc-desc-cell-gray {
  background-color: #F5F5F5 !important;
}
 
.qc-explainer-table .qc-desc-cell-green {
  background-color: #E8F5E9 !important;
}
 
 
/* ─── AI PROMPT BOX ──────────────────────────────────────────── */
 
.ai-prompt-box {
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: 5px solid #2B5F8E;
  background-color: #E8EEF9;
  padding: 18px 24px 18px 20px;
  border-radius: 0;
  margin-bottom: 24px;
}
 
.ai-prompt-header {
  color: #2B5F8E;
  font-weight: 700;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 8px;
}
 
.ai-prompt-subline {
  color: #555555;
  font-style: italic;
  font-size: 14px;
  margin-bottom: 10px;
}
 
.ai-prompt-text {
  color: #1A3A52;
  font-style: italic;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 0;
}/* End custom CSS */