.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-492af32e *//* ═══════════════════════════════════════════════════════════════════════════
   QUICKCUENTA — ELEMENTOR ADDITIONAL CSS
   Blog: Bookkeeping vs. Consulting — What's the Difference?
   Paste once, site-wide. No var(). Longhand borders only.
   ═══════════════════════════════════════════════════════════════════════════ */


/* ─────────────────────────────────────────────────────────────────────────
   COMPONENT 1 · COACH TIP BOX
   ───────────────────────────────────────────────────────────────────────── */

.coach-tip {
  border-left: 5px solid #C0392B;
  border-top: none;
  border-bottom: none;
  border-right: none;
  background-color: #D6EAF8;
  padding: 18px 24px 18px 20px;
  border-radius: 0;
  margin-top: 24px;
  margin-bottom: 24px;
}

.coach-tip-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 1.4;
}

.coach-tip-label .brand {
  color: #C0392B;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.coach-tip-label .tag {
  color: #1A3A52;
  font-weight: 700;
}

.coach-tip-body {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-style: italic;
  color: #1A3A52;
  line-height: 1.7;
  margin-top: 0;
  margin-bottom: 0;
}


/* ─────────────────────────────────────────────────────────────────────────
   COMPONENT 2 · CTA CLARITY BOX
   ───────────────────────────────────────────────────────────────────────── */

.cta-clarity-box {
  border-top: 2px solid #1E7E34;
  border-bottom: 2px solid #1E7E34;
  border-left: 2px solid #1E7E34;
  border-right: 2px solid #1E7E34;
  background-color: #D4EDDA;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 28px;
  margin-bottom: 28px;
}

.cta-clarity-header {
  padding: 18px 22px 14px;
  border-bottom: 1px solid #1E7E34;
  background-color: #D4EDDA;
}

.cta-clarity-headline {
  font-family: 'DM Sans', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #1E7E34;
  line-height: 1.3;
}

.cta-clarity-body {
  padding: 0;
}

.cta-sub {
  display: block;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #2D5016;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 10px 22px;
  border-bottom: 1px solid #1E7E34;
  background-color: #D4EDDA;
}

.cta-text {
  display: block;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  color: #1A3A52;
  padding: 10px 22px;
  border-bottom: 1px solid #1E7E34;
  background-color: #D4EDDA;
  line-height: 1.6;
}

.cta-link {
  display: block;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #1E7E34;
  padding: 12px 22px;
  background-color: #D4EDDA;
  text-decoration: none;
}

.cta-link:hover {
  text-decoration: underline;
  color: #145A24;
}


/* ─────────────────────────────────────────────────────────────────────────
   COMPONENT 3 · SIDE-BY-SIDE COMPARISON TABLE
   ───────────────────────────────────────────────────────────────────────── */

/* ─────────────────────────────────────────────────────────────────────────
   COMPONENT 3 · SIDE-BY-SIDE COMPARISON TABLE
   ───────────────────────────────────────────────────────────────────────── */

.qc-compare-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'DM Sans', sans-serif;
}

.qc-compare-table td,
.qc-compare-table th {
  padding: 11px 14px;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  font-size: 15px;
  line-height: 1.5;
  vertical-align: top;
}

.qc-compare-table td.qc-compare-hdr-blank {
  background-color: #F5F5F5 !important;
  color: #1A3A52 !important;
  font-weight: 700;
  width: 28%;
}

.qc-compare-table th.qc-compare-hdr-navy {
  background-color: #1A3A52 !important;
  color: #FFFFFF !important;
  font-weight: 700;
  text-align: center;
  width: 36%;
}

.qc-compare-table th.qc-compare-hdr-red {
  background-color: #C0392B !important;
  color: #FFFFFF !important;
  font-weight: 700;
  text-align: center;
  width: 36%;
}

.qc-compare-table td.qc-compare-label {
  background-color: #F5F5F5 !important;
  color: #1A3A52 !important;
  font-weight: 700;
}

.qc-compare-table td.qc-compare-cell-light {
  background-color: #FFFFFF !important;
  color: #1A3A52 !important;
  font-weight: 400;
}

.qc-compare-table td.qc-compare-cell-dark {
  background-color: #F5F5F5 !important;
  color: #1A3A52 !important;
  font-weight: 400;
}


/* ─────────────────────────────────────────────────────────────────────────
   COMPONENT 4 · STORY CALLOUT BOX
   ───────────────────────────────────────────────────────────────────────── */

.qc-story-box {
  border-top: 2px solid #C0392B;
  border-bottom: 2px solid #C0392B;
  border-left: 2px solid #C0392B;
  border-right: 2px solid #C0392B;
  background-color: #FFF5F5;
  padding: 18px 24px 18px 20px;
  border-radius: 4px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.qc-story-title {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #C0392B;
  margin-bottom: 10px;
  line-height: 1.4;
}

.qc-story-body {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #1A3A52;
  line-height: 1.7;
  margin-bottom: 10px;
}

.qc-story-accent {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #C0392B;
  line-height: 1.6;
  margin-bottom: 10px;
}

.qc-story-close {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-style: italic;
  color: #1A3A52;
  line-height: 1.6;
  margin-bottom: 0;
}


/* ─────────────────────────────────────────────────────────────────────────
   COMPONENT 5 · CLAUDE.AI PROMPT BLOCK
   ───────────────────────────────────────────────────────────────────────── */

.qc-prompt-block {
  border-left: 4px solid #1A3A52;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  background-color: #F5F5F5;
  padding: 16px 20px 16px 20px;
  border-radius: 0 4px 4px 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.qc-prompt-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #5A7A8E;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.qc-prompt-text {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-style: italic;
  color: #1A3A52;
  line-height: 1.7;
  margin-bottom: 0;
}/* End custom CSS */