/* Infectious Diarrhea Bucket Quiz overrides */

.cs-patho-box {
    background: #eef2ff;
    border-left: 4px solid #4f46e5;
    border-radius: 0 8px 8px 0;
    padding: 0.65rem 1rem;
    margin-bottom: 1rem;
    font-size: 0.88rem;
    line-height: 1.5;
}

.cs-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.cs-table {
    min-width: 860px;
    font-size: 0.78rem;
}

.cs-table td {
    vertical-align: top;
    line-height: 1.45;
    padding: 0.5rem 0.6rem;
}

/* Organism name column: no-wrap bold */
.cs-table td:first-child {
    white-space: nowrap;
    font-weight: 700;
    color: #1e293b;
}

/* Cell-level highlight (data-key on <td>) */
.cs-table td[data-key].correct   { background: rgba(16, 185, 129, 0.18); }
.cs-table td[data-key].incorrect { background: rgba(239, 68, 68, 0.18); }
