/*
    Theme Name:   ARTISAN Child
    Template:     artisan_tcd112
*/


/* コメント欄全体 */
.p-single-comments {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #eee;
}

/* 見出し */
.p-single-comments h3,
.p-single-comments h2 {
  font-size: 1.4rem;
  margin-bottom: 20px;
  font-weight: 600;
}

/* コメントリスト */
.p-single-comments ol.comment-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
}
.p-single-comments .comment {
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.p-single-comments .comment-author {
  font-weight: 600;
  margin-bottom: 8px;
}
.p-single-comments .comment-meta {
  font-size: 0.9rem;
  color: #777;
}

/* コメントフォーム */
.p-single-comments form {
  margin-top: 30px;
}
.p-single-comments input[type="text"],
.p-single-comments input[type="email"],
.p-single-comments input[type="url"],
.p-single-comments textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
  margin-bottom: 15px;
}
.p-single-comments input[type="submit"] {
  background-color: #222;
  color: #fff;
  padding: 10px 24px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.p-single-comments input[type="submit"]:hover {
  background-color: #444;
}

/* ログイン中の表示行 */
.p-single-comments .logged-in-as {
  margin-bottom: 20px;
  font-size: 0.95rem;
  line-height: 1.6;
}

.p-single-comments .logged-in-as a {
  color: #0073aa; /* WP標準の青リンク */
  text-decoration: underline;
}

.p-single-comments .logged-in-as a:hover {
  color: #005177;
  text-decoration: none;
}

/* コメントラベル部分（「コメント ※」） */
.p-single-comments label[for="comment"] {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 1rem;
}

/* テキストエリア */
.p-single-comments textarea#comment {
  min-height: 140px;
  line-height: 1.6;
  font-size: 1rem;
}

/* フォーム全体の間隔 */
.p-single-comments .comment-form {
  margin-top: 30px;
}

/* 「メールアドレスが公開されません」〜「コメント ※」 の間に余白 */
.p-single-comments .comment-notes {
  margin-bottom: 1.2em; /* ←ここで隙間をつくる */
  line-height: 1.6;
}

/* コメント送信ボタンの上に余白 */
.p-single-comments .form-submit {
  margin-top: 1.5em;
}

/* ついでに送信ボタンを少し整える（任意） */
.p-single-comments .form-submit input[type="submit"] {
  display: inline-block;
  padding: 10px 24px;
  font-size: 1rem;
  background-color: #222;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.p-single-comments .form-submit input[type="submit"]:hover {
  background-color: #444;
}
