.cbc-code-wrapper {
    position: relative;
    margin-bottom: 1em;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    display: inline-flex;
    padding: 5px;
}
.cbc-code-wrapper pre {
    display: flex;
    margin: 4px 10px 0 10px;
    list-style: none;
    align-items: center;
}
.cbc-copy-button {
    background: #6e7e5f;
    color: #fff;
    border: none;
    padding: 5px 12px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 12px;
    display: inline-block;
}
.cbc-copy-button:hover {
    background: #57614d;
}
