.vote-button {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.vote-button.align-left {
  justify-content: start;
}

.vote-button.align-right {
  justify-content: end;
}

.vote-button a {
  max-height: 40px;
  padding: 2px 25px 2px 2px;
  border-radius: 70px;
  background-color: #c00942;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0;
}

.vote-button a > .link__arrow {
  background-color: #fff;
}

.vote-button .link__arrow .icon svg:not(.feather) path:not([fill="none"]) {
  fill: black !important;
  stroke-width: 0 !important;
}
