/* Teaching Styling */
/* Imports shared styles for tag badges, filters, cards, etc. */
@import url('shared.css');

/* Teaching index page */
.teaching-index {
    max-width: 100%;
}

.teaching-filter {
    margin-bottom: 24px;
    padding: 16px;
    background-color: #f6f8fa;
    border-radius: 8px;
}

.teaching-filter h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 0.9em;
    color: #586069;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Teaching cards */
.teaching-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.teaching-card {
    padding: 16px 0;
    border-bottom: 1px solid #e1e4e8;
}

.teaching-card:last-child {
    border-bottom: none;
}

.teaching-card.hidden {
    display: none;
}

.teaching-card-title {
    margin: 0 0 8px 0;
    font-size: 1.1em;
    line-height: 1.3;
}

.teaching-card-title a {
    color: #0366d6;
    text-decoration: none;
}

.teaching-card-title a:hover {
    text-decoration: underline;
}

.teaching-card-meta {
    margin: 0 0 4px 0;
    font-size: 0.9em;
    color: #586069;
}

.teaching-card-venue {
    margin: 0 0 8px 0;
    font-size: 0.85em;
    color: #6a737d;
}

.teaching-card-summary {
    margin: 8px 0;
    font-size: 0.9em;
    color: #444;
    line-height: 1.5;
}

.teaching-card-tags {
    margin-top: 8px;
}

.teaching-card-links {
    margin-top: 8px;
}

.teaching-link {
    display: inline-block;
    padding: 3px 8px;
    margin-right: 6px;
    font-size: 0.75em;
    color: #0366d6;
    background-color: #f1f8ff;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.teaching-link:hover {
    background-color: #dbedff;
    text-decoration: none;
}

/* Individual teaching page */
.teaching-page {
    max-width: 100%;
}

.teaching-page .teaching-title {
    margin-bottom: 16px;
    font-size: 1.5em;
    line-height: 1.3;
}

.teaching-page .teaching-meta {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e1e4e8;
}

.teaching-page .teaching-institution {
    margin: 0 0 4px 0;
    font-size: 1em;
    color: #24292e;
}

.teaching-page .teaching-details {
    margin: 0 0 4px 0;
    font-size: 0.95em;
    color: #586069;
}

.teaching-page .teaching-tags {
    margin: 16px 0;
}

.teaching-page .teaching-links {
    margin: 16px 0;
    padding: 12px 0;
    border-top: 1px solid #e1e4e8;
    border-bottom: 1px solid #e1e4e8;
}

.teaching-page .teaching-summary {
    margin: 24px 0;
    padding: 16px;
    background-color: #f6f8fa;
    border-radius: 8px;
}

.teaching-page .teaching-summary h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 1em;
    color: #24292e;
}

.teaching-page .teaching-summary p {
    margin: 0;
    font-size: 0.95em;
    line-height: 1.6;
    color: #444;
}

.teaching-page .teaching-content {
    margin-top: 24px;
}

/* Student led courses section */
.student-led-section {
    margin-top: 48px;
    padding: 24px;
    background-color: #f6f8fa;
    border-radius: 8px;
    border-left: 4px solid #0366d6;
}

.student-led-section h2 {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 1.3em;
    color: #24292e;
}

.student-led-section p {
    margin: 0 0 12px 0;
    font-size: 0.95em;
    line-height: 1.6;
    color: #444;
}

.student-led-section p:last-child {
    margin-bottom: 0;
}

.student-led-section a {
    color: #0366d6;
}
