
.richtext-input[data-v-34d2836b] {
  width: 100%;
}
.richtext-wrapper[data-v-34d2836b] {
  display: flex;
  flex-direction: column;
}
.input-label[data-v-34d2836b] {
  font-weight: 500;
  margin-bottom: 8px;
  color: rgba(0,0,0,0.87);
}
.input-label.is-required[data-v-34d2836b]::after {
  content: '*';
  color: #D32F2F;
  margin-left: 4px;
}
.editor-container[data-v-34d2836b] {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 8px;
  min-height: 120px;
  background: #fff;
}
.editor-container.has-error[data-v-34d2836b] {
  border-color: #D32F2F;
}
.input-messages[data-v-34d2836b] {
  margin-top: 6px;
  min-height: 20px;
}
.error-text[data-v-34d2836b] {
  color: #D32F2F;
  font-size: 12px;
}
.help-text[data-v-34d2836b] {
  color: rgba(0,0,0,0.6);
  font-size: 12px;
}
@media (max-width: 600px) {
.editor-container[data-v-34d2836b] {
    min-height: 100px;
    padding: 6px;
}
}

