.gradebook-toolbar{
  gap:10px!important;
  flex-wrap:wrap!important;
}

.grade-scale-chip{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:5px 10px;
  border:1px solid #cfe3e1;
  border-radius:8px;
  background:#f8fffe;
  color:#334155;
  font-size:13px;
  font-weight:700;
}

.grade-settings-table{
  width:100%;
  border-collapse:collapse;
  overflow:hidden;
  border:1px solid #d8e0e8;
  border-radius:8px;
}

.grade-settings-table th,
.grade-settings-table td{
  padding:9px 10px;
  border-bottom:1px solid #e5edf5;
  text-align:left;
  font-size:14px;
}

.grade-settings-table th{
  color:#00857f;
  background:#f8fffe;
  font-weight:800;
}

.grade-settings-table tr:last-child td{
  border-bottom:0;
}

.grade-settings-actions{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  justify-content:flex-start;
}
