/* QR Wrapper */
.cqg-qr-wrapper {
    text-align: center;
    margin: 20px 0;
}

/* QR image */
.cqg-qr-image {
    max-width: 100%;
    margin-bottom: 10px;
    display: inline-block;
}

/* Text under QR */
.cqg-qr-text {
    font-size: 16px;
    font-weight: 600;
    color: #111;
}

/* Example custom class styling */
.custom-qr-style {
    background: #f9f9f9;
    padding: 15px;
    border-radius: 8px;
}

.cqg-error {
    color: red;
    font-weight: bold;
}