/* for Submit Entry & Partner forms */
/* this hack works with the hack in: tempestseed.js */
[data-path="freeform/forms/4/"] .property-editor .composer-property-item:nth-child(1) .composer-add-new-notification-wrapper,
[data-path="freeform/forms/4/"] .property-editor .composer-property-item:nth-child(1) .select,
[data-path="freeform/forms/4/"] .property-editor .composer-property-item:nth-child(2) .composer-property-instructions p,
[data-path="freeform/forms/4/"] .property-editor .composer-property-item:nth-child(2) .composer-property-input textarea,
[data-path="freeform/forms/5/"] .property-editor .composer-property-item:nth-child(1) .composer-add-new-notification-wrapper,
[data-path="freeform/forms/5/"] .property-editor .composer-property-item:nth-child(1) .select,
[data-path="freeform/forms/5/"] .property-editor .composer-property-item:nth-child(2) .composer-property-instructions p,
[data-path="freeform/forms/5/"] .property-editor .composer-property-item:nth-child(2) .composer-property-input textarea,
[data-path="freeform/forms/5/"] .property-editor .composer-property-item:nth-child(2) .composer-property-heading label:not(.required) {
	display: none;
}
[data-path="freeform/forms/4/"] .property-editor .composer-property-item:first-child:last-child .composer-property-heading label:not(.required)
	~ .composer-property-instructions::after,
[data-path="freeform/forms/5/"] .property-editor .composer-property-item:first-child:last-child .composer-property-heading label:not(.required)
	~ .composer-property-instructions::after {
	content: 'Recipient is defined in the "Submit Entry Email" plugin settings';
	padding: 5px;
	background: #fff;
	color: #000;
	border-radius: 1px;
	font-size: 12px;
	box-shadow: 0 0 0 1px rgb(170, 94, 83);
	display: inline-block;
	margin: .2rem 0 .2rem .1rem;
}
