.multi-location__container {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.multi-location__item {
  background-color: #fff;
  padding: 5px;
  display: flex;
  justify-content: space-between;
}

.multi-location__item:nth-child(2n-1) {
  background-color: #ddd;
}

.multi-location__option:nth-child(2)::before,
.multi-location__option:nth-child(2)::after {
  content: ' | ';
}