/* Teaching Page Specific Styles */

.years-badge {
    font-size: 0.75rem;
    font-weight: 400;
    color: var(--text-secondary);
    opacity: 0.7;
    margin-left: auto;
    padding-right: 1rem;
}

/* Override card authors to show semesters more clearly */
.research-page .card-authors {
    font-style: normal;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    opacity: 0.8;
}
