/** === Preformatted Block, Verse Block === */
.wp-block-preformatted {
    overflow: auto;
}
.wp-block-code,
pre {
    background: rgba(68,68,68,.06);
    border: 1px solid rgba(68,68,68,.2);
    padding: 15px 20px;
    margin-bottom: 30px;
}