/**
 * Frontend styles for the fluffle/description-list family of blocks
 * 
 * @since 2024-12-05
 * @author Designs and Codes, LLC
 */

.wp-block-fluffle-dl-toc__summary:empty {
	display: none;
}

:where( .wp-block-fluffle-dl-body ):where( [data-accordion="multiple"], [data-accordion="single"] ) > :where( .wp-block-fluffle-dl-entry ) > .wp-block-fluffle-dl-entry-term,
:where( details.wp-block-fluffle-dl-entry ) > .wp-block-fluffle-dl-entry-term {
	cursor: pointer;
}
