.cert-page-banner__form-embed .wpcf7-form .row > div:has(.emr-pdf-button) {
	grid-column: 1 / -1;
}

.cert-page-banner__form-embed .wpcf7-form p:has(.emr-pdf-button) {
	margin-bottom: 0;
}

.cert-page-banner__form-embed .emr-pdf-button {
	background: #d31f2b;
	border: 0;
	border-radius: 0;
	box-sizing: border-box;
	color: #fff;
	display: flex;
	font-family: "Exo 2", sans-serif;
	font-size: 16px;
	font-weight: 600;
	justify-content: center;
	line-height: 1;
	margin: 0;
	min-height: 52px;
	padding: 18px 20px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

.cert-page-banner__form-embed .emr-pdf-button:hover,
.cert-page-banner__form-embed .emr-pdf-button:focus {
	background: #b91823;
	color: #fff;
	outline: 0;
	text-decoration: none;
}

.cert-page-banner__form-embed .emr-pdf-button:disabled {
	background: #8b8b8b;
	cursor: not-allowed;
	opacity: 0.7;
}
