.at-vote-cast-wrapper {
  display: flex;
  flex-direction: row;
}
.at-vote-cast-text {
  display: none;
}
.at-vote-cast-icon {
  display: inline-block;
  width:  28px;
  height: 28px;
  background-color: #0074AD;
  mask-image:  url('assets/star-regular.svg');
  mask-repeat:  no-repeat;
  mask-position: center;
}
.at-vote-cast-icon.voted {
  background-color: #FFD700;
  mask-image:  url('assets/star-solid.svg');
}
.at-vote-count {
  text-decoration: none;
  color: #222;
  line-height: 20px;
  margin: 5px 0 0 5px;
}
.lussekatt-submission-info-wrapper .cat-name {
  font-weight: 700;
}