.tag-list {
  font-size: 0.7rem;
  line-height: 1.71429;
  font-family: "Poynter Gothic Text Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: -0.21429em; }
  @media (min-width: 48em) {
    .tag-list {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.tag-list__label {
  font-weight: 600;
  margin: 0.21429em;
  text-transform: uppercase; }
  @media (min-width: 48em) {
    .tag-list__label {
      margin-right: 0.71429em; } }

.tag-list__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0; }

.tag-list__item {
  margin: 0.21429em; }
  .tag-list__item > a {
    -webkit-transition: background-color 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
    transition: background-color 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
    background-color: #eee;
    border-radius: 0.28571em;
    color: #666;
    display: inline-block;
    padding: 0.14286em 0.35714em;
    text-decoration: none; }
    .tag-list__item > a:hover {
      background-color: rgba(238, 238, 238, 0.5);
      color: #151515; }
