/* Page-specific layouts for NYTimes Book Publishers */

.page-legal .prose {
  padding-bottom: 1rem;
}

.thank-you {
  padding: 6rem 0;
}

.thank-you-box {
  max-width: 640px;
}

.thank-you-box__mark {
  display: inline-grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 1.5rem;
  border-radius: 50%;
  background: var(--mint);
  color: var(--mint-ink);
}

.thank-you-box__mark .icon {
  width: 30px;
  height: 30px;
}

.thank-you-box h1 {
  margin-bottom: 1rem;
}

.page-books .books-row {
  gap: 2.25rem 1.5rem;
}
