/**handles:elg-faq-style**/
.elg-faq{margin:1.5rem 0;padding:0;width:100%}.elg-faq__heading{margin:0 0 1rem}.elg-faq__list{margin:0;padding:0}.elg-faq__item{margin:0 0 1.25rem;padding:0}.elg-faq__item:last-child{margin-bottom:0}.elg-faq .elg-faq__question{display:block;font-family:var(--font-heading);font-weight:700;font-style:normal;line-height:1.35;color:inherit;margin:0 0 .4rem;padding:0}.elg-faq .elg-faq__answer{display:block;line-height:1.65;color:inherit;margin:0;padding:0;margin-inline-start:0}.elg-faq__item-header{display:flex;align-items:flex-start;gap:.5rem}.elg-faq__item-header .elg-faq__question{flex:1 1 auto;margin-bottom:0}.elg-faq__remove{flex:0 0 auto;opacity:0;transition:opacity .1s}.elg-faq__item:focus-within .elg-faq__remove,.elg-faq__item:hover .elg-faq__remove{opacity:1}.elg-faq__add{margin-top:.75rem}