/* Alles sichtbar machen (auch Parent-Container) */
.textBubble-content,
.textBubble-content *,
.textBubble-overflowContainer,
.textBubble-overflowContainer * {
  -webkit-mask-image: none !important;
  mask-image: none !important;
  filter: none !important;
  opacity: 1 !important;
}

/* Fade-Overlays entfernen */
.textBubble-content::before,
.textBubble-content::after,
.textBubble-overflowContainer::before,
.textBubble-overflowContainer::after {
  display: none !important;
  content: none !important;
  background: none !important;
  background-image: none !important;
  opacity: 0 !important;
}

/* WICHTIG: auch äußere Container freigeben */
.textBubble,
.textBubble-content,
.textBubble-overflowContainer {
  max-height: none !important;
  height: auto !important;
  overflow: visible !important;
}

/* Zusätzliche Sicherheit für Wrapper */
[class*="textBubble"] {
  overflow: visible !important;
  max-height: none !important;
}

/* Optional: etwas mehr Platz unten */
.textBubble-content {
  padding-bottom: 40px !important;
}
