.tag_selector {
  font-weight: 600;
  margin: 0 auto;
  width: 90%;
}

@media(min-width: 681px) {
  .tag_selector {
    width: 280px;
  }
}

.tag_selector__button {
  background-color: #fff;
  border: none;
  color: #0072c6;
  font-size: 16px;
  padding: 16px;
  text-align: left;
  width: 100%;
}

.tag_selector__button .caret {
  float: right;
  position: relative;
  top: 6px;
}

.tag_selector__options {
  border: none;
  border-radius: 0;
  width: 100%;
}

.tag_selector__options li a {
  color: #0072c6;
  padding: 10px;
  font-weight: 600;
}

.tag_selector__options li a:hover {
  background-color: #0072c6;
  color: #fff;
}