
    /* Customize the blockquote within Quill Editor */
    blockquote {
      font-size: 1.25rem;         /* Custom font size */
      font-style: italic;         /* Italicize the blockquote */
      /* color: #374151;             Custom text color (gray) */
      color:black;
      border-left: 4px solid #3b82f6; /* Custom left border (blue) */
      padding-left: 1rem;         /* Custom padding for blockquote */
      margin: 1rem 0;             /* Custom margin */
    }


  


