/* =========================
   QR code output
========================= */

.qr-output {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.qr-canvas-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    padding: 20px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgba(15, 118, 110, .15);
}

.qr-canvas-wrap:empty::before {
    content: "";
}

.qr-placeholder {
    color: #9ca3af;
    font-size: 14px;
    font-weight: 700;
}