.svg-preview-box {
  min-width: 200px;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#svg-preview svg {
  max-width: 100%;
  max-height: 200px;
}

textarea.input {
  white-space: pre-wrap;
  word-wrap: break-word;
}

@media (min-width: 1024px) {
  .layout-grid {
    grid-template-columns: 1fr 1fr;
  }
}
