.woocommerce-checkout-review-order-table .shipping-insurance-terms {
	font-size: 0.85rem;
}

.woocommerce-help-tip {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 5px;
	border-radius: 50%;
	background-color: #e5e5e5;
	text-align: center;
	line-height: 16px;
	font-size: 14px;
	font-weight: 600;
	color: #555;
	cursor: pointer;
	position: relative;
}

.woocommerce-help-tip::before {
	content: '?';
}

.woocommerce-help-tip:hover::after {
	content: attr(data-tip);
	position: absolute;
	top: calc(100% + 5px);
	left: 50%;
	transform: translateX(-50%);
	background-color: rgba(0, 0, 0, 0.85);
	color: #fff;
	padding: 8px;
	border-radius: 3px;
	white-space: normal;
	min-width: 100px;
	max-width: 200px;
	font-size: 12px;
	line-height: 1.4em;
	z-index: 9999;
	font-weight: 500;
}

.shipping-insurance-option {
	display: inline-flex !important;
	align-items: center !important;
	cursor: pointer !important;
	margin: 4px 0 !important;
	font-weight: 600 !important;
}

.shipping-insurance-radio {
	margin: 0 8px 0 0 !important;
	vertical-align: middle !important;
	flex-shrink: 0 !important;
}