.ep-checkout-total-price-section .ep-wc-recap-line.ep-wc-recap-line-ticket-type + .ep-wc-recap-line.ep-wc-recap-line-ticket-type {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid currentColor;
}

.ep-wc-help-tip {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	margin-left: 4px;
	color: #2271b1;
	cursor: help;
	outline: none;
	flex: 0 0 auto;
}

.ep-wc-help-tip-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	border: 1px solid currentColor;
	border-radius: 50%;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
}

.ep-wc-help-tip-content {
	position: absolute;
	left: 50%;
	bottom: calc(100% + 8px);
	z-index: 20;
	display: none;
	min-width: 220px;
	max-width: 280px;
	padding: 8px 10px;
	border-radius: 4px;
	background: #1f1f1f;
	color: #fff;
	font-size: 12px;
	line-height: 1.4;
	text-align: left;
	transform: translateX(-50%);
	white-space: normal;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.ep-wc-help-tip-content::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -6px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #1f1f1f;
	transform: translateX(-50%);
}

.ep-wc-help-tip:hover .ep-wc-help-tip-content,
.ep-wc-help-tip:focus .ep-wc-help-tip-content,
.ep-wc-help-tip:focus-visible .ep-wc-help-tip-content {
	display: block;
}