code {
    background: #f3f4f6;
    padding: 0.2rem 0.4rem;
    border-radius: 4px;
    font-family: 'Courier New', monospace;
    font-size: 0.95rem;
}

pre {
    background: #f3f4f6;
    padding: 1rem;
    border-radius: 6px;
    overflow-x: auto;
    margin: 0.8rem 0;
    border: 1px solid #e5e7eb;
}

pre code {
    background: none;
    padding: 0;
    color: inherit;
    font-size: 0.95rem;
}