/* FAQ Section — game_tgn_0020 detail page (detail-split-block style) */
.g20-detail-article .faq-section {
  margin: 0;
}

.g20-detail-article .faq-title {
  font-size: 1.25rem;
  color: var(--nebula-pink);
  margin: 0 0 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  user-select: none;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  transition: opacity var(--transition-fast, 0.18s ease);
  list-style: none;
}
.faq-title::-webkit-details-marker {
  display: none;
}


.g20-detail-article .faq-title:hover {
  opacity: 0.88;
}

.g20-detail-article .faq-section:not([open]) .faq-title {
  margin-bottom: 0;
  list-style: none;
}

.g20-detail-article .faq-section-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 2px solid var(--star-white);
  background: var(--nebula-pink);
  box-shadow: 2px 2px 0 var(--star-white);
  transition: transform var(--transition-fast, 0.18s ease);
}

.g20-detail-article .faq-title:hover .faq-section-toggle {
  transform: translate(-1px, -1px);
  box-shadow: 3px 3px 0 var(--star-white);
}

.g20-detail-article .faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  background: transparent;
  border: none;
}

.g20-detail-article .faq-item {
  padding: 20px 0;
  border-top: 2px dashed #d6d3d1;
}

.g20-detail-article .faq-item:first-child {
  border-top: none;
  padding-top: 4px;
}

.g20-detail-article .faq-question {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--star-white);
  margin-bottom: 8px;
  padding: 0;
  border: none;
  background: transparent;
}

.g20-detail-article .faq-answer {
  color: var(--ink-muted);
  line-height: 1.75;
  padding: 0;
  border: none;
}

.g20-detail-article .faq-answer a {
  color: var(--g20-accent-text);
  font-weight: 600;
}

.g20-detail-article .faq-section-toggle .fa,
.g20-detail-article .faq-section-toggle .fa-chevron-right,
.g20-detail-article .faq-section-toggle i {
  display: block;
  flex-shrink: 0;
  width: 7px;
  height: 7px;
  border: none;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background: transparent;
  transform: rotate(-45deg);
  transition: transform var(--transition-fast, 0.18s ease);
  font-size: 0 !important;
  line-height: 0 !important;
  overflow: visible;
  box-sizing: border-box;
}

.g20-detail-article .faq-section-toggle .fa::before,
.g20-detail-article .faq-section-toggle .fa-chevron-right::before,
.g20-detail-article .faq-section-toggle i::before {
  display: none !important;
  content: "" !important;
}

.g20-detail-article .faq-section[open] .faq-section-toggle .fa,
.g20-detail-article .faq-section[open] .faq-section-toggle .fa-chevron-right,
.g20-detail-article .faq-section[open] .faq-section-toggle i {
  transform: rotate(45deg);
}

.g20-detail-article .faq-title:hover .faq-section-toggle .fa,
.g20-detail-article .faq-title:hover .faq-section-toggle .fa-chevron-right,
.g20-detail-article .faq-title:hover .faq-section-toggle i {
  border-color: #fff;
}

.g20-detail-article .faq-answer p {
  margin: 0 0 10px;
}

.g20-detail-article .faq-answer p:last-child {
  margin-bottom: 0;
}
