/* MATERIALS */
.material-list li{
  padding: .35rem 0;
  border-bottom: 1px dashed var(--border);
}
.material-list li:last-child{
  border-bottom: 0;
}
