/* Restore the intended distinguished styling for the active academic pathway. */
.mrph-academic-card.mrph-current-path {
  color: #fff !important;
  background:
    radial-gradient(circle at 88% 5%, rgba(68, 220, 241, .23), transparent 13rem),
    radial-gradient(circle at 12% 100%, rgba(33, 201, 230, .12), transparent 12rem),
    linear-gradient(145deg, #041827 0%, #082e46 62%, #0b6374 100%) !important;
  border-color: rgba(103, 224, 239, .22) !important;
  box-shadow: 0 24px 64px rgba(4, 24, 40, .20) !important;
}

.mrph-academic-card.mrph-current-path h3 {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  color: #fff !important;
}

.mrph-academic-card.mrph-current-path p {
  color: rgba(224, 242, 246, .78) !important;
}

.mrph-academic-card.mrph-current-path .mrph-path-eyebrow,
.mrph-academic-card.mrph-current-path .level-status {
  color: #bceff5 !important;
  background: rgba(33, 201, 230, .10) !important;
  border-color: rgba(103, 224, 239, .20) !important;
}

.mrph-academic-card.mrph-current-path .mrph-path-footer {
  border-top-color: rgba(255,255,255,.10) !important;
}
