.article-card { position: relative; }

.article-card .article-card__badge {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  max-width: calc(100% - 36px);
  margin: 0;
  padding: 8px 14px;
  overflow: hidden;
  color: #fff;
  background: #e91e63;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 999px;
  box-shadow: 0 5px 14px rgba(139, 12, 57, .3);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .045em;
  line-height: 1;
  text-decoration: none;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.article-card .article-card__badge > span { display: none; }

.article-card .article-card__badge:hover {
  color: #fff;
  background: #c81754;
  box-shadow: 0 7px 18px rgba(139, 12, 57, .38);
}
