@layer components {
    .qr-code {
        background: #fff;
        padding: var(--space-xs);
        border-radius: var(--radius-m, 0.5rem);
    }
}
