.nld-ddp-calc-help {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 0.35em;
	width: 1.15em;
	height: 1.15em;
	padding: 0;
	border: 1px solid currentColor;
	border-radius: 50%;
	background: transparent;
	color: inherit;
	font-size: 0.75em;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	vertical-align: middle;
}

.nld-ddp-calc-help:focus {
	outline: 2px solid #2271b1;
	outline-offset: 2px;
}

.nld-ddp-calc-tooltip {
	position: absolute;
	z-index: 100000;
	max-width: 280px;
	padding: 0.65em 0.85em;
	border: 1px solid #c3c4c7;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
	color: #1d2327;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.4;
}

.nld-ddp-calc-tooltip[hidden] {
	display: none !important;
}

.nld-ddp-calc-tooltip-close {
	float: right;
	margin: -0.25em -0.25em 0.25em 0.5em;
	border: 0;
	background: transparent;
	color: #50575e;
	cursor: pointer;
	font-size: 1.1em;
	line-height: 1;
}

.nld-ddp-calc-fee-label-wrap {
	position: relative;
	display: inline;
}
