.wp-block-preformatted{overflow:visible;position:relative}.wp-block-preformatted.wp-block{max-height:none}.wp-block-preformatted span{display:block;overflow:auto}.wp-block-preformatted code{padding:32px 24px 24px 24px;border-radius:5px;font-family:monospace;font-size:14px;font-weight:400;color:#b9b6b0;background:#2f1e2e;overflow:auto;position:relative;display:block;max-height:300px;white-space:pre}.wp-block-preformatted.expandable.expanded code{max-height:none}.wp-block-preformatted.expandable{position:relative}.wp-block-preformatted.expandable .expand-button{width:14px;height:14px;cursor:pointer}.wp-block-preformatted .button-wrapper{position:absolute;top:12px;right:20px;display:flex;gap:10px}.wp-block-preformatted .copy-button{position:relative;cursor:pointer;display:flex}.wp-block-preformatted .copy-button__display{display:flex}.wp-block-preformatted .copy-button__success{background:var(--wp--preset--color--forest-30);color:var(--wp--preset--color--white);border-radius:4px;padding:4px;position:absolute;top:0;left:50%;opacity:0;transform:translate(-50%,100%);transition:opacity .3s ease-in-out;width:60px;font-size:var(--wp--preset--font-size--small)}.wp-block-preformatted .copy-button__success-wrapper{overflow:visible}.wp-block-preformatted .copy-button.copied .copy-button__success{opacity:1}