:root {
  color-scheme: light;
  font-family: Arial, "Helvetica Neue", sans-serif;
  background: #f5f1ea;
}

html,
body,
.preview-shell {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.preview-shell {
  position: relative;
  background: #f5f1ea;
}

.preview-shell__frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #f5f1ea;
}

.preview-shell__frame[hidden] {
  display: none;
}

.preview-shell__status {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  color: #5b2b13;
  background: #f5f1ea;
  text-align: center;
}

.preview-shell__status[hidden] {
  display: none;
}

.preview-shell__status p,
.preview-shell__noscript {
  max-width: 42rem;
  margin: 0;
  line-height: 1.6;
}

.preview-shell__noscript {
  box-sizing: border-box;
  padding: 24px;
  color: #5b2b13;
  background: #f5f1ea;
}
