.wp-bridge-buy-cta {
	margin: 0 0 16px;
	display: flex !important;
	align-items: center;
	justify-content: stretch;
	width: 100%;
	height: auto !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: inherit !important;
	white-space: normal !important;
}

.wp-bridge-buy-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 42px;
	padding: 8px 18px;
	border-radius: 8px;
	background: #111827;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
}

.wp-bridge-buy-link:hover,
.wp-bridge-buy-link:focus {
	background: #1f2937;
	color: #fff;
	text-decoration: none;
}

.wp-bridge-buy-link[aria-disabled="true"] {
	cursor: progress;
}

.wp-bridge-buy-cta--lesson {
	display: inline-flex !important;
	justify-content: center;
	width: auto;
	margin: 8px auto 0;
	vertical-align: middle;
}

.wp-bridge-buy-cta--lesson .wp-bridge-buy-link {
	width: auto;
	min-width: 160px;
	min-height: 36px;
	padding: 8px 18px;
}
