/* Hungarian editor labels are longer than their English counterparts. */
@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;
  }
}
