.workspace main {
  padding: 24px 28px 40px;
}

#editor {
  width: 100%;
  max-width: 1380px !important;
}

.editor-head #title {
  font-size: 30px !important;
}

.content-editor {
  min-height: clamp(620px, calc(100vh - 285px), 820px) !important;
  padding: 42px 50px;
  font-size: 16px;
  line-height: 1.75;
}

@media (max-width: 760px) {
  .workspace main {
    padding: 16px;
  }

  .editor-head #title {
    font-size: 26px !important;
  }

  .content-editor {
    min-height: 540px !important;
    padding: 26px 20px;
    font-size: 15px;
  }
}
