recipient-form {
  display: block;
  padding-top: 0.25rem;
  clear: both;
}

.recipient_names_holder {
  display: flex;
  justify-content: space-between;
  grid-column-gap: 1rem;
}
.recipient_names_holder > div {
  width: 100%;
}

.gift_card_description {
  padding-top: 1rem;
  clear: both;
}
