/* ============================================
   Dance BBS Style - 社交ダンス パートナー募集掲示板
   SWELL テーマ対応版
   ============================================ */

/* ── CSS変数 ── */
#bbpress-forums,
.bbpress-wrapper {
  --gold: #C9A96E;
  --gold-light: #E8D5A8;
  --dark: #1A1410;
  --dark-mid: #2C2218;
  --cream: #F7F2EA;
  --cream-mid: #EDE5D4;
  --text: #3D2E1E;
  --text-light: #7A6450;
  --accent: #8B1A2E;
}

/* ── フォーラム全体 ── */
#bbpress-forums,
.bbpress-wrapper {
  background: transparent !important;
  font-family: 'Noto Sans JP', sans-serif !important;
}

/* ── フォーラムリスト・トピックリスト ── */
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-topics {
  border: 1px solid rgba(61,46,30,0.08) !important;
  border-radius: 4px !important;
  overflow: hidden !important;
  background: white !important;
  margin-bottom: 20px !important;
}

#bbpress-forums li.bbp-header {
  background: #2C2218 !important;
  padding: 14px 24px !important;
  border-bottom: 1px solid rgba(201,169,110,0.2) !important;
}

#bbpress-forums li.bbp-header span,
#bbpress-forums li.bbp-header a {
  color: #C9A96E !important;
  font-size: 12px !important;
  letter-spacing: 0.15em !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
}

#bbpress-forums li.bbp-body .bbp-forum,
#bbpress-forums li.bbp-body .bbp-topic {
  border-bottom: 1px solid #EDE5D4 !important;
  padding: 14px 24px !important;
  background: white !important;
  transition: background 0.15s !important;
}

#bbpress-forums li.bbp-body .bbp-forum:hover,
#bbpress-forums li.bbp-body .bbp-topic:hover {
  background: #F7F2EA !important;
}

#bbpress-forums li.bbp-body .bbp-forum:last-child,
#bbpress-forums li.bbp-body .bbp-topic:last-child {
  border-bottom: none !important;
}

/* ── フォーラム・トピックタイトル ── */
#bbpress-forums .bbp-forum-title a,
#bbpress-forums li.bbp-forum-info .bbp-forum-title a {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #3D2E1E !important;
  font-family: 'Noto Sans JP', sans-serif !important;
}

#bbpress-forums .bbp-topic-title a {
  color: #3D2E1E !important;
  font-size: 13.5px !important;
  font-weight: 400 !important;
  transition: color 0.15s !important;
}

#bbpress-forums .bbp-forum-title a:hover,
#bbpress-forums .bbp-topic-title a:hover {
  color: #C9A96E !important;
}

/* ── 返信数バッジ ── */
#bbpress-forums .bbp-reply-count,
#bbpress-forums .bbp-voice-count {
  background: #7A6450 !important;
  color: white !important;
  border-radius: 10px !important;
  padding: 2px 10px !important;
  font-size: 11px !important;
  font-weight: 500 !important;
}

/* ── フォーラム説明文 ── */
#bbpress-forums .bbp-forum-content p {
  color: #7A6450 !important;
  font-size: 12px !important;
  font-weight: 300 !important;
}

/* ── 投稿フォーム ── */
#bbpress-forums #new-post,
#bbpress-forums .bbp-reply-form,
#bbpress-forums .bbp-topic-form {
  background: white !important;
  border: 1px solid rgba(61,46,30,0.08) !important;
  border-radius: 4px !important;
  padding: 28px !important;
  margin-top: 24px !important;
}

#bbpress-forums fieldset.bbp-form legend {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 20px !important;
  color: #3D2E1E !important;
  font-weight: 400 !important;
  border-bottom: 1px solid #C9A96E !important;
  padding-bottom: 8px !important;
  margin-bottom: 20px !important;
  width: 100% !important;
}

#bbpress-forums fieldset.bbp-form label {
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #7A6450 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  display: block !important;
  margin-bottom: 6px !important;
}

#bbpress-forums fieldset.bbp-form input[type="text"],
#bbpress-forums fieldset.bbp-form input[type="email"],
#bbpress-forums fieldset.bbp-form textarea {
  width: 100% !important;
  border: 1px solid rgba(61,46,30,0.15) !important;
  border-radius: 2px !important;
  padding: 10px 14px !important;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-size: 14px !important;
  color: #3D2E1E !important;
  background: #F7F2EA !important;
  transition: border-color 0.2s !important;
}

#bbpress-forums fieldset.bbp-form input[type="text"]:focus,
#bbpress-forums fieldset.bbp-form textarea:focus {
  border-color: #C9A96E !important;
  outline: none !important;
  background: white !important;
}

/* ── 送信ボタン ── */
#bbpress-forums input[type="submit"],
#bbpress-forums button[type="submit"],
.bbp-submit-wrapper input[type="submit"] {
  background: #C9A96E !important;
  color: #1A1410 !important;
  border: none !important;
  padding: 12px 32px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  border-radius: 2px !important;
  cursor: pointer !important;
  transition: all 0.25s !important;
}

#bbpress-forums input[type="submit"]:hover,
.bbp-submit-wrapper input[type="submit"]:hover {
  background: #E8D5A8 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 24px rgba(201,169,110,0.25) !important;
}

/* ── パンくずリスト ── */
#bbpress-forums .bbp-breadcrumb {
  font-size: 12px !important;
  color: #7A6450 !important;
  padding: 10px 0 20px !important;
}

#bbpress-forums .bbp-breadcrumb a {
  color: #C9A96E !important;
}

/* ── ページネーション ── */
#bbpress-forums .bbp-pagination .bbp-pagination-links a,
#bbpress-forums .bbp-pagination .bbp-pagination-links span {
  border: 1px solid rgba(61,46,30,0.15) !important;
  border-radius: 2px !important;
  padding: 6px 12px !important;
  font-size: 12px !important;
  color: #3D2E1E !important;
}

#bbpress-forums .bbp-pagination .bbp-pagination-links .current {
  background: #C9A96E !important;
  color: #1A1410 !important;
  border-color: #C9A96E !important;
}

/* ── 投稿者情報 ── */
#bbpress-forums .bbp-author-name a {
  color: #7A6450 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
}

#bbpress-forums .bbp-reply-header,
#bbpress-forums .bbp-topic-header {
  background: #F7F2EA !important;
  border-bottom: 1px solid #EDE5D4 !important;
  padding: 8px 16px !important;
  font-size: 12px !important;
  color: #7A6450 !important;
}

/* ── リンク（フォーラム内のみ）── */
#bbpress-forums a {
  color: #C9A96E !important;
}

#bbpress-forums a:hover {
  color: #8B1A2E !important;
}

/* ── ログインフォーム ── */
#bbpress-forums .bbp-login-form input[type="text"],
#bbpress-forums .bbp-login-form input[type="password"] {
  border: 1px solid rgba(61,46,30,0.15) !important;
  border-radius: 2px !important;
  padding: 10px 14px !important;
  font-family: 'Noto Sans JP', sans-serif !important;
  background: #F7F2EA !important;
}
