Convert style attributes to Tailwind: width:fit-content → w-fit, background:#fafafa → bg-[#fafafa], display:none → hidden attr, display:inline → inline class, max-height → max-h-[360px], padding/border-radius/font-size → px-5 py-3 rounded-lg text-sm. Update JS to use .hidden property instead of .style.display. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
23 KiB
23 KiB