.ag-book-poem,
.ag-book-layout {
  box-sizing: border-box;
  max-width: min(100%, 900px);
}

.ag-book-layout {
  --ag-book-base-size: 22px;
  width: 100%;
  margin: clamp(1.5rem, 4vw, 3rem) auto;
  padding: clamp(1.25rem, 4vw, 2.75rem);
  overflow-x: auto;
  background: #fbf8f0;
  border: 1px solid #ded6c6;
  color: #1f1e1b;
  font-family: ui-monospace, "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: clamp(11px, 2.7vw, var(--ag-book-base-size));
  line-height: 1.45;
}

.ag-book-layout-line {
  box-sizing: border-box;
  margin: 0.16em 0;
  padding-left: min(var(--ag-x, 0%), 78%);
  white-space: pre;
}

.ag-book-layout-line.ag-align-center {
  text-align: center;
}

.ag-book-layout-line.ag-is-blank {
  min-height: 1.2em;
}

.ag-book-layout-line > span {
  display: inline-block;
  max-width: 100%;
}

.ag-book-layout strong {
  font-weight: 700;
}

.ag-book-layout em {
  font-style: italic;
}

.ag-book-poem-exact-editor .components-notice {
  margin: 0 0 1rem;
}

.ag-book-poem-exact-editor textarea {
  font-family: ui-monospace, "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

.ag-book-layout-preview {
  margin-top: 1rem;
}

@media (min-width: 860px) {
  .ag-book-layout {
    font-size: var(--ag-book-base-size);
  }
}

@media (max-width: 600px) {
  .ag-book-layout {
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
  }

  .ag-book-layout-line {
    padding-left: min(var(--ag-x, 0%), 70%);
  }
}
