/* =====================================================
   gpu-rei-qa LP — Additional Styles
   Tailwind カスタムカラーで対応できない部分を補足する
   ===================================================== */

/* テーブルの横スクロールヒント（JS で制御） */
.scroll-hint::after {
  content: '← → スクロールできます';
  display: block;
  text-align: center;
  font-size: 0.75rem;
  color: #94a3b8;
  padding: 4px 0;
}

/* FAQアコーディオン open 状態 */
.faq-item.open .faq-icon {
  transform: rotate(180deg);
}
.faq-item.open .faq-answer {
  display: block;
}

/* モバイル固定CTAの表示制御 */
#mobile-cta.visible {
  display: block;
}
