blockquote {
    border: 5px solid;
    border-image: linear-gradient(45deg, #ff0080, #7928ca, #0073aa) 1;
    padding: 15px 20px;
    margin: 20px 0;
    background-color: #f9f9f9;
    position: relative;
    border-radius: 10px;
}

.cbp-copy-wrapper {
    margin-top: 10px;
    text-align: center; /* ✅ Center align contents */
}

.cbp-copy-btn {
    background-color: #0073aa;
    color: white;
    border: none;
    padding: 6px 12px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px;
}

.cbp-copy-btn:hover {
    background-color: #005177;
}
