@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

/* コメント欄のスタイル調整 */
.comment-list li {
    list-style-type: decimal;
    margin-left: 20px;
}

.comment-author {
    font-weight: bold;
}

.comment-metadata {
    display: inline;
    font-size: 0.9em;
    color: #666;
}

/* ===== コメント欄カスタマイズ ===== */

/* 名前の斜体を解除 */
.comment-author.vcard cite.fn {
    font-style: normal !important;
}

/* 「より:」を非表示 */
.comment-author.vcard .says {
    display: none !important;
}

/* 名前と日付を横並びにする */
.comment-author.vcard {
    display: inline !important;
    margin-right: 10px !important;
}

.comment-meta.commentmetadata {
    display: inline !important;
}

/* 日付のリンクを解除 */
.comment-meta.commentmetadata a {
    color: #666 !important;
    text-decoration: none !important;
    pointer-events: none !important;
    cursor: text !important;
}

/* 注意書きを非表示 */
.comment-notes {
    display: none !important;
}

/* 日付のリンクを解除・スタイル調整 */
.comment-meta.commentmetadata,
.comment-meta.commentmetadata a {
    color: #28a745 !important;
    text-decoration: none !important;
    pointer-events: none !important;
    cursor: text !important;
    font-size: 16px !important;
}