/*
 * Layers on top of Portal's existing .es-dash-shell / .es-section /
 * .es-badge / .es-field / .es-btn / .es-table system (overview §3) — this
 * file only adds the handful of classes that system doesn't already define,
 * for the discussion-thread list and sample-script viewer specifically.
 */

.examstd-thread-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.examstd-thread-list li {
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--es-border, #e6e1db);
}

.examstd-post {
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--es-border, #e6e1db);
}

.examstd-post-meta {
    font-size: 0.85rem;
    color: var(--es-muted, #7a7268);
    margin-bottom: 0.25rem;
}

.examstd-sample-script {
    margin: 1rem 0;
}

.examstd-script-page {
    max-width: 100%;
    display: block;
    margin-bottom: 0.5rem;
    border: 1px solid var(--es-border, #e6e1db);
}

.examstd-subject-picker {
    margin-bottom: 1rem;
}

.examstd-subject-picker select {
    margin-left: 0.5rem;
}
