.aaa-product-qr-wrap {
    margin: 24px 0;
    padding: 18px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    background: #fff;
    text-align: center;
    max-width: 280px;
    box-sizing: border-box;
}

.aaa-product-qr-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 12px;
}

.aaa-product-qr {
    width: 220px;
    min-height: 220px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aaa-product-qr img,
.aaa-product-qr canvas {
    display: block;
    width: 220px !important;
    height: 220px !important;
    margin: 0 auto;
}

.aaa-product-qr-caption {
    margin-top: 10px;
    font-size: 13px;
    color: #666;
}
