.wm_pills{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.wm_pills_top,
.wm_pills_bottom{
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.wm_pills_horizontal{
  flex-direction: row;
  justify-content: flex-start;
  margin: -0.2em;
  flex-wrap: wrap;
  margin-top: 0.2em;
}

.wm_pills_top .wm_pill{
  background-color: #111;
  color: #fff;
  margin-bottom: 0.4em;
}

.wm_pills_bottom .wm_pill{
  border: 2px solid #111;
  color: #111;
  margin-top: 0.4em;
}

.wm_pill{
  font-family: Poppins;
  text-transform: uppercase;
  display: inline-block;
  width: max-content;
  padding: 0.4em 0.8em;
  font-size: 0.7em;
  letter-spacing: 0.111em;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.wm_pills_horizontal .wm_pill{
  margin: 0.2em;
}

.wm_pills_top>.wm_pill>a{
  color: #fff;
}

.wm_pill_esclusiva, .wm_pill_concerto_annullato{
  background-color: #ff4e57 !important;
}

.wm_pill_concerto_soldout{
  background-color: #fdec00 !important;
  color: #111 !important;
}

.wm_pill_review_type{
  background-color: #000;
  width: 36px;
  height: 36px;
  margin-bottom: 20px;
  margin-right: 0.4em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-origin: content-box;
  padding: 0.5em;
  fill: #fff;
}

.wm_pill_review_type~.wm_pill{
  line-height: 26px;
}

.wm_pill_review_type_album{
  background-image: url(/wp-content/plugins/wmentor/icons/album.png);
}

.wm_pill_review_type_libro{
  background-image: url(/wp-content/plugins/wmentor/icons/libro.png);
}

.wm_pill_review_type_film{
  background-image: url(/wp-content/plugins/wmentor/icons/film.png);
}

.wm_pill_review_type_festival, .wm_pill_review_type_concerto{
  background-image: url(/wp-content/plugins/wmentor/icons/reportage.png);
}

.wm_pill_sponsorizzato{
  background-color: #ff4e57 !important;
  color: #fff !important;
}

.wm_pills .wm_pill_evidenza {
    background: #ff4e57;
    color: #fff;
}