@import url("/assets/toggle_switch-554c1de3.css");
@import url("/assets/uppy_dashboard-b4bb53d6.css");

.editor {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 15px;
  transition: border-color 0.3s ease;
}

.ce-paragraph {
  margin-bottom: 1.5rem;
  padding: 0;
}


.ce-block__content {
  max-width: 100% !important;
  margin-left: 4rem;
}

.ce-toolbar__content{
  max-width: inherit !important;
}
.ce-toolbar__actions {
  left: 0 !important;
}

a {
  text-decoration-line: underline;
}

.field_with_errors input {
  border-color: #dc2626;
}

.field_with_errors label {
  color: #dc2626;
}