.wpify-woo-form--withdrawal {
  width: 100%;
  border: 4px solid #5f8039;
  border-radius: 10px;
  max-width: 1052px;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
  margin-bottom: var(--wp--preset--spacing--large);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wpify-woo-form--withdrawal .woocommerce-form-withdrawal {
  width: 100%;
}
.wpify-woo-form--withdrawal fieldset {
  padding: 8px 12px;
  border: 1px #d2d6dc solid;
  border-radius: 0.3rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.wpify-woo-form--withdrawal fieldset legend {
  width: fit-content;
  margin: 0;
  padding: 5px;
}
.wpify-woo-form--withdrawal button.button {
  width: fit-content;
}
.wpify-woo-form--withdrawal .shop_table thead th {
  text-align: center;
}
