.block--tag_buttons {
  margin: 20px 0 40px;
}
.block--tag_buttons .tag_button {
  display: inline-block;
  position: relative;
  margin: 3px 1px;
  border: 1px solid #333;
  border-radius: 100px;
  padding: 2px 10px 3px 18px;
  font-size: 13px;
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0.05);
  transition: border-color 0.16s, color 0.16s;
}
.block--tag_buttons .tag_button:hover {
  color: #0e76ff;
  border-color: #0e76ff;
}
.block--tag_buttons .tag_button:hover:before {
  background-color: #0e76ff;
}
.block--tag_buttons .tag_button:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  width: 5px;
  height: 5px;
  margin: auto;
  border-radius: 100px;
  background-color: #464646;
  transition: background-color 0.16s;
}
.block--tag_buttons .tag_button.has_icon {
  padding: 6px 14px 6px 35px;
  font-weight: 600;
}
.block--tag_buttons .tag_button.has_icon > img {
  position: absolute;
  height: calc(100% - 4px);
  width: auto;
  left: 2px;
  top: 2px;
}
.title_wrapper .block--tag_buttons .tag_button {
  border-color: white;
  color: white !important;
}
.title_wrapper .block--tag_buttons .tag_button:hover {
  background-color: white;
  color: black !important;
}
.title_wrapper .block--tag_buttons .tag_button:before {
  background-color: white !important;
}
