/* Block: gifts */

.gifts__statement {
  font-family: var(--font-sans);
  font-size: var(--fs-body);
  line-height: var(--lh-relaxed);
  color: var(--color-text-muted);
  text-align: center;
  margin: 0 auto var(--space-6) auto;
  max-width: 600px;
}

.gifts__actions {
  display: flex;
  justify-content: center;
}
