.sv-mcp-documentation .vw-post-content pre {
    max-width: 100%;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    padding: 1rem;
    margin: 1rem 0;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    line-height: 1.6;
}
.sv-mcp-documentation .vw-post-content code {
    overflow-wrap: anywhere;
}
