.comments-wrapper {
	background: #f7f7f7;
	border-top: 4px solid #2c4e69;
	padding: 24px 24px 0;
}

@media only screen and (max-width: 768px) {
	.EPiServerForms .comments-wrapper .Form__Status .Form__Success__Message h2,
	.comments-wrapper p {
		margin-left: 0;
	}
}

.comments-wrapper input {
	border-color: #cccccc !important;
	padding: 9px 16px;
	margin-bottom: 25px;
}

.textarea-wrapper {
	margin-bottom: 17px;
}

.textarea-wrapper textarea {
	border-color: #cccccc !important;
	padding: 9px 16px;
	margin-bottom: 5px;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.comments-list-item {
	position: relative;
	min-height: 90px;
	padding: 20px;
	padding-left: 90px;
	background: #fff;
	margin-bottom: 22px;
}

.comments-list-item__circle {
	background: #f7f7f7;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 20px;
	left: 20px;
}

.comments-list-item p {
	margin: 0;
}
p.comments-list-item__date {
	margin: 0 0 8px;
	line-height: normal;
}

.comment-list-item__name {
	font-weight: bold;
}

#comments-sort {
	max-width: 200px;
	border-color: #cccccc;
	padding: 3px 5px;
	margin-bottom: 22px;
	font-family: 'MuseoSlab300Regular';
	font-size: 16px;
}

.load-more-comments {
	margin: 0 auto 25px;
	background: #2c4e69;
	color: #fff;
	display: block;
}

.load-more-comments:hover,
.load-more-comments:focus {
	background: #233e53;
	color: #fff;
}

.load-more-comments::after {
	content: '';
	background: url('/src/img/plus.png') no-repeat;
	display: inline-block;
	display: inline-block;
	width: 14px;
	height: 14px;
	z-index: 1;
	margin-left: 8px;
	position: relative;
	top: 2px;
}

.load-more-comments:hover::after,
.load-more-comments:focus::after {
	width: 14px;
}

.comment-success {
	background: #fff;
	border: 2px solid #2c4e69;
	border-left-width: 6px;
	padding: 11px 16px;
}

.d-none {
	display: none;
}

.textarea-wrapper .error {
	float: right;
	color: #c8102e;
	margin: 0;
}

.textarea-comment {
    width: 100%;
    margin-bottom: 15px;
}

.textarea-comment:focus {
    background: #fff;
}

section.aag__pagination-and-share div.gsc-cursor.js-pagination-container {
    display: block;
}
