/* Batch 7C.11: Scorecard milestone highlights. */
.cx-milestone-fifty {
  background-color: rgba(255, 210, 77, 0.04) !important;
}
.cx-milestone-fifty td:first-child {
  border-left: 3px solid var(--cx-gold) !important;
}
.cx-milestone-hundred {
  background-color: rgba(255, 210, 77, 0.10) !important;
  font-weight: 700;
}
.cx-milestone-hundred td:first-child {
  border-left: 4px solid var(--cx-gold) !important;
}
.cx-milestone-hundred td strong {
  color: #c48c00 !important;
}
body.dark .cx-milestone-hundred td strong,
body.cx-dark .cx-milestone-hundred td strong {
  color: #ffca28 !important;
}
