.gift-message textarea,
.gift-message-editor textarea {
  min-height: 10rem;
  resize: vertical;
  width: 100%;
}

.gift-message-editor {
  margin-block-start: 0.8rem;
  max-width: 42rem;
  width: 100%;
}

.gift-message-editor__actions .btn {
  min-width: 7rem;
}
