/* WordPress Code Block Pro stores Nord token colors in inline styles. Keep its
   code surface dark so the inherited Blossom code background cannot hide them. */
section .wp-block-kevinbatdorf-code-block-pro pre.shiki {
    margin-top: 0;
    color: #d8dee9;
}
section .wp-block-kevinbatdorf-code-block-pro pre.shiki > code {
    background: transparent;
    color: inherit;
    vertical-align: baseline;
}
