

.genform-modal.large {
  width: 80%;
  height: 80%;
  max-width: none;
  max-height: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Заголовок */
.genform-modal h2 {
  text-align: center;
}

/* Текстовая область */
.genform-modal.large .genform-textarea {
  flex: 1;
  resize: none;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

/* Контейнер кнопок */
.genform-button-group {
  display: flex;
  gap: 0.5rem;
  align-self: flex-start; /* выравниваем влево */
}

.editor-wrapper {
  flex: 1;
  overflow: hidden;
}

.CodeMirror {
  height: 100% !important;
}
