/* E-002 Frankfurter FX Rates */
.e002-fx-status{
  margin:-2px 0 12px;
  border-radius:18px;
  padding:10px 12px;
  font-size:12.5px;
  font-weight:850;
  line-height:1.25;
  background:#f8fafc;
  border:1px solid rgba(15,23,42,.07);
  color:#64748b;
}
.e002-fx-status[data-mode="loading"]{background:#eff6ff;border-color:rgba(59,130,246,.16);color:#2563eb;}
.e002-fx-status[data-mode="ok"]{background:#ecfdf5;border-color:rgba(20,184,166,.18);color:#0f766e;}
.e002-fx-status[data-mode="warn"]{background:#fff7ed;border-color:rgba(251,146,60,.2);color:#9a3412;}
.e002-fx-status[data-mode="manual"]{background:#f8fafc;border-color:rgba(100,116,139,.18);color:#475569;}
.e002-preview-source{display:block;margin-top:6px;color:#64748b;font-size:11.5px;font-weight:800;}
