.lew-nfc-card-wrapper {
	text-align: center; background: linear-gradient(135deg, var(--lew-color-secondary), color-mix(in srgb, var(--lew-color-secondary) 70%, black));
	color: #fff; border-radius: var(--lew-radius-lg); padding: var(--lew-space-8); max-width: 340px; box-shadow: var(--lew-shadow-md);
}
.lew-nfc-icon-wrap { width: 56px; height: 56px; border-radius: 50%; background: rgba(255,255,255,.12); display: flex; align-items: center; justify-content: center; margin: 0 auto var(--lew-space-4); }
.lew-nfc-icon { color: var(--lew-color-primary); font-size: 1.4rem; }
.lew-nfc-title { color: #fff; margin-bottom: var(--lew-space-2); }
.lew-nfc-subtitle { color: rgba(255,255,255,.7); margin: 0; }
