html-template-preview {
  flex: 1;

  iframe {
    background-color: white;
    border-radius: 1rem;
    border: 1px solid var(--light-gray);
    height: 100%;
    margin: 1rem 0;
    width: 100%;
  }
}
