.wd-faq-container{margin-left:auto;margin-right:auto;width:100%}.wd-faq-item{background-color:transparent;border:1px solid transparent!important;border-radius:.75rem!important;margin-bottom:.75rem;transition:all .3s ease-in-out!important}.wd-faq-item[data-state=open]{background-color:rgba(0,0,0,.04)!important;border-color:rgba(0,0,0,.1)!important}:is(.dark) .wd-faq-item[data-state=open]{background-color:hsla(0,0%,100%,.05)!important;border-color:hsla(0,0%,100%,.1)!important}.wd-faq-trigger{align-items:center;background:none;border:none;cursor:pointer;display:flex;justify-content:space-between;padding:1.5rem;text-align:left;width:100%}.wd-faq-content{max-height:0;opacity:0;overflow:hidden;padding:0 1.5rem;transition:max-height .3s ease-out,opacity .3s ease}.wd-faq-item[data-state=open] .wd-faq-content{opacity:1;padding-bottom:1.5rem}.wd-faq-icon{flex-shrink:0;transition:transform .3s ease}.wd-faq-item[data-state=open] .wd-faq-icon{transform:rotate(180deg)}