.wowe-changelog h3 {
  display: none;
}

.wowe-changelog h2 {
  font-size: 24px;
}

.wowe-changelog ul {
  padding: 0;
  list-style: none;
}

.wowe-changelog ul li {
  align-items: flex-start;
  display: flex;
  font-weight: 300;
}

.wowe-changelog ul li a {
  font-weight: 400;
  display: contents;
}

.wowe-changelog ul > li:nth-child(n+2) {
  margin-top: 10px;
}

.wowe-changelog ul li .wowe-label {
  margin-right: 20px;
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  text-align: center;
  width: 85px;
  display: inline-block;
  padding: 1px 10px;
  background: #8dd438;
  line-height: 1.7;
  font-size: 0.8rem;
  font-weight: 400;
  color: #fff;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 2px;
  text-transform: uppercase;
}

.wowe-changelog ul li .wowe-label.wowe-added {
  background-color: #2ed573;
}

.wowe-changelog ul li .wowe-label.wowe-update {
  background-color: #1e90ff;
}

.wowe-changelog ul li .wowe-label.wowe-changed {
  background-color: #ffa502;
}

.wowe-changelog ul li .wowe-label.wowe-fixed {
  background-color: #f0506e;
}

.wowe-changelog ul li .wowe-label.wowe-remove {
  background-color: #ff4757;
}

.wowe-changelog ul li .wowe-label.wowe-language {
  background-color: #82589F;
}

.wowe-changelog ul li .wowe-label.wowe-note {
  background-color: #ff7f50;
}

.wowe-changelog ul li code {
  display: contents;
}

@media screen and (max-width: 480px) {
  .wowe-changelog ul li {
    font-size: 13px;
  }

  .wowe-changelog ul li .wowe-label {
    text-indent: -300px;
    width: 10px;
    padding: 0;
    line-height: 11px;
    margin-top: 6px;
    margin-right: 10px;
  }
}