#desktop-qr {
    background: #fff;
    border: 1px solid rgba(26, 26, 26, 0.08);
    border-radius: 24px;
    box-shadow: 0 16px 40px rgba(26, 26, 26, 0.08);
    margin-top: 1.5rem;
    padding: 1.5rem;
}

.desktop-qr__title {
    color: var(--df-dark);
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

.desktop-qr__subtitle {
    color: var(--df-text-light);
    font-size: 1rem;
    line-height: 1.45;
    margin-bottom: 1rem;
}

#deep-link-qr {
    background: #fff;
    border: 1px solid rgba(26, 26, 26, 0.08);
    border-radius: 16px;
    display: block;
    height: 280px;
    margin: 1rem auto;
    max-width: 100%;
    padding: 0.75rem;
    width: 280px;
}

#current-url {
    background: var(--df-gray);
    border-radius: 10px;
    color: var(--df-text-light);
    display: block;
    font-size: 0.8rem;
    line-height: 1.4;
    margin: 0 auto 0.75rem;
    max-width: 100%;
    overflow-wrap: anywhere;
    padding: 0.75rem;
}

#copy-link {
    background-color: var(--df-orange);
    border: 0;
    border-radius: 12px;
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
    margin-bottom: 1.25rem;
    padding: 0.8rem 1.25rem;
    transition: background-color 0.2s, transform 0.1s;
}

#copy-link:hover {
    background-color: var(--df-orange-dark);
}

#copy-link:active {
    transform: scale(0.98);
}

.desktop-qr__stores {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

#desktop-qr .store-button {
    max-width: 280px;
}

@media (max-width: 360px) {
    #deep-link-qr {
        height: 240px;
        width: 240px;
    }
}
