.checkbox-select-all {
	display: flex;
	align-items: center;
}

.checkbox-select-all label {
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 0 5px;
}

body#checkout div.checkout-step #conditions-to-approve .custom-checkbox li {
	display: list-item;
}

.custom-checkbox-blue-text p,
.custom-checkbox-blue-text div {
	color: #2983b1;
}