article pre {
    --base-size-16: 1rem;
    background-color: #f6f8fa;
    border-radius: 6px;
    padding: var(--base-size-16);
    position: relative;
    overflow: scroll;
    font-size: 14px;
}

article pre code[class*=language-] {
    --base-size-16: 1rem;
    color: #1f2328;
    overflow: auto;
    font-size: 85%;
    line-height: 1.45;
    color: #1f2328;
    overflow: visible;
    word-wrap: normal;
}

article pre + .code-block-copy {
    border: 1px solid #d0d7de;
    border-radius: 6px;
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 8px;
    background-image: url(../img/copy.svg);
    height: 32px;
    width: 32px;
    padding: 0;
    background-color: transparent;
    background-size: contain;
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
}

article pre + .code-block-copy.copied {
    background-image: url(../img/check.svg?109kn);
    border: 1px solid #1a7f37;
}

.pre-wrapper {
    position: relative;
}
