.AllAboard-field {
  position: relative;
  margin: 1rem auto;
  width: 12rem;
  display: block;
  float: right;
}

.AllAboard-field--select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='449.4' height='279.6'%3E%3Cpath d='M225 280c10 0 19-4 27-12L440 75c6-6 9-14 9-23a34 34 0 0 0-58-24L214 211h22L58 28A34 34 0 0 0 0 51c0 10 3 18 10 24l188 193c8 8 16 12 27 12Z' fill-opacity='.8'/%3E%3C/svg%3E");
  background-position: calc(100% - 0.75rem) 50%;
  background-repeat: no-repeat;
  background-size: 0.75rem auto;
}

.AllAboard-label {
  display: block;
  font-weight: 600;
  position: absolute;
  right: 2rem;
  top: 50%;
  pointer-events: none;
  transform: translateY(-50%);
  font-size: 0.9375rem;
}

.AllAboard-select {
  display: block;
  width: 100%;
  padding: 0.4rem 0.6rem;
  border-radius: 0.5rem;
  border: 2px solid #dcdcdc;
  background: transparent;
  font-size: 1rem;
  appearance: none;
}
