.story-editor {
    padding: 10px;
    font-family: Arial, sans-serif;
    padding: 0;
    border: none;
    box-shadow: none;
}

.story-editor .toolbar {
    margin-bottom: 10px;
}

.story-editor .content {
    padding: 8px 12px;
}

.story-editor .toolbar button {
    border: none;
    background: none;
    margin-right: 24px;
    padding: 0;
}

.story-editor .toolbar {
    border-bottom: 1px solid #EAECF0;
    padding: 16px;
}

.story-editor .toolbar button:hover > svg path {
    fill: #343a40;
}

.story-editor-footer .save-tasks {
    margin-right: 16px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
    padding: initial;
}

.story-editor-footer .cancel-changes {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #1D2939;
}

blockquote {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
}

#clipboard {
    height: 0;
    opacity: 0;
}

.description-container.contenteditable:hover {
    cursor: text;
}

.edit-mode-story .convert-to-ticket {
    margin-bottom: 0 !important;
}

/* Style for the contenteditable title */  
.story-editor .title-editor #storyTitle {
    width: 100%;
    padding: 0 4px 16px 4px;
    margin-left: 16px;
    margin-right: 16px;
    font-size: 18px;
    font-weight: 600;
    box-sizing: border-box;
    border-bottom: 1px solid #EAECF0; /* Optional border */
    min-height: 40px;       /* Ensure a minimum height */
    outline: none;          /* Remove default focus outline */
  }
  .title-editor label{
    font-size: 14px;
    line-height: 18px;
    color: #98A2B3;
    margin-left: 16px;
    margin-right: 16px;
    padding: 0 4px;
  }