.email-preview h1 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

.email-preview p {
  margin-bottom: 1rem;
}

.email-preview ul {
  list-style-position: inside;
  list-style-type: disc;
}

.email-preview ol {
  list-style-position: inside;
  list-style-type: decimal;
}

.email-preview a {
  text-decoration: underline;
  color: blue;
}
