.gt-gift-page [id^="gift-button"] {
  cursor: pointer;
}

.gt-gift-page .gt-image-box svg {
  width: 100%;
  height: auto;
}

.gt-gift-page .modal-content {
  border-radius: 47px;
  border: solid 3px #000;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 48px;
  width: fit-content;
  height: fit-content;
}

.gt-gift-page .modal-content h2,
.gt-gift-page .modal-content h3 {
  margin-bottom: 2rem;
}

.gt-close-button {
  border: none;
  border-radius: 50%;
  padding: with;
  width: 36px;
  height: 36px;
  display: flex;
  padding: 0;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 14px;
  right: 14px;
  background: none;
}

@media (max-width: 575px) {
  .gt-gift-page .modal-content {
    border-radius: 0;
    border: none;
    width: 100%;
  }
}
