.qr-share-panel {
    backdrop-filter: blur(20px) saturate(180%);
}

.qr-box {
    min-height: 240px;
}

.qr-box canvas,
.qr-box img {
    width: 100% !important;
    height: auto !important;
    border-radius: 1rem;
}

.qr-share-grid {
    align-items: stretch;
}

