/* Simple styles for cohort table */
.cohort-seat-selection {
    border: 1px solid #e6e6e6;
    padding: 12px;
    margin: 12px 0;
    background: #fafafa;
    border-radius: 6px;
}
.cohort-seat-selection h3.cohort-title {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 18px;
}
.cohort-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 8px;
}
.cohort-table th, .cohort-table td {
    padding: 8px 10px;
    border: 1px solid #eee;
    text-align: left;
}
.cohort-qty {
    width: 80px;
}
.cohort-row-total {
    text-align: right;
    min-width: 80px;
}
.cohort-total-line {
    text-align: right;
    font-size: 16px;
    margin-top: 8px;
}
.cohort-note {
    font-size: 12px;
    color: #666;
    margin-top: 6px;
}
