/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

.comment {
	font-size: 15px;
}
.comment + .comment {
	margin: 8px 0 0;
}
.comment.depth-1 {
	background: #fff;
	border-radius: 3px;
	box-shadow: 0px 0px 15px -4px rgba(106,98,95,0.6);
	padding: 20px;
}
.comment.depth-1 > .comment-body {
	display: flex;
	position: relative;
}
.comment.depth-1 > .comment-body > .comment-metadata {
	width: 80px;
	padding: 0 16px 0 0;
	flex-shrink: 0;
	text-align: center;
	line-height: 20px;
}
.comment.depth-1 > .comment-body > .comment-metadata b {
	display: block;
	font-size: 48px;
	line-height: 1;
}
.comment.depth-1 > .comment-body > .comment-meta {
	position: absolute;
	top: 0;
	right: 0;
}
.comment.depth-1 > .comment-body > .comment-meta .comment-author {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
}
.comment.depth-1 > .comment-body > .comment-meta .comment-author img {
	width: 20px;
	height: 20px;
	border-radius: 50%;
}

.comment.depth-1 > .comment-body > .comment-content {
	border-left: 2px dotted #e9e3df;
	padding: 8px 20px;
}

.comment .comment .comment-body {
	padding: 32px 20px;
	background-color: #f9f8f7;
	margin: 4px 0 0;
	border-radius: 3px;
	padding-left: 62px;
	margin-left: 40px;
	position: relative;
}
.comment .comment .avatar {
	position: absolute;
	left: -40px;
	top: 20px;
	width: 80px;
	height: 80px;
	border: 1px solid #e9e3df;
	border-radius: 50%;
}

.comment-topics {
    display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
    justify-content: center;
    gap: 8px;
    list-style: none;
    margin: 0 0 8px;
    padding: 0;
}
.comment-topics li {
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    font-size: 14px;
    font-weight: 600;
    opacity: 0.4;
    padding: 0 14px;
    text-align: center;
    color: #fff;
    background-color: #6b6360;
    text-transform: uppercase;
    border-radius: 2px;
	cursor: pointer;
}
.comment-topics li:hover {
	opacity: 0.8;
}
.comment-topics li.active {
	opacity: 1;
}
