/** Chat CSS. */

.wkwcodc-sup-comment-body {
   max-width: 70%;
   padding: 8px 14px;
   position: relative;
   border-radius: 14px;
   margin-bottom: 2px;
   overflow-wrap: anywhere;
   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

.wkwcodc-sup-comment-body.wkwcodc-message-self {
   background: #2563eb;
   color: #fff;
   margin-left: auto;
   margin-right: 0;
   border-bottom-right-radius: 2px;
}

.wkwcodc-sup-comment-body.wkwcodc-message-other {
   background: #f1f1f1;
   color: #1f1f1f;
   margin-left: 0;
   margin-right: auto;
   border-bottom-left-radius: 2px;
}

.wkwcodc-sup-comment-head {
   font-size: 13px;
   font-style: italic;
   color: #6b7280;
}

.wkwcodc-message-self {
   text-align: right;
   padding-top: 3px;
}

.wkwcodc-message-other {
   text-align: left;
   padding-top: 3px;
}

#wkwcodc_comment {
   width: 100%;
}
