/* AP FINAL: Laser-Rechner Ergebnis-Karten wieder hell/blau lesbar */

#calculatorPanel .result-card,
#calculatorPanel .result-box,
#calculatorPanel .result,
#calculatorPanel .metric,
#calculatorPanel .stat-box,
#calculatorPanel [class*="result"],
#calculatorPanel [class*="metric"] {
  background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(235,245,255,.92)) !important;
  color: #10245a !important;
  border: 1px solid rgba(126,164,220,.34) !important;
  box-shadow: 0 10px 24px rgba(65,96,148,.12) !important;
}

#calculatorPanel .result-card *,
#calculatorPanel .result-box *,
#calculatorPanel .result *,
#calculatorPanel .metric *,
#calculatorPanel .stat-box *,
#calculatorPanel [class*="result"] *,
#calculatorPanel [class*="metric"] * {
  color: #10245a !important;
}

#calculatorPanel .result-card strong,
#calculatorPanel .result-box strong,
#calculatorPanel .result strong,
#calculatorPanel .metric strong,
#calculatorPanel .stat-box strong,
#calculatorPanel [class*="result"] strong,
#calculatorPanel [class*="metric"] strong,
#calculatorPanel .result-card b,
#calculatorPanel .result-box b,
#calculatorPanel .result b,
#calculatorPanel .metric b,
#calculatorPanel .stat-box b {
  color: #153d8a !important;
  font-weight: 1000 !important;
}

#calculatorPanel .result-card small,
#calculatorPanel .result-box small,
#calculatorPanel .result small,
#calculatorPanel .metric small,
#calculatorPanel .stat-box small,
#calculatorPanel [class*="result"] small,
#calculatorPanel [class*="metric"] small {
  color: rgba(16,36,90,.68) !important;
}
