@import "../../styles/common";

.dropdown {
  position: relative;
}

.toggle {
}

.list {
  background: $white;
  border: 1px solid $black-10;
  box-shadow: $box-shadow-4;
  list-style: none;
  margin: 0;
  padding: 0;
  width: $width-5;
  position: absolute;
  top: 100%;
  margin-top: $spacing-small;
}

.listItem {
}

.item {
  background: none;
  border: 0;
  color: $near-black;
  display: block;
  font-size: $font-size-6;
  padding: $spacing-small $spacing-medium;
  text-decoration: none;
  width: 100%;
  text-align: left;
  cursor: pointer;

  &:hover,
  &:focus {
    background: $black-05;
  }
}
