/**
 * Restore theme CTA button styles when WP editor block CSS loads on the frontend.
 */
.cta-bar .btn.wp-block-button__link {
	text-transform: uppercase;
	padding: 5px 20px;
	font-size: 2.2rem;
	font-weight: 600;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 0;
	background-color: #303030;
	color: #fff;
	border: 2px solid #303030;
	border-radius: 0;
	letter-spacing: 0.02em;
	transition: all 0.5s ease-in-out;
	text-shadow: none;
}

.cta-bar .btn.wp-block-button__link:hover {
	background-color: transparent;
	border-color: currentColor;
	color: currentColor;
}
