///////////////////////////////////////
// THEME / ELEMENTS / DETAILS & SUMMARY
///////////////////////////////////////


.unl details {
  border-top: 1px solid $border-color-details;
}


.unl details:last-of-type {
  border-bottom: 1px solid $border-color-details;
}


.unl summary {
  color: $color-summary;
  font-weight: 600;
  @include ls-h;
  @include lh-3;
}