/* Formatted content */

.formatted p
{
  margin: 1rem 0;
}
.formatted p:first-child
{
  margin-top: 0
}
.formatted p:last-child
{
  margin-bottom: 0
}
.formatted h3
{
  font-weight: bold;
}

.preview
{
  max-width: 40rem;
  margin: 1rem 0;
  padding: 1rem;
  border: 1px solid var(--border);
  background: var(--inverse);
}
