/**
 * Federation Manager — the office line under a name in a ranking ladder.
 *
 * Deliberately the same size and rhythm as Championship Manager's
 * `.cm-rankings-subtitle`, so a wrestler who is both a champion and a
 * commissioner reads as two matching lines rather than two different ideas.
 * The one difference is weight: bold, because an office is not a footnote.
 *
 * Its own class rather than CM's, because borrowing another plugin's selector
 * would make this break silently the day that plugin renames it.
 */
.fedman-rankings-office {
	display: block;
	font-size: 11px;
	line-height: 1.2;
	font-weight: 700;
	color: #5f6b78;
}

/*
 * Inside Championship Manager's wrapper the line sits between the name and the
 * titles, so it takes the same 24px indent its titles use to clear the belt
 * icon — otherwise the two lines would start at different places.
 */
.cm-rankings-champion-wrap .fedman-rankings-office {
	margin-left: 24px;
}
