/**
 * OLJU checkout button styling for LearnDash registration order pages.
 */

.learndash-wrapper .ld-registration-order__checkout-button-woocommerce .olju-platform-ld-checkout-button,
.learndash-wrapper .olju-platform-ld-checkout-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: auto;
	min-height: 0;
	padding: 10px 15px;
	border: 0;
	border-radius: var(--radius-button, 8px);
	background-color: var(--primary-700, #1a2759) !important;
	color: #ffffff !important;
	font-family: "Plus Jakarta Sans", "Rubik", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
	transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.learndash-wrapper .ld-registration-order__checkout-button-woocommerce .olju-platform-ld-checkout-button:hover,
.learndash-wrapper .ld-registration-order__checkout-button-woocommerce .olju-platform-ld-checkout-button:focus,
.learndash-wrapper .olju-platform-ld-checkout-button:hover,
.learndash-wrapper .olju-platform-ld-checkout-button:focus {
	background-color: var(--primary-600, #23326c) !important;
	color: #ffffff !important;
	text-decoration: none !important;
	box-shadow: none;
	outline: none;
}

.learndash-wrapper .ld-registration-order__checkout-button-woocommerce .olju-platform-ld-checkout-button:focus-visible,
.learndash-wrapper .olju-platform-ld-checkout-button:focus-visible {
	outline: 2px solid var(--primary-400, #5867a3);
	outline-offset: 2px;
}

.learndash-wrapper .ld-registration-order__checkout-buttons {
	margin-top: 8px;
}
