.wrapped-block {
    word-wrap: break-word;       /* Break long words */
    overflow-wrap: break-word;   /* Handle overflow gracefully */
    white-space: pre-wrap;       /* Preserve line breaks */
    max-width: 100%;             /* Ensure it doesn't overflow container */
    overflow-x: auto;            /* Horizontal scroll if necessary */
  }

body .dom-auto-log { font-family: monospace; background-color: #111; color: #0f0; padding: 20px; }
#log { white-space: pre-wrap; }