/**
 * Kuromaro Prism custom styles
 */

/* 言語スタイルを選択したコードブロックだけを対象にする */
pre.wp-block-code[class*="is-style-language-"] {
    margin-block: 1.5rem;
    border-radius: 6px;
}

/* 行番号とコード本文の境界線 */
pre.wp-block-code.line-numbers .line-numbers-rows {
    border-right-color: #ccc;
}

/* 行番号の文字色 */
pre.wp-block-code.line-numbers
.line-numbers-rows > span::before {
    color: #888;
}

/* 縦に長いコードはスクロール表示 */
pre.wp-block-code[class*="is-style-language-"] {
    max-height: 60vh;
}

/* WordPressのコードブロックで設定した値を引き継ぐ */
pre.wp-block-code[class*="is-style-language-"] > code {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}