/**
 * Shop / archive filter sidebar polish — task 86ey735jd (QA round).
 *
 * Applies to both the desktop sidebar (aside#sidebar .ct-sidebar) and the
 * mobile off-canvas drawer (#woo-filters-panel .ct-panel-content-inner), both
 * of which carry `.ct-sidebar` under body.shop-sidebar-active.
 */

/* 1. Breathing room between the filter widgets (they render with 0 margin).
      The three Blocksy filters are bare `.ct-block-wrapper`; the Purity widget
      is a `.widget`. */
.shop-sidebar-active .ct-sidebar > .ct-block-wrapper,
.shop-sidebar-active .ct-sidebar > .widget {
	margin-bottom: 10px;
}

/* 2. Right-align the Purity Rating chevron so it matches the Blocksy filter
      headings (which are flex + space-between). The purity widget's heading
      lacks the `wp-block-heading` class Blocksy targets, so align it here. */
.shop-sidebar-active .widget_block > .ct-block-wrapper > .widget-title.ct-expandable-trigger {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
