.rbx-faq-container{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.rbx-faq-item{background:rgb(255 255 255 / .02);border:1px solid rgb(255 255 255 / .06);border-radius:.75rem;overflow:hidden}.rbx-faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;font-size:1rem;font-weight:600;color:#e4e6eb;background:#fff0;border:none;cursor:pointer;text-align:left;transition:background 0.3s ease}.rbx-faq-question:hover{background:rgb(255 255 255 / .04)}.rbx-faq-question[aria-expanded="true"]{background:rgb(255 255 255 / .04);border-bottom:1px solid rgb(255 255 255 / .06)}.rbx-faq-icon{width:1.25rem;height:1.25rem;color:#9ca3af;transition:transform 0.3s ease}.rbx-faq-question[aria-expanded="true"] .rbx-faq-icon{transform:rotate(180deg);color:#22c55e}.rbx-faq-answer{padding:0 1.25rem;font-size:.9375rem;color:#b0b3b8;line-height:1.6;overflow:hidden;transition:max-height 0.3s ease-out,padding 0.3s ease-out}.rbx-faq-answer p{padding-bottom:1rem;margin:0}.rbx-faq-answer[style="max-height: 0;"] p{padding-bottom:0}