/* ============================================================
   WORDS.EXPERT — Theme patch v2 (fixes after first install)
   ============================================================ */

/* 3. Streak / words numbers — visible against light bg */
.dash-stat-num {
  color: var(--accent) !important;
}

/* 4. Heatmap — boost contrast of teal scale */
.heat-0 { background: #DEE7D2 !important; }
.heat-1 { background: rgba(15,169,139,0.28) !important; }
.heat-2 { background: rgba(15,169,139,0.50) !important; }
.heat-3 { background: rgba(15,169,139,0.72) !important; }
.heat-4 { background: rgba(15,169,139,0.90) !important; }
.heat-5 { background: var(--accent) !important; }

.heatmap-legend {
  color: var(--text2) !important;
  font-weight: 600 !important;
}

/* 5. Push CTAs to bottom of greeting card */
.dash-actions-row {
  margin-top: auto;
}
