.promo-field {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 9px;
}

.promo-field > span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
}

.promo-field input {
  text-transform: uppercase;
}

.promo-field select {
  width: 100%;
  height: 49px;
  padding: 0 14px;
  border: 1px solid #cbd1d5;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 16px;
  outline: none;
}

.promo-field select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(15, 74, 141, .13);
}
