.gb_comments_wrapper{
	padding: 30px 35px;
	background: #fff;
	margin-top: 15px;
}
.gb_comment_textarea{
	width: 100%;
	padding: 15px;
}
.gb_comments_wrapper .gb_comments_setting{
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}
.gb_comments_wrapper .gb_comments_setting label{
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 600;
}
.gb_comments_wrapper .gb_comments_setting input{
	width: 50%;
	padding: 5px;
	border-radius: 3px;
}