a.toplevel_page_pwp .wp-menu-image {
  display: flex;
  align-items: center;
  justify-content: center;
  img {
    width: 20px;
    margin: auto;
    padding: 0 !important;
  }
}

.elementor-element .pwp-proofwp-icon:before {
  content: "";
  background-image: url("../../public/proofwp.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 36px;
  height: 24px;
  margin: auto;
  display: block;
}

.pwp-elementor-container {
  text-align: center;
  padding: 20px;
  background: #f1f1f1;
}
body:has(#proofwp-root) .notice {
  display: none !important;
}
#proofwp-root .notice {
  display: none !important;
}
