<style>
.liveIndicator.liveOnlyFullScreenOnly,
.liveIndicator.liveOnlyFullScreenOnly div {
  word-break: break-word !important;  /* Ensure long words break properly */
}

.liveIndicator.liveOnlyFullScreenOnly {
  width: 100% !important;  /* Make the width dynamic */
  max-width: 100vw !important;  /* Ensure the max width is responsive */
  box-sizing: border-box !important;  /* Include padding and border in the element's total width and height */
}

div {
    max-width: 100vw !important;  /* Make the max width responsive */
    box-sizing: border-box !important;  /* Include padding and border in the element's total width and height */
}
</style>