/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jun 26 2026 | 06:28:45 */
.mpa-faq-wrapper { max-width: 850px; margin: 0 auto; }
  .mpa-faq-item { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 6px; margin-bottom: 12px; overflow: hidden; }
  .mpa-faq-toggle { display: none; }
  .mpa-faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 22px; font-weight: 600; font-size: 15.5px; color: #0f172a; cursor: pointer; user-select: none; }
  .mpa-faq-question:hover { background-color: #f8fafc; }
  .mpa-arrow { width: 8px; height: 8px; border-right: 2px solid #64748b; border-bottom: 2px solid #64748b; transform: rotate(45deg); transition: transform 0.25s ease; margin-right: 4px; margin-top: -3px; }
  .mpa-faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s cubic-bezier(0, 1, 0, 1); padding: 0 22px; }
  .mpa-faq-answer p { padding-bottom: 10px !important; margin: 0; color: #475569; font-size: 14.5px;     padding-top: 5px !important;}
  .mpa-faq-toggle:checked ~ .mpa-faq-question { background-color: #f8fafc; }
  .mpa-faq-toggle:checked ~ .mpa-faq-question .mpa-arrow { transform: rotate(-135deg); margin-top: 3px; }
  .mpa-faq-toggle:checked ~ .mpa-faq-answer { max-height: 300px; transition: max-height 0.3s cubic-bezier(1, 0, 1, 0); }