.wikibase-entitytermsforlanguageview-language .mw-pulsating-dot {
	position: relative;
	vertical-align: middle;
	display: inline-block;

	&-container {
		left: 15px; // distance from multiple languages label to pulsating dot
		position: relative; // so the left has an effect
		width: 12px; // width of the pulsating dot: the outer container should overflow rather than overlap the label
		display: inline-block; // so the width has an effect

		.wikibase-entitytermsforlanguagelistview:not( .wb-edit ) & {
			display: none;
		}
	}

	&::before {
		animation-iteration-count: 3;
	}
}
