/* Teaching list styling */
.teaching-list {
    padding-left: 1.2rem;
    margin-left: 0;
    list-style-position: outside;
}

.teaching-list li {
    margin-bottom: 0.75rem;
    line-height: 1.2;
}

.t-acronym {
    font-weight: bold;
}

.t-name {
    flex-grow: 1;
}

.t-spec {
    font-style: italic;
}

.t-type {
    display: inline;
    color: #6c757d; /* text-muted equivalent */
    font-size: 0.875em; /* small equivalent */
}

.t-type::before {
    content: "\A";
    white-space: pre;
}

.subsection {
    margin-top: 2rem;
    margin-bottom: 1rem;
    /* font-size: 1.5rem; */
    /* font-weight: 500; */
}
