.excalidraw {
  display: flex;
  padding: 2em 0;
  justify-content: center;
}

.excalidraw .loading {
  display: flex;
  width: 100%;
  height: 4em;
  justify-content: center;
  align-items: center;
}
.excalidraw .loading .progress {
  width: 300px;
  height: 1.5em;
  border: 1px solid var(--border-color);
  border-radius: 0.75em;
}
.excalidraw .loading .progress .progress-bar {
  height: 100%;
  border-radius: 0.75em;
  background-color: var(--brand-color-1);
}
.excalidraw .loading .progress-label {
  margin-left: 1em;
}

.excalidraw img {
  max-width: 100%;
  height: auto;
}