
/* Added for QR code compatibility */
.qr-code-container img,
.qr-code-container canvas,
#androidBeta-qr img,
#androidBeta-qr canvas {
    width: 100% !important;
    height: auto !important;
    display: block;
}

.qr-code-container {
    width: 80px; /* Adjust size as needed for the hover box */
    height: 80px;
    margin: 0 auto;
}

/* Hide the "Use WeChat..." text generated by newlanding.js if it clutters the UI */
.qr-code-container .in,
#androidBeta-qr .in {
    display: none;
}

/* Adjust .state-hover to accommodate the QR code */
.modern-download-box .state-hover {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 0; /* Reset padding from index.css to allow true centering */
}

/* Add spacing between QR code and text */
.modern-download-box .state-hover .txt {
    margin-top: 16px;
    display: block;
}
