.elementor-message-danger {
    display: block;
}

.comment_stars {
    display: flex;
    gap: 0;
    cursor: pointer;
}
.comment_star path {
  fill: #E8E7EE;
  transition: color 0.2s;
}
.comment_star.active path,
.comment_star:hover path {
  fill: #E9C510;
}

body:not(.elementor-editor-active) .custom-read-more.active .custom-readmore-item.ph-600 {
	height: 600px !important;
}
body:not(.elementor-editor-active) .custom-read-more.active .custom-readmore-item.ph-300 {
	height: 300px !important;
}
body:not(.elementor-editor-active) .custom-read-more.active .custom-readmore-item.ph-200 {
	height: 200px !important;
}
body:not(.elementor-editor-active) .custom-read-more.active .custom-readmore-item.ph-100 {
	height: 100px !important;
}

@media(max-width: 767px) {
	body:not(.elementor-editor-active) .custom-read-more.active .custom-readmore-item.pmh-300 {
		height: 300px !important;
	}
	body:not(.elementor-editor-active) .custom-read-more.active .custom-readmore-item.pmh-220 {
		height: 220px !important;
	}	
	body:not(.elementor-editor-active) .custom-read-more.active .custom-readmore-item.pmh-80 {
		height: 80px !important;
	}
	body:not(.elementor-editor-active) .custom-read-more.active .custom-readmore-item.pmh-472 {
		height: 472px !important;
	}
		
}



