/* Hide element visually, keeping it focusable (with keyboard) and available for screen-readers */
.SideNav {
  /* Set color on root of component. It can be overridden after the @include */
  color: var(--colorsTextDefault, #141414);
  /* Make sure font-family goes across entire component */
  font-family: "Nunito Sans", sans-serif;
  box-sizing: border-box;
  color: var(--colorsTextDefault, #141414);
  padding: 16px;
}
.SideNav a {
  text-decoration: none;
}
.SideNav .SideNav {
  padding: 0;
}

.SideNav__title {
  margin: 0 8px;
  margin-bottom: 16px;
  padding: 8px 0;
  color: var(--colorsTextOnGrey, #444445);
}
.SideNav__title .Tag {
  margin-left: 8px;
  transform: translateY(-1px);
}

.SideNav__list {
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
  padding-left: 0;
}

/*# sourceMappingURL=SideNav.css.map */
