/* School Management – Global Styles */

.ssm-admin-note {
    padding: 8px 12px;
    margin: 10px 0;
    border-left: 4px solid #2271b1;
    background: #f0f6fc;
}

/* Table small helper */
.ssm-table-simple {
    width: 100%;
    border-collapse: collapse;
}
.ssm-table-simple th,
.ssm-table-simple td {
    border: 1px solid #ddd;
    padding: 6px 8px;
}
