
.cbc-code-wrapper {
    position: relative;
    margin-bottom: 1em;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
}
.cbc-code-bar {
    background: rgba(0, 0, 0, 0.08);
    padding: 8px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.cbc-copy-button {
    background: #2973C1;
    color: #fff;
    border: none;
    padding: 5px 12px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 12px;
}
.cbc-copy-button:hover {
    background: #1d5b9f;
}
