.wp-block-dragndrop-dndform{	
	background-repeat:no-repeat;	
}
.wp-block-dragndrop-dndform.is-style-inline {
	text-align:center;
}
.wp-block-dragndrop-dndform.is-style-inline .content-container{
	border-radius:12px;
	display:inline-flex;
	text-align:left;
}
.wp-block-dragndrop-dndform.is-style-inline  .content-container > img{
	margin-right:2rem; 
}
.wp-block-dragndrop-dndform .wpcf7 form.sent .wpcf7-response-output{
	background: #46b450;
    color: #fff;
    font-size: 100%;
    margin: 0;
}

.wp-block-dragndrop-dndform .wpcf7 form.invalid .wpcf7-response-output, 
.wp-block-dragndrop-dndform .wpcf7 form.unaccepted .wpcf7-response-output{
	background: #ffb900;
    color: #fff;
    font-size: 100%;
    margin: 0;
}
.wp-block-dragndrop-dndform .d-flex input[type="submit"]{
	margin-top:0;
}
.wp-block-dragndrop-dndform p{
	margin-bottom:1em;
}