@charset "UTF-8";
/*
Theme Name: RiverTuck
Author: 両毛トレード
Description: 両毛トレードオリジナルテーマ（リバータック）
Version: 1.0
Text Domain: ryomo
*/

/****遅延読み込み*/
/* コメントエリア全体 */
/* コメント全体囲い（あれば） */
.comment-area {
  max-width: 800px;
  margin: 2em auto;
  padding: 0;
  font-size: 1rem;
  color: #333;
  background: none;
  border: none;
}

/* コメント見出し（h3）をただのラベル風に */
.comment-area h3 {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  font-weight: normal !important;
  font-size: inherit !important;
  box-shadow: none !important;
  font-weight: bold!important;
}
.comment-area h3::before,
.comment-area h3::after {
  display: none !important;
  content: none !important;
}



/* コメントリスト */
.comment-list,
.comment-list li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
  display: block !important;
  box-shadow: none !important;
}

.comment-list li::before,
.comment-list li::after {
  display: none !important;
  content: none !important;
}


/* 投稿者・日時・本文 */
.comment-author {
  font-weight: bold;
}
.comment-meta {
  font-size: 0.9em;
  color: #666;
}
.comment-content {
  margin-top: 0.2em;
  line-height: 1.6;
}

/* 返信リンク（通常のリンク風） */
.comment-reply-link {
  font-size: 0.9em;
  color: #0073aa;
  text-decoration: underline;
}

/* フォーム */
.comment-form label {
  display: block;
  margin-top: 1em;
  font-size: 0.95em;
}
.comment-form input,
.comment-form textarea {
  width: 100%;
  padding: 6px;
  font-size: 1em;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
}
.comment-form textarea {
  min-height: 100px;
}
.comment-form input[type="submit"] {
  margin-top: 1em;
  background: #444;
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 3px;
  cursor: pointer;
}
.comment-form input[type="submit"]:hover {
  background: #222;
}


.simple-comment-meta {
  font-size: 0.95em;
  color: #333;
  margin-bottom: 0.3em;
}
.simple-comment-content {
  margin-bottom: 0.5em;
}
.simple-comment-reply a {
  font-size: 0.9em;
  color: #0073aa;
  text-decoration: underline;
}


.comment-form-cookies-consent {
  display: flex;
  align-items: center; /* ← 縦の中央揃え */
  gap: 0.4em;           /* ← チェックと文字の間隔 */
  font-size: 0.95em;
  margin-top: 0.5em;
}

.comment-form-cookies-consent input[type="checkbox"] {
 width: 30px;
}

.comment-form-cookies-consent input[type="checkbox"],
.comment-form-cookies-consent label {
  margin: 0;
  vertical-align: middle;
}