/* speech bubbles for Spectres. */

/* .speech-bubble { */
/*   width: 150px; */
/*   height: 110px; */
/*   background: #b03030; */
/*   color: #fff; */
/*   /\* Rectangle with a small triangular tail carved at bottom-left *\/ */
/*   clip-path: polygon( */
/*     0% 0%, */
/*     100% 0%, */
/*     100% 70%, */
/*     38% 70%, */
/*     30% 100%, */
/*     27% 70%, */
/*     0% 70% */
/*   ); */
/*   /\* Optional: rounding for the main box (tail stays sharp in most browsers) *\/ */
/*   border-radius: 12px; */

/*   /\* Optional: add contrast around the shape *\/ */
/*   filter: drop-shadow(0 0 1px rgba(0,0,0,.25)); */
/* } */
