.ql-toolbar {
    background-color: #f3f4f6 !important;
    border: 2px solid #E7B40E !important;
    border-bottom: 0 !important;
    border-radius: 0.375rem 0.375rem 0 0 !important;
}

.ql-container {
    border: 2px solid #E7B40E !important;
    border-top: 0 !important;
    border-radius: 0 0 0.375rem 0.375rem !important;
    background-color: #fff !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
    min-height: 200px !important;
}

.ql-editor {
  white-space: pre-wrap !important;
  word-break: break-word !important;
  overflow-wrap: break-word !important;
  word-wrap: break-word !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
}

.ql-editor::before {
    color: #9ca3af !important;
    font-style: italic !important;
}
