/* -- custom styling overrides comments -- */

.cc-w .cc-i {
	border-top: none;
}
.cc-f-btn {
}
.cc-i-comment p {
	font-size: 0.9rem;
	line-height: 1.5rem;
}
.cc-w .cc-i-image {
	width: 48px;
	height: 48px;
	border-radius: 5px;
}
.cc-w .cc-i-image img {
	width: 48px;
	height: 48px;
	border-radius: 5px;
}
.cc-w a, .cc-w .cc-a {
	color: #989898 !important;
}
.cc-w .cc-w-h {
	border-radius: 8px;
	background: rgb(248 248 248);
	border: 0;
	margin-bottom: 30px;
	font-size: 1.1rem;
	font-weight: normal;
}
.cc-w .cc-w-h a {
	display: block;
	border-radius: 8px;
	padding: 10px 20px;
	color: rgb(97, 97, 97) !important;	
}
.cc-w .cc-w-h a:hover {
	color: white;
	background: rgb(219, 219, 219);
}
.cc-w .cc-sub {
	color: red;
}
.cc-w .cc-w-h .cc-sub.is-subscribed {
}
.cc-w .cc-w-h .cc-sub.is-subscribed .cc-icon-check {
	color: green !important;
}
.cc-w .cc-sub .cc-icon-check svg {
	width: 20px  !important;
	height: 18px !important;
}

.flag-icon .cc-i-flag .flagged {
	display: none;
}
.flag-icon.has-flag .cc-i-flag .flagged {
	color: red;
	display: block;
}
.flag-icon.has-flag .cc-i-flag .not-flagged {
	display: none;
}

