.sidebar-link {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  color: #333;
  text-decoration: none;
  width: 100%;
  font-size: 1rem;
  border-bottom: 1px solid #eee;
  background: none;
  border: none;
  cursor: pointer;
}
.sidebar-link:last-child {
  border-bottom: none;
}
.accordion-label {
  background: none;
  border: none;
  font: inherit;
  color: inherit;
  padding: 0;
  margin: 0;
}
.accordion-label:hover, .sidebar-link:hover {
  background: #f5f5f5;
}
