/* Force wrapping in code blocks */
.highlight pre {
    white-space: pre-wrap !important;
    word-break: break-all;
}

