/* Freshen Homes — FAQ accordion legibility fix.
 *
 * Bold Builder's "filled" accordion colors the COLLAPSED item title with
 * --accordion-secondary-color on --accordion-primary-color, and the OPEN title
 * with --accordion-primary-color. On this site's customized palette (color
 * scheme 18: dark/beige) those resolve to near-identical light tones, so
 * collapsed question titles render light-on-light and vanish.
 *
 * Scope is deliberately narrow: ONLY filled accordion item titles. Tabs and
 * every other section are untouched. */

.bt_bb_accordion.bt_bb_style_filled .bt_bb_accordion_item .bt_bb_accordion_item_title,
.bt_bb_accordion.bt_bb_style_filled .bt_bb_accordion_item.on .bt_bb_accordion_item_title,
.bt_bb_accordion.bt_bb_style_filled .bt_bb_accordion_item .bt_bb_accordion_item_title:hover {
	color: #20282b !important;
}
