.page-tags {
  position: relative;
}
.page-tags .tag-box {
  display: flex;
  height: 90px;
  margin-top: -90px;
}
.page-tags .tag-box .tag-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  width: 300px;
  background-color: rgba(255, 255, 255, 0.5137254902);
  margin-right: 1px;
  border-bottom: 2px solid;
  border-color: transparent;
  cursor: pointer;
}
.page-tags .tag-box .tag-item.current {
  border-color: #da251c;
  color: #da251c;
}

/*# sourceMappingURL=page-tags.css.map */
