.ftr-my-comment .t-Comments-icon {
  margin-right: 0;
  margin-left: 12px;  
}

.ftr-my-comment {
  flex-direction: row-reverse;
  margin-inline-start: 40%;
}

.ftr-my-comment .t-Comments-body {
  align-items: flex-end;
}

.ftr-other-comment {
    margin-inline-end: 40%;
}

.ftr-new-comment {
    margin-inline-end: 60%;
}

.ftr-my-comment .t-Comments-body .t-Comments-comment {
    background-color: var(--u-color-16)!important;
    color: var(--u-color-16-contrast)!important;          
}

.ftr-my-comment .t-Comments-body .t-Comments-comment:after {
   border-left-color: var(--u-color-16)!important;
   right: none;
   left: 100%;   
}

.ftr-new-comment .t-Comments-body .t-Comments-comment {
    background-color: var(--u-color-20);
    color: var(--u-color-20-contrast);    
}

.ftr-new-comment .t-Comments-body .t-Comments-comment:after {
   border-right-color: var(--u-color-20);
}

.ftr-current-comment {
    outline-style: solid;
    outline-color: var(--u-color-39);
    outline-width: 2px;
}

.apex-item-wrapper--markdown-editor .apex-item-textarea {
    min-height: var(--a-mdeditor-code-height, 100px);
}

.commentEdit {
    padding-right: 8px;
}