/**
 * [tippy] shortcode — structural styles; icon matches billing via theme _tooltips.scss.
 */
.tippy-shortcode.has-tooltip {
	display: inline;
	color: inherit;
	text-align: inherit;
	padding: 0;
	vertical-align: baseline;
	position: relative;
	top: 2px;
}

.tippy-shortcode.has-tooltip .tippy-shortcode__label {
	display: inline;
}

.tippy-shortcode.has-tooltip .wc-tippy-sc-trigger,
.tippy-shortcode.has-tooltip i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	margin: 0 0 0 6px;
	padding: 0;
	border: 1px solid #03A9F4;
	border-radius: 50%;
	background: #dbf7ff;
	font-size: 11px;
	font-weight: 700;
	font-style: normal;
	line-height: 1;
	cursor: pointer;
	vertical-align: top;
}

.tippy-shortcode.has-tooltip .wc-tippy-sc-trigger::after,
.tippy-shortcode.has-tooltip i::after {
	content: "i";
	color: #21b7ff;
}

.tippy-shortcode .pay_installments_tooltip {
	display: none;
}
