.cqb-box {
    background: #f9ffff;
    border: 1px dashed #0ddbbf;
    padding: 20px;
    border-radius: 10px;
    margin: 20px auto;
    max-width: 700px;
    font-family: sans-serif;
    text-align: center !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cqb-quote {
    font-size: 18px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 15px;
    text-align: center !important;
    width: 100%;
}

.cqb-copy {
    background-color: #0ddbbf;
    color: white;
    padding: 6px 16px;
    font-size: 14px;
    border: none;
    border-radius: 4px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: inline-block;
    text-align: center;
}

.cqb-copy:hover {
    background-color: #0cb5a6;
}
