.tooltip-wrap {
	@apply contents;
}

.tooltip {
	@apply bg-black text-white rounded-full text-sm px-3 py-1 relative;
	max-width: 400px;
}
