.tp-tools-checkout-form {
	margin: 0 auto;
}

.tp-tools-checkout-errors {
	margin: 0 20px 20px;
}

.tp-tools-checkout-errors.is-empty {
	display: none;
}

.tp-tools-checkout-message {
	margin: 0 20px 20px;
	padding: 14px 18px;
	text-align: center;
}

.tp-tools-checkout-message span {
	display: block;
}

.tp-tools-checkout-error {
	margin: 0 0 12px;
	padding: 14px 18px;
	border: 1px solid #f04444;
	border-radius: 4px;
	background: #fde8e8;
	color: #222;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.tp-tools-checkout-error:last-child {
	margin-bottom: 0;
}

.tp-tools-checkout-form fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

.tp-tools-checkout-form legend {
	display: block;
	padding: 0 0 18px;
}

.tp-tools-checkout-form #rcp_subscription_levels {
	display: flex;
	flex-direction: column;
	gap: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.tp-tools-checkout-form #rcp_subscription_levels li {
	list-style: none;
	margin: 0;
}

.tp-tools-checkout-form .rcp_subscription_level {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 22px 25px;
	border: 2px solid #e5e5e5;
	border-radius: 5px;
	background: #fff;
}

.tp-tools-checkout-form .rcp_subscription_level + .rcp_subscription_level {
	margin-top: 0;
}

.tp-tools-checkout-form .rcp_subscription_level_selected {
	background-color: #f4f6f9 !important;
}

.tp-tools-checkout-form .rcp_level {
	flex: 0 0 auto;
	margin: 5px 0 0;
}

.tp-tools-checkout-form .rcp_subscription_level label {
	display: block;
	flex: 1 1 auto;
	margin: 0;
	cursor: pointer;
}

.tp-tools-checkout-form .tp-tools-plan-row {
	display: block;
}

.tp-tools-checkout-form .tp-tools-plan-copy {
	min-width: 0;
}

.tp-tools-checkout-form .rcp_subscription_level_name {
	font-size: 18px;
	line-height: 1.35;
}

.tp-tools-checkout-form .rcp_level_description {
	margin: 10px 0 0;
	padding-left: 0;
	border-left: 0;
}

.tp-tools-checkout-form .tp-tools-upsell {
	margin-top: 12px;
	color: #d71920 !important;
	font-weight: 700;
	line-height: 1.35;
	text-align: left;
}

.tp-tools-checkout-form .rcp_user_fieldset {
	background: transparent;
}

.tp-tools-checkout-form .reg-section {
	box-sizing: border-box;
	width: 100%;
	padding: 28px 36px;
	border: 2px solid #e5e5e5;
	border-radius: 5px;
	background: #f4f6f9;
}

.tp-tools-checkout-form .rcp_user_fieldset p {
	margin: 0 0 22px;
}

.tp-tools-checkout-form .rcp_user_fieldset p:last-child {
	margin-bottom: 0;
}

.tp-tools-checkout-form .tp-tools-human-check {
	display: flex;
	justify-content: center;
	margin: 0;
}

.tp-tools-checkout-form .tp-tools-turnstile-wrap {
	max-width: 360px;
}

.tp-tools-checkout-form .tp-tools-turnstile-wrap .tp-turnstile-status {
	margin-top: 8px;
	line-height: 1.4;
}

.tp-tools-checkout-form .rcp_user_fieldset label {
	display: block;
	margin: 0 0 8px;
	font-weight: 700;
}

.tp-tools-checkout-form input[type="email"],
.tp-tools-checkout-form input[type="password"] {
	box-sizing: border-box;
	width: 100%;
	max-width: 360px;
}

.tp-tools-checkout-form .tp-tools-password-row {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 400px;
	max-width: 100%;
}

.tp-tools-checkout-form #tp_tools_password,
.tp-tools-checkout-form #tp_tools_password_confirm {
	box-sizing: border-box !important;
	flex: 0 0 360px !important;
	min-width: 360px !important;
	width: 360px !important;
	max-width: 360px !important;
}

.tp-tools-checkout-form .tp-tools-password-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 30px;
	width: 30px;
	min-width: 30px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #484f5e;
	font: inherit;
	text-decoration: none;
	cursor: pointer;
}

.tp-tools-checkout-form .tp-tools-password-requirements {
	display: block;
	margin-top: 8px;
	font-size: 0.9em;
	line-height: 1.4;
}

.tp-tools-checkout-form .tp-tools-password-strength-meter {
	display: none;
	box-sizing: border-box;
	width: 100%;
	max-width: 360px;
	height: 35px;
	margin-top: 10px;
	line-height: 35px;
	text-align: center;
}

.tp-tools-checkout-form .tp-tools-password-strength-meter.rcp_password_strength_1,
.tp-tools-checkout-form .tp-tools-password-strength-meter.rcp_password_strength_2,
.tp-tools-checkout-form .tp-tools-password-strength-meter.rcp_password_strength_3,
.tp-tools-checkout-form .tp-tools-password-strength-meter.rcp_password_strength_4 {
	display: block;
}

.tp-tools-checkout-form .rcp_password_strength_1,
.tp-tools-checkout-form .rcp_password_strength_2 {
	border: 1px solid #e35b5b;
	background: #f1adad;
}

.tp-tools-checkout-form .rcp_password_strength_3 {
	border: 1px solid #ffc733;
	background: #ffe399;
}

.tp-tools-checkout-form .rcp_password_strength_4 {
	border: 1px solid #83c373;
	background: #c1e1b9;
}

.tp-tools-checkout-form #tp_tools_checkout_submit {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: min(100%, 430px);
	min-height: 54px;
	padding: 12px 20px;
	border: 0;
	border-radius: 4px;
	background: #0695c7;
	color: #fff;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	white-space: normal;
	cursor: pointer;
}

.tp-tools-checkout-form .refund-policy {
	margin-top: 8px;
}

.tp-tools-checkout-message {
	max-width: 740px;
	margin: 0 auto 24px;
}

@media (max-width: 640px) {
	.tp-tools-checkout-form .rcp_subscription_level {
		padding: 18px;
	}

	.tp-tools-checkout-form .reg-section {
		box-sizing: border-box;
		width: 100%;
		padding: 22px 20px;
	}

	.tp-tools-checkout-form input[type="email"],
	.tp-tools-checkout-form input[type="password"],
	.tp-tools-checkout-form .tp-tools-password-row,
	.tp-tools-checkout-form #tp_tools_password,
	.tp-tools-checkout-form #tp_tools_password_confirm,
	.tp-tools-checkout-form .tp-tools-password-strength-meter {
		max-width: none !important;
		width: 100% !important;
	}

	.tp-tools-checkout-form #tp_tools_password,
	.tp-tools-checkout-form #tp_tools_password_confirm {
		flex: 1 1 auto !important;
		min-width: 0 !important;
	}

	.tp-tools-checkout-form #tp_tools_checkout_submit {
		width: 100%;
		min-height: 50px;
	}
}

