.vrm-post-content img {
	max-width: 100%;
	height: auto;
}

.vrm-post-content .accua-form-view-standard .pfbc-buttons {
	text-align: left;
}

.vrm-post-content .wp-caption .wp-caption-text {
	text-align: center;
	font-size: .8rem;
}

.vrm-post-content h1,
.vrm-post-content h2,
.vrm-post-content h3,
.vrm-post-content h4,
.vrm-post-content h5,
.vrm-post-content h6 {
	font-weight: 700;
}

.vrm-post-content iframe[src^="https://www.youtube.com/embed"]:not([class]) {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	margin: 0 0 1rem;
}

.vrm-post-content a[name^="formSubmit"] {
	position: absolute;
	font-size: 0;
	height: 0;
	visibility: hidden;	
}

@media (max-width: 575px) {
	.vrm-post-content .alignright,
	.vrm-post-content .alignleft,
	.vrm-post-content .aligncenter {
		display: block;
		margin: 0 auto 1rem;
		text-align: center;
	}	
}

@media (min-width: 576px) {
	.vrm-post-content .alignright {
		float: right;
		margin: 0 0 1rem 1rem;
	}
	.vrm-post-content .alignleft {
		float: left;
		margin: 0 1rem 1rem 0;
	}
	.vrm-post-content .aligncenter {
		display: block;
		margin: 0 auto 1rem;
		text-align: center;
	}	
}

@media (min-width: 992px) {
	.vrm-post-content a[name^="formSubmit"] {
		margin-top: -10.5rem;
	}
}

.wpbdp-claim-listings {
    padding-top: 10.5rem;
}

sup {
	font-size: small;
}