form.checkout .protection-plans *:empty {
	display: none;
}
form.checkout .protection-plans .title {
	font-size: 26px;
	text-align: center;
}
form.checkout .protection-plans .top-content {
	margin-bottom: 20px;
}
form.checkout .protection-plans .selection {
	display: flex;
	flex-wrap: wrap;
	row-gap: 10px;
	column-gap: 20px;
	margin-bottom: 20px;
}
form.checkout .protection-plans .selection label {
	cursor: pointer;
}
form.checkout .protection-plans .selection label:not(:last-of-type) {
	display: flex;
	flex-direction: column;
	flex-basis: calc(50% - 10px);
	row-gap: 5px;
	margin: 0;
	padding: 15px;
	text-align: center;
	border-radius: 4px;
	box-shadow: 0 0 0 1px #cbcbcb;
}
form.checkout .protection-plans .selection label:last-of-type {
	margin-left: 0;
}
form.checkout .protection-plans .selection label input {
	position: relative !important;
	margin-right: 5px !important;
	vertical-align: text-top !important;
}
form.checkout .protection-plans .selection label:not(:last-of-type) input {
	display: none !important;
}
form.checkout .protection-plans .selection label *:not(last-of-type) {
	font-size: 18px;
	font-weight: bold;
}
form.checkout .protection-plans .selection label .woocommerce-Price-currencySymbol {
	margin-left: 3px;
}
form.checkout .protection-plans .selection label > span:last-of-type {
	font-size: 12px;
}
form.checkout .protection-plans .selection label:not(:last-of-type):has(input:checked) {
	box-shadow: 0 0 0 1px black;
}
form.checkout .protection-plans .bottom-content {
	margin-bottom: 20px;
	padding: 20px;
	background-color: #f9f9f9;
}
form.checkout .protection-plans .bottom-content h3 {
	font-size: 24px;
	text-align: center;
}
form.checkout .protection-plans .bottom-content h4 {
	margin-bottom: 10px;
	font-size: 16px;
}
form.checkout .protection-plans .bottom-content td {
	position: relative;
	padding: 7px 7px 7px 20px;
}
form.checkout .protection-plans .bottom-content td:not(:empty):before {
	position: absolute;
	content: "✓";
	left: 0;
	color: black;
	font-weight: bold;
}