/* Keep longer German editor labels compact and readable. */
.stampmaker-online-stamp-editor .template-item.autosave-draft-template::before {
  content: "Entwurf";
}

@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;
  }
}
