
.sidebar .widget {
  position: relative;
}

.sidebar .widget::after {
  content: "";
  display: block;
  height: 1px;
  background: #e0e0e0;
  margin: 1.5em 0;
}
.sidebar .widget:last-child {
  border-bottom: none;
}


