.pwpart-placeholder { 
	max-width: 600px !important;
	border: dashed 1.5px #dd3333;
    padding: var(--marginLg);
    border-radius: var(--marginLg) var(--marginXs);
    margin-bottom: var(--marginLg);
}
.pwpart-placeholder p {
	margin-bottom: var(--marginSm);
}
#pwpart-error {
	color: var(--ast-global-color-0) !important;
}
@media only screen and (min-width: 977px) {
	article.post-435 .entry-content > .wp-block-group:first-of-type {
		padding-bottom: 0 !important;
	}
}