
  .mp-faq {
    max-width: 860px;
    margin: 24px auto;
    padding: 0 16px;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  }
  .mp-faq__title {
    font-size: 22px;
    line-height: 1.2;
    margin: 0 0 12px;
  }
  .mp-faq__item {
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    padding: 12px 14px;
    margin: 10px 0;
    background: #fff;
  }
  .mp-faq__q {
    cursor: pointer;
    font-weight: 600;
    list-style: none;
  }
  .mp-faq__q::-webkit-details-marker {
    display: none;
  }
  .mp-faq__a {
    margin-top: 10px;
    color: #333;
    line-height: 1.6;
  }
