﻿.qr-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    text-align: center;
    padding-top: 50px;
}

.qr-popup-inner {
    display: inline-block;
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    position: relative;
    max-width: 75%;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.qr-popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
}

.qr-popup-header {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
    text-align: center;
}

.qr-popup-image {
    width: 60vw;
    max-width: 600px;
    height: auto;
    margin-bottom: 15px;
}

.qr-popup-deeplink {
    word-break: break-all;
    font-family: monospace;
    margin-bottom: 15px;
}

.qr-popup-print {
    margin-top: 10px;
    align-self: center;
}

.qr-popup-email-panel {
    margin-top: 15px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
