body {
    background-color: #f8f9fa;
    font-family: sans-serif;
}

#response-content img, #prompt-preview img {
    max-width: 100%;
}

#response-content pre, #prompt-preview pre {
    background-color: #eee;
    padding: 10px;
    border-radius: 3px;
    overflow-x: auto;
}

#response-content code, #prompt-preview code {
    background-color: #eee;
    padding: 2px 4px;
    border-radius: 3px;
}
