/* Make all code elements gold on dark background */
body code,
body pre code,
body .wp-block-code code {
    color: #ffd700 !important;
    background-color: #2b2b2b !important;
}

/* Optional: style the code block container */
body .wp-block-code {
    background-color: #1e1e1e !important;
    border: 1px solid #444 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    margin: 1.5em 0 !important;
}