/* Social Planner post preview: keep caption ink on white mock cards. */
.jeema-console-shell .bg-white {
  --color-slate-900: #111827;
  --color-slate-800: #1e293b;
  --color-slate-400: #94a3b8;
  --color-white: #ffffff;
  color: #111827;
}
.jeema-console-shell .bg-white .text-slate-900,
.jeema-console-shell .bg-white p.text-slate-900,
.jeema-console-shell .bg-white .jeema-social-preview-caption {
  color: #111827 !important;
  -webkit-text-fill-color: #111827 !important;
}
.jeema-console-shell .bg-white .text-white {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}