.pause,
.renewable {
  border-radius: 5px;
  font-weight: 600;
  font-size: 1.2rem;
  padding: $spacer-tiny;
  span:first-child {
    font-size: 1.8rem;
    line-height: 1.6rem;
  }
  span {
    vertical-align: middle;
  }
}
.pause {
  background: $light-red;
  color: $red;
  .icon-pause {
    font-size: 1.8rem;
  }
}
.renewable {
  background: $light-accent-color;
  color: $accent-color;
  .icon-renewable {
    font-size: 2rem;
  }
}
.tag {
  display: inline-block;
  padding: 0 $spacer-small;
  margin-bottom: $spacer-tiny-plus;
  background: $light-accent-color;
  font-size: 1.2rem;
  font-weight: 500;
}
