.qcb-blockquote-wrapper {
    margin: 20px 0;
    position: relative;
}

.qcb-blockquote {
    border: 2px solid #E21E51;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    position: relative;
    background-color: #fff;
}

.qcb-blockquote p {
    margin: 0;
    padding: 0;
}

.qbc-copy-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #E21E51;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 5px 12px;
    cursor: pointer;
    font-size: 12px;
    z-index: 10;
}

.qbc-copy-btn:hover {
    background-color: #c11744;
}