.gift-card--recipient-form {
    display: flex;
    flex-flow: column;
    gap: 1rem;
}

.gift-card--recipient-form input[type="text"] {
    padding: 5px;
    width: calc(100% - 13px);
}

.gift-card--recipient-form--sender {
    display: flex;
    gap: 1rem;
}

.gift-card--recipient-form--sender > div {
    flex: 0 0 calc(50% - 0.5rem);
}

.gift-card--recipient-form--recipient {
    display: flex;
    gap: 1rem;
}

.gift-card--recipient-form--recipient > div {
    flex: 0 0 calc(50% - 0.5rem);
}

.gift-card--recipient-form--message {
    display: flex;
}

.gift-card--recipient-form--message textarea {
    padding: 5px;
    width: 100%;
}

.gift-card--recipient-form--delivery {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

#gift_card_delivery_date {
    margin-top: 0.5rem;
    margin-left: 1.5rem;
    width: 50%;
}
