/*
Plugin Name: Touching Comments
Plugin URI: https://www.weisay.com/blog/wordpress-plugin-touching-comments.html
Description: 走心评论，精选评论，每一条评论，都是一个故事！
Version: 1.0.0
Author: 威言威语
Author URI: https://www.weisay.com
License: GPLv2 or later
*/
.touching-comments-button{display:block;float:right;clear:both;margin-top:10px;}
.touching-comments-button span svg{width:18px;height:18px;}
.touching-comments-button br{display:none;}
.touching-comments-button a{outline:none;}
.touching-comments-list li{list-style:none;border-bottom:1px solid #ddd;margin-bottom:10px;}
.touching-comments-list .touching-comments-button,.touching-comments-list .touching-comments-chosen{display:none;}
.touching-comments-list img.avatar{vertical-align:middle;}
.touching-comments-list .comment-name{margin-left:2px;}
.touching-comments-list .comment-content p{text-indent:0;}
.touching-comments-list .edit-link{float:right;}
.touching-comments-list .comment-metadata{opacity: 0.8;}
.touching-comments-title{display:block;line-height:30px;height:30px;margin-bottom:10px;}
.touching-comments-picture img{width:100%;vertical-align: middle;}
.touching-comments-chosen{background:#f9f1be;padding:3px 0;margin:5px 0;border-radius:8px 0;font-size:14px;display:inline-block;}
.touching-comments-chosen span{color:#76600a;}

ol.touching-comments-list li {
	margin-left: 0;
	padding-bottom: 10px;
	border-bottom: 0;
}
ol.touching-comments-list li:before {
	content: none;
}
ol.touching-comments-list {
	padding-inline-start: 0;
}
ol.touching-comments-list p {
	margin-bottom: 0;
}
ol.touching-comments-list .comment--location {
	display: none;
}
ol.touching-comments-list div.comment-body p {
	display: inline !important;
}
ol.touching-comments-list div.comment-body br {
	display: none !important;
}
.touching-comments-chosen {
	background: var(--day-gray-06);
}
.touching-comments-chosen span {
	color: var(--day-gray-6);
}