.type-highlight {
  position: relative;
  display: inline-block;
}
.type-highlight:after {
  content: "";
  position: absolute;
  top: -5px;
  right: -10px;
  left: -10px;
  bottom: -5px;
  opacity: 0.8;
}
.type-highlight.circle.white:after {
  background: url(/shop/images/type/circle-white.svg) no-repeat;
  background-size: 100% 100%;
  background-position: center;
}