/* -----------------------------------------------------------------------------
   BuddyBoss shared “more” dropdowns (.bb_more_dropdown) — activity, media, etc.
   Removes default WP link blue/underline; Bond body text + icon colour.
   :root colour tokens are defined in theme /buddypress.css (loaded before component CSS).
   Messages thread menus: buddypress/css/messages/thread-list.css
   Group documents row/folder menus: buddypress/css/groups/documents-actions.css
   ----------------------------------------------------------------------------- */

#buddypress .bb_more_dropdown ul li > a,
#buddypress .bb_more_dropdown ul li > a:link,
#buddypress .bb_more_dropdown ul li > a:visited,
#comments .bb_more_dropdown ul li > a,
#comments .bb_more_dropdown ul li > a:link,
#comments .bb_more_dropdown ul li > a:visited,
#bbpress-forums .bb_more_dropdown ul li > a,
#bbpress-forums .bb_more_dropdown ul li > a:link,
#bbpress-forums .bb_more_dropdown ul li > a:visited {
	color: var(--color-text-main) !important;
	text-decoration: none !important;
}

#buddypress .bb_more_dropdown ul li > a:hover,
#buddypress .bb_more_dropdown ul li > a:focus,
#comments .bb_more_dropdown ul li > a:hover,
#comments .bb_more_dropdown ul li > a:focus,
#bbpress-forums .bb_more_dropdown ul li > a:hover,
#bbpress-forums .bb_more_dropdown ul li > a:focus {
	color: var(--color-bond-red-darker) !important;
	background-color: var(--color-bond-grey-light);
	text-decoration: none !important;
}

#buddypress .bb_more_dropdown ul li > a:active,
#comments .bb_more_dropdown ul li > a:active,
#bbpress-forums .bb_more_dropdown ul li > a:active {
	color: var(--color-bond-red-darker) !important;
	text-decoration: none !important;
}

/* bb-icons row glyphs use a:before */
#buddypress .bb_more_dropdown li > a:before,
#comments .bb_more_dropdown li > a:before,
#bbpress-forums .bb_more_dropdown li > a:before {
	color: currentColor;
}

/* Mobile sheet title row (BuddyBoss default #1e2132) */
#buddypress .bb_more_dropdown .bb_more_dropdown__title__text,
#buddypress .bb_more_dropdown .bb_more_dropdown__close_button,
#comments .bb_more_dropdown .bb_more_dropdown__title__text,
#comments .bb_more_dropdown .bb_more_dropdown__close_button,
#bbpress-forums .bb_more_dropdown .bb_more_dropdown__title__text,
#bbpress-forums .bb_more_dropdown .bb_more_dropdown__close_button {
	color: var(--color-text-main);
}
