{"version":3,"file":"info-BrxTYPoZ.js","sources":["../../../app/frontend/entrypoints/info.js"],"sourcesContent":["/* Add functionality to the question headers */\nconst questionHeaders = document.querySelectorAll('.faq-question');\nquestionHeaders.forEach(function (questionHeader) {\n questionHeader.addEventListener('click', function () {\n this.classList.toggle('active');\n const answerContainer = this.nextElementSibling;\n if (answerContainer.style.maxHeight) {\n answerContainer.style.maxHeight = null;\n answerContainer.classList.remove('active');\n } else {\n answerContainer.style.maxHeight = answerContainer.scrollHeight + 'px';\n answerContainer.classList.add('active');\n }\n });\n});\n"],"names":["questionHeaders","questionHeader","answerContainer"],"mappings":"AACA,MAAMA,EAAkB,SAAS,iBAAiB,eAAe,EACjEA,EAAgB,QAAQ,SAAUC,EAAgB,CAChDA,EAAe,iBAAiB,QAAS,UAAY,CACnD,KAAK,UAAU,OAAO,QAAQ,EAC9B,MAAMC,EAAkB,KAAK,mBACzBA,EAAgB,MAAM,WACxBA,EAAgB,MAAM,UAAY,KAClCA,EAAgB,UAAU,OAAO,QAAQ,IAEzCA,EAAgB,MAAM,UAAYA,EAAgB,aAAe,KACjEA,EAAgB,UAAU,IAAI,QAAQ,EAE5C,CAAG,CACH,CAAC"}