.fcw-qr-card { display: none; }

@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
    .fcw-wrapper.active .fcw-qr-card:not([hidden]) {
        position: fixed;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 230px;
        height: 230px;
        padding: 10px;
        border: 1px solid #e7e7e7;
        border-radius: 16px;
        background: #fff;
        color: #202020;
        box-shadow: 0 8px 32px rgba(0, 0, 0, .16);
        font: 14px/1.35 sans-serif;
        text-align: center;
        z-index: 3;
    }
    .fcw-qr-card img {
        display: block;
        width: calc(100% - 20px);
        height: auto;
        aspect-ratio: 1;
        flex: 0 0 auto;
        max-width: none;
        margin: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }
    .fcw-qr-name { margin-top: 0; font-weight: 600; line-height: 18px; }
}
