.opac-global-template-component-comment-bubble{
    position: relative;
    width: 100%;
    background: var(--lsOpac-block-header-bg);
    border-radius: var(--lsOpac-other-content-border-radius);
    text-align: center;
    color: var(--lsOpac-block-header-color);;
}
.opac-global-template-component-comment-bubble > *:first-child {
    margin-top: 1%;
}
.opac-global-template-component-comment-bubble > *:last-child {
    margin-bottom: 1%;
}
.opac-global-template-component-comment-bubble > *{
   margin-left: 10px;
}
.opac-global-template-component-comment-bubble > *{
   margin-right: 10px;
}

.opac-global-template-component-comment-bubble-right:before{
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-top: 20px solid var(--lsOpac-block-header-bg);
    border-right: 20px solid transparent;
    right: -10px;
}

.opac-global-template-component-comment-bubble-left:before{
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-top: 20px solid var(--lsOpac-block-header-bg);
    border-left: 20px solid transparent;
    left: -10px;
}