.tribe-editor__label-with-tooltip {
	align-items: center;
	display: flex;
}

.tribe-editor__labeled-item__label {
	font-weight: 700;

	.tribe-editor__label-with-tooltip & {
		flex: none;
	}
}

.tribe-editor__label-with-tooltip__tooltip-label {
	align-items: center;
	background-color: transparent;
	border: none;
	display: inline-flex;
	flex: none;
	margin-top: -2px;
	padding: 0;

	& > * {
		flex: none;
	}



	& > .dashicons-info-outline {
		color: var(--tec-color-icon-primary-alt);
		font-family: dashicons;
		font-feature-settings: "clig" off, "liga" off;
		font-size: var(--tec-font-size-3);
		font-style: normal;
		font-weight: var(--tec-font-weight-regular);
		line-height: var(--tec-line-height-3);
		text-align: right;
		width: 16px;
	}
}
