.comment-bubble-container .comment-bubble-author {
  display: inline-block;
  vertical-align: top;
  margin-top: 14px;
}

.comment-bubble-container .comment-bubble-author img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.comment-bubble-container .comment-bubble {
  display: inline-block;
  width: calc(100% - 42px);
  padding: 10px;
  margin-left: 10px;
  position: relative;
  background: rgba( 255, 255, 255 ,  1 );
  background: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
  box-shadow: 1px 1px 5px rgba( 200, 200, 200 ,  1 );
  box-shadow: 1px 1px 5px rgba( var(--palette-neutral-20,200, 200, 200) ,  1 );
}

.comment-bubble-container .comment-bubble .comment-bubble-beak {
  position: absolute;
  left: -11px;
  top: 20px;
  overflow: hidden;
  height: 20px;
  width: 11px;
}

.comment-bubble-container .comment-bubble .comment-bubble-beak:after {
  content: '\00a0';
  position: absolute;
  top: 3px;
  right: -5px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background: rgba( 255, 255, 255 ,  1 );
  background: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
  box-shadow: 2px 1px 5px rgba( 200, 200, 200 ,  1 );
  box-shadow: 2px 1px 5px rgba( var(--palette-neutral-20,200, 200, 200) ,  1 );
}

.comment-bubble-container .comment-bubble .comment-bubble-comment {
  word-wrap: break-word;
  overflow: hidden;
}

.comment-bubble-container .comment-bubble .comment-bubble-comment p {
  margin: 0;
  margin-top: 6px;
}

.comment-bubble-container .comment-bubble .comment-bubble-author-name {
  font-weight: bold;
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9));
}

.comment-bubble-container .comment-bubble .comment-bubble-timestamp {
  margin-left: 10px;
  font-size: 11px;
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
}
