.ltfaq{width:100%}.ltfaq-container{margin:0 auto;padding:0 25px}.ltfaq-heading{margin:0 0 32px}.ltfaq-heading>:first-child{margin-top:0}.ltfaq-heading>:last-child{margin-bottom:0}.ltfaq-list{width:100%}.ltfaq-question{font-size:inherit;line-height:inherit;margin:0}.ltfaq-toggle{align-items:center;-webkit-appearance:none;appearance:none;border:none;cursor:pointer;display:flex;font:inherit;gap:16px;justify-content:space-between;text-align:left;transition:background-color .25s ease;width:100%}.ltfaq-question-text{font-weight:500;line-height:1.4}.ltfaq-chevron{display:block;flex-shrink:0;transition:transform .3s ease}.ltfaq-item.ltfaq-open .ltfaq-chevron{transform:rotate(90deg)}.ltfaq-answer-wrapper{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease,visibility .3s;visibility:hidden}.ltfaq-item.ltfaq-open .ltfaq-answer-wrapper{grid-template-rows:1fr;visibility:visible}.ltfaq-answer-inner{min-height:0;overflow:hidden}.ltfaq-answer{line-height:1.6;margin:16px 16px 4px}.ltfaq-answer p{margin:0 0 1em}.ltfaq-answer p:last-child{margin-bottom:0}.ltfaq-editor-note{background:#f5f8fa;border:2px dashed #99acc2;border-radius:8px;color:#33475b;padding:24px}.ltfaq-editor-note p{margin:0}@media (max-width:767px){.ltfaq-heading{margin-bottom:24px}.ltfaq-answer{margin:12px 8px 4px}}