Align all elements to the center

Add this code to the Custom CSS field on the Appearance tab of your PDF Embed widget’s settings:

.eapp-pdf-embed-item-component,
.eapp-pdf-embed-item-blockLink {
  align-items: center;
}

.eapp-pdf-embed-icon-component {
  width: 100%;
}