/**
 * Baseline styling for WordPress nav menu item descriptions.
 * Low specificity by design: intended to be overridden by the active
 * theme or a child theme stylesheet.
 */
.menu-item-description {
	display: block;
	font-size: 12px;
	line-height: 1.3;
	white-space: normal;
	padding: 4px 0 0 0;
	font-weight: 400;
}