.mw-rcfilters-ui-capsuleItemWidget {
	.oo-ui-buttonElement {
		// Override the vertical align for the close button
		// for some unknown reason, this rule, in combination
		// with the negative margin-top rule, pushes all the
		// close buttons up above the capsule item.
		vertical-align: baseline;
	}
}
