.wpbch-wrapper{
    border-radius: 5px;
    border: 1px solid #e5e7eb;
}

.wpbch-toolbar-wrapper{
    background-color: #f0f0f1;
}

.wpbch-toolbar{
    display: flex;
    padding: 6px 12px;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #e5e7eb;
}

.wpbch-code{
    margin: 0px !important;
    background: white !important;
}

.wpbch-copy-button {
    background: white;
    border: none;
    padding: 6px 12px;
    border-radius: 3px;
    transition: opacity 0.2s ease;
}

.wpbch-copy-button:hover {
    opacity: 0.5;
}
