.gift-customer-page {
  max-width: 620px;
  padding-top: 64px;
}

.gift-customer-page h1 {
  margin: 2px 0 24px;
}

.gift-customer-page h2 {
  margin: 0 0 6px;
  font: 700 24px/1.15 Georgia, serif;
}

.gift-customer-page .gift-search {
  margin-top: 22px;
}

.gift-purchase-panel {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid #e0dfd9;
}

.gift-purchase-links {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.gift-purchase-card {
  display: grid;
  gap: 12px;
}

.gift-purchase-card img {
  display: block;
  width: 100%;
  max-height: 250px;
  object-fit: cover;
  border-radius: 9px;
}

.gift-purchase-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 16px;
  border-radius: 8px;
  background: #315f52;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
}

.gift-purchase-link:hover {
  background: #244b40;
}
