.stampmaker-online-stamp-editor .template-item.autosave-draft-template::before {
  content: var(--smo-draft-label, "Draft");
}

.smo-site-lang-ja body,
.smo-site-lang-ja button,
.smo-site-lang-ja input,
.smo-site-lang-ja select,
.smo-site-lang-ja textarea,
.stampmaker-online-stamp-editor.smo-editor-lang-ja {
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic UI", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.stampmaker-online-stamp-editor.smo-editor-lang-ja button,
.stampmaker-online-stamp-editor.smo-editor-lang-ja .toolbar-btn-label,
.stampmaker-online-stamp-editor.smo-editor-lang-ja .plate-frame-toggle-label {
  word-break: keep-all;
  overflow-wrap: normal;
}

@media (min-width: 1001px) {
  .stampmaker-online-stamp-editor #editor-page .text-style-toolbar button {
    padding-right: 3px;
    padding-left: 3px;
    font-size: 0.68rem;
    line-height: 1;
    white-space: nowrap;
    word-break: keep-all;
    overflow-wrap: normal;
  }

  .stampmaker-online-stamp-editor #editor-page .plate-frame-toggle-label,
  .stampmaker-online-stamp-editor #editor-page .toolbar-btn-label {
    overflow-wrap: normal;
  }
}
