/* ==========================================================
   Student Update Frontend
   ========================================================== */

.toce-student-update {
    max-width: 1100px;
    margin: 0 auto;
}

.toce-student-update-section {
    margin: 35px 0;
}

.toce-student-update-section h3 {
    margin: 0 0 15px;
    font-size: 24px;
    font-weight: 600;
    color: #1d3557;
}

.toce-student-update-section p {
    margin: 0 0 18px;
    line-height: 1.6;
}

.toce-student-update-separator {
    border: 0;
    border-top: 1px solid #d9d9d9;
    margin: 35px 0;
}

.toce-student-update table {
    margin-top: 20px;
}
/* Update Status Box */
.toce-status-box {
    background: #f5f9ff;
    border: 1px solid #c9ddff;
    border-left: 5px solid #2271b1;
    padding: 18px 20px;
    border-radius: 6px;
    margin-top: 15px;
}

.toce-status-box p {
    margin: 0;
    line-height: 1.7;
}