.context {
  background: white;
  border-radius: 10px;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px #ebebeb;
          box-shadow: 0px 0px 10px 0px #ebebeb;
  width: 150px;
  display: none;
  position: absolute;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}

.context__item {
  padding: 5px;
}

.context__item:hover {
  padding: 5px;
  background: #c4c4c4;
}

.context__link {
  display: block;
  padding: 5px;
}

.context__link:hover {
  padding: 5px;
  background: #c4c4c4;
}

.context__expand {
  position: relative;
  padding: 5px;
}

.context__expand::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f007";
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  text-align: right;
  float: right;
}

.context__expand:hover {
  padding: 5px;
  background: #c4c4c4;
}

.context linebreak {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: black;
  opacity: 0.3;
}
/*# sourceMappingURL=context-light.css.map */