/* featured-deck/src/scss/widget.scss */
.featured-tag {
  color: #fff;
  background-color: var(--e-global-color-accent, #3378BD);
  border-radius: 4px;
  font-family: "Hind Siliguri", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.625rem;
  width: calc(1.7625rem + 6.15vw);
}
@media (min-width: 1200px) {
  .featured-tag {
    width: 6.375rem;
  }
}
