.choices__button {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 4px 8px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==');
  background-size: 8px;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  border-radius: 0 2px 2px 0;
  opacity: 0.75;
  cursor: pointer;
}

.choices__item--selectable {
  padding-right: 30px !important;
}

.choices__button:hover,
.choices__button:focus {
  opacity: 1;
}

.choices__list--multiple .choices__item {
  position: relative;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  padding-right: 25px !important;
}

.choices__list--multiple .choices__button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0;
} 