/* Footer category list -- flush left.
 *
 * The footer's "Категории" column is the WooCommerce Product Categories block, which
 * renders sub-categories as a nested <ul>. Blocksy indents every nested list inside a
 * widget (.ct-widget li ul { padding-inline-start: 25px }), so the child categories sat
 * 25px in from their parents and from the "Категории" heading. Zero it out so the whole
 * list shares one left edge. Scoped to #footer, and to the categories block, so lists in
 * other widgets keep their indent. */
#footer .wc-block-product-categories-list li ul {
	padding-inline-start: 0;
}
