/* About 页 FAQ 手风琴：白底、黑字，展开区无额外灰底 */

.MTaboutFaqSection {
  background: #fff;
  color: #000;
}

.MTaboutFaq {
  max-width: 900px;
  margin: 0 auto;
}

.MTaboutFaq__title {
  margin: 0 0 16px;
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3;
  color: #000;
}

.MTaboutFaq--linkOnly .MTaboutFaq__titleLink {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.MTaboutFaq--linkOnly .MTaboutFaq__titleLink:hover,
.MTaboutFaq--linkOnly .MTaboutFaq__titleLink:focus {
  color: #0052a8;
  text-decoration: none;
}

.MTaboutFaq--linkOnly .MTaboutFaq__divider {
  display: none;
}

.MTaboutFaq--linkOnly .MTaboutFaq__titleLink:focus {
  outline: 2px solid rgba(0, 82, 168, 0.45);
  outline-offset: 4px;
}

.MTaboutFaq__divider {
  width: 56px;
  height: 3px;
  margin: 0 auto 36px;
  background: #e6b422;
}

.MTaboutFaq__list {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.MTaboutFaq__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.MTaboutFaq__trigger {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  width: 100%;
  margin: 0;
  padding: 18px 0;
  border: 0;
  background: transparent;
  color: #000;
  font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  text-align: left;
  cursor: pointer;
}

.MTaboutFaq__trigger:focus {
  outline: 2px solid rgba(0, 82, 168, 0.45);
  outline-offset: 2px;
}

.MTaboutFaq__icon {
  flex: 0 0 22px;
  width: 22px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  user-select: none;
  color: #000;
}

.MTaboutFaq__q {
  flex: 1;
}

.MTaboutFaq__panel {
  display: none;
  padding: 0 0 22px 36px;
  margin: 0;
  background: transparent;
}

.MTaboutFaq__item.is-open .MTaboutFaq__panel {
  display: block;
}

.MTaboutFaq__a {
  margin: 0;
  font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
  color: #000;
  background: transparent;
}

.MTaboutFaq__a p {
  margin: 0 0 0.6em;
}

.MTaboutFaq__a p:last-child {
  margin-bottom: 0;
}

.MTaboutFaq__empty {
  margin: 0;
  padding: 12px 0 24px;
  text-align: center;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}

@media (max-width: 767px) {
  .MTaboutFaq__title {
    font-size: 24px;
  }

  .MTaboutFaq__trigger {
    font-size: 15px;
    padding: 14px 0;
  }

  .MTaboutFaq__panel {
    padding-left: 32px;
    padding-bottom: 18px;
  }
}
