/**
 * BuddyBoss profile / group hover preview cards (#profile-card, #group-card).
 *
 * BuddyBoss uses `.bb-popup-card { padding: 10px }`. This file re-applies the same
 * uniform inset with higher specificity so it wins over stylesheet order, and so
 * the cards keep even padding after excluding them from `layout.css` content inset
 * (they are no longer picking up the 48px BP column padding).
 */
#profile-card.bb-profile-card.bb-popup-card,
#group-card.bb-group-card.bb-popup-card {
	padding: 10px;
	box-sizing: border-box;
}
