/* ──────────────
   Layout & Containers
──────────────── */
.syllabus-admin .box {
  background: #fff;
  padding: 1.25rem;
  margin-bottom: 2rem;
  border: 1px solid #ccd0d4;
  border-radius: 6px;
}

/* ──────────────
   Reminder Table
──────────────── */
#sy_rem_table tbody tr {
  cursor: move;
}
#sy_rem_table td input[type="text"] {
  width: 100%;
}
.sy-del-rem {
  cursor: pointer;
  color: #b32d2e;
  font-size: 16px;
}

/* ──────────────
   Buttons
──────────────── */
button.button-primary {
  margin-top: 0.5rem;
}