/* PRINT MEDIA ONLY */

.print-media.postcard {
  /* The postcard will be trimmed to 5in x 7in after printing, this contains the width. */
  max-width: 7in;
   /* Padding for bleed area is controlled by FerrumPDF, this adds extra padding */
  padding: 0.125in;
}

/* Style overrides for the content in the how it works section only */
.postcard .num-list-container {
  flex-direction: row;
  gap: var(--space-md);
  margin: 0;
  padding-top: 1.25rem;
}

.postcard .num-list-item {
  /* flex-direction: column; */
  gap: var(--space-sm);
}

.postcard .image {
  border-radius: 0.75rem;
}

.postcard .number {
  width: 1.5rem;
  height: 1.5rem;
}

.postcard .how-it-works {
  padding: var(--space-lg) var(--space-md);
}

.postcard .how-it-works p {
  font-size: 0.75rem;
}

.postcard .how-it-works .heading-1 {
  font-size: 1.25rem;
}

.postcard .how-it-works .panel {
  padding: var(--space-sm);
}

.postcard .qr-code--small {
  max-width: 5rem;
}
