/* First-author highlighting styles for GitHub Pages */
.publication-card.first-author {
  border: 2px solid #6c757d !important;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%) !important;
  position: relative !important;
}

.publication-card.first-author::after {
  content: '👑 First Author' !important;
  position: absolute !important;
  top: 1rem !important;
  right: 1rem !important;
  background: linear-gradient(135deg, #6c757d 0%, #495057 100%) !important;
  color: white !important;
  padding: 0.3rem 0.8rem !important;
  border-radius: 20px !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  box-shadow: 0 2px 8px rgba(108, 117, 125, 0.3) !important;
  z-index: 10 !important;
}

.publication-card.first-author::before {
  background: linear-gradient(90deg, #6c757d 0%, #495057 100%) !important;
}

.author-highlight {
  background: linear-gradient(135deg, #e9ecef 0%, #dee2e6 100%) !important;
  padding: 0.2rem 0.5rem !important;
  border-radius: 4px !important;
  box-shadow: 0 2px 4px rgba(108, 117, 125, 0.2) !important;
  color: #495057 !important;
  font-weight: 700 !important;
  text-shadow: 0 1px 2px rgba(0,0,0,0.05) !important;
  position: relative !important;
  display: inline-block !important;
}

.author-highlight::before {
  content: '👑' !important;
  margin-right: 0.3rem !important;
  font-size: 0.9em !important;
} 