/* ============================================================
   EXPERIENCE PAGE STYLES
   ============================================================ */

/* ----- Highlight Card ----- */
.highlight-card {
  border: 2px solid #2563EB;
  box-shadow: 0 0 20px rgba(37, 99, 235, 0.15);
  position: relative;
}

.highlight-card::before {
  content: '🎓';
  position: absolute;
  top: -12px;
  right: 20px;
  font-size: 1.5rem;
}

