/* Hide the extra arrow button on the Woo Blocks categories dropdown */
.wp-block-woocommerce-product-categories.is-dropdown
  .wc-block-product-categories__button {
  display: none !important;
}

/* Make the select full-width and touch-friendly */
.wp-block-woocommerce-product-categories.is-dropdown select {
  width: 100%;
  max-width: 100%;
  height: 44px;
  line-height: 44px;
}

/* Optional: tighten spacing when placed in a Divi Sidebar module */
.et_pb_widget_area .wp-block-woocommerce-product-categories.is-dropdown {
  margin-bottom: 0;
}