
/* wpdiscuzコメントプラグイン */
/* コメントリストのカスタマイズ */
.my-custom-notifications {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.my-custom-notifications li {
    border-bottom: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 5px;
    background-color: #f9f9f9;
    transition: background-color 0.3s ease;
    display: flex; 
    align-items: center;
    justify-content: space-between; 
}

.my-custom-notifications a {
    text-decoration: none;
    color: #333;
    display: flex; 
    align-items: center; 
}

.my-custom-notifications a:hover {
    color: #0073aa;
}

/* ブログタイトル */
.p-postList__title {
    font-weight: bold;
    color: #0073aa;
    margin-right: 5px;
}


/* コメントの全体（グレー背景） */
.comment-meta {
   margin-bottom: 8px;
	 width:100%;
}

/* コメントの部分 */
.comment-link {
    background: #eee;
    border-radius: 3px;
    display: flex;
    padding: 10px 15px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    text-decoration: none;
}

.comment-link:hover {
    background: #fff;
    color: #333;
}

/* アバター部分 */
.comment-meta .avatar {
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 5px;
}


/* コメントの著者 */
.comment-author {
    font-weight: bold;
    margin-right: 10px;
}


/* コメントの部分 */
span.comment-content > {
	margin-bottom:5px!important;
}

/* wpdiscuzコメントプラグイン */
/* プラグインの非表示 */
.wpd-comment-label{
	display:none!important;
}

div.wpd-comment-share.wpd-hidden.wpd-tooltip.wpd-top{
		display:none!important;
}
div.wpd-form-head{
	display:none!important;
}

#wpd-threads > div.wpd-thread-head{
	display:none;
}

.wpd-follow-link.wpd_not_clicked.wpd-follow{
	display:none!important;
}

.edit-link{
	width:100%;
}

.hidden-category {
    display: none;
}
