/*!
 * decent-comments.css
 *
 * Copyright (c) "kento" Karim Rahimpur www.itthinx.com
 *
 * This code is released under the GNU General Public License.
 * See COPYRIGHT.txt and LICENSE.txt.
 *
 * This code is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * This header and all notices must be kept intact.
 *
 * @author Karim Rahimpur
 * @package decent-comments
 * @since decent-comments 1.0.0
 */

ul.decent-comments-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.decent-comments-list .comment-entry {
	background: url(images/comment01.png) no-repeat 0 0; /*ƒŠƒXƒg‰æ‘œ*/
	padding-left: 35px;
}

/* grid */
.decent-comments-list .comment-entry .comment-content {
  background-color:#FFFFFF;
  list-style:none;
  border:1px solid #ccc;
  -moz-border-radius:3px; -khtml-border-radius:3px; -webkit-border-radius:3px;
  border-radius:8px;
  color:#696969;
  margin:0 0 18px;
  padding:5px 10px 0;
}

.decent-comments-list .comment-entry .comment-content > div {
	padding: 4px;
}

.decent-comments-list .comment-entry .comment-content .comment-avatar {
	display:none;
}

.decent-comments-list .comment-entry .comment-content .comment-author {
}

.decent-comments-list .comment-entry .comment-content .comment-date {
}

.decent-comments-list .comment-entry .comment-content .comment-link {
}

.decent-comments-list .comment-entry .comment-content .comment-excerpt {
}

/* flex */
.decent-comments-list.flex .comment-entry .comment-content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	column-gap: 8px;
	justify-content: flex-start;
}

.decent-comments-list.flex .comment-entry .comment-content > div {
}

.decent-comments-list.flex .comment-entry .comment-content .comment-excerpt {
}
