/* Hide the WordPress logo in the WCFM dashboard */
#wcfm-main-content .wcfm-top-element-container .wcfm_wp_admin_view {
  display: none;
}

/* Hide the PDF invoice button in the WCFM dashboard orders page */
.wcfm_pdf_invoice_dummy {
  display: none;
}

/* Hide the unwanted accordion in the WCFM dashboard Vendor Details page */
#wcfm_vendor_manage_form_store_hours_settings_head,
#wcfm_vendor_manage_form_store_policy_support_settings_head,
#wcfm_vendor_manage_form_verification_head,
#wcfm_vendor_manage_form_badges_head,
#wcfm_vendor_manage_form_message_head
{
  display: none;
}

/* Remove breaks in the WCFM dashboard */
#wcfm-vendor-manager-wrapper br {
  display: none;
}

#wcfm_vendor_manage_form_store_setting_expander .wcfm_vendor_settings_heading {
  display: none;
}

#wcfm_vendor_manage_form_store_setting_expander .store_visibility_wrap {
  display: none;
}

#wcfm_vendor_manage_profile_form h2, #wcfm_vendor_manage_profile_form .store_address {
  display: none;
}

#wcfm_vendor_manage_form_store_setting_expander .store_address_wrap {
  display: none;
}

#wcfm_store_address_setting_save_button {
  display: none;
}

#wcfm_vendor_manage_form_store_setting_expander .store_location_wrap {
  display: none;
}

#wcfm_store_setting_save_button {
  display: none;
}