.comments {
  background: #f3f3f3;
  border-radius: 10px;
}

.comment__reply-btn {
  color: #33b5e5;
  fill: #33b5e5;
}

.comment__reply-btn:hover, .comment__reply-btn:focus {
  color: #1a8dbe;
  fill: #1a8dbe;
}

.photoswipe-gallery-custom .field--item .file-tile,
.photoswipe-gallery-custom .field--item img:not(.node-file__icon) {
  border-radius: 10px;
}

.photoswipe-gallery-custom .field--item .file-link a {
  font-weight: 500;
}

.btn.comment__reply-btn a{
	font-size: 12pxz;
	border: 1px solid #e3e3e3;
	padding: 5px 8px 5px 8px;
	border-radius: 8px;
}

.btn.comment__reply-btn a:hover {
	border: 1px solid #adadad !important;
}

.card__comment_section .comment__text .field-base {
	margin-bottom: 20px;
}

.card__comment_section > .comment-published {
padding: 20px 0px 20px 0px;
}

.card__comment_section .section-title {
	padding: 40px 20px;	
}


.card__comment_section .comment-form__wrapper {
	padding-top: 30px;
}