#urban-homes-crm-root {
  width: 100%;
  height: calc(100vh - 80px);
  min-height: 600px;
  box-sizing: border-box;
}
/* Reset common WP theme interference inside the CRM root */
#urban-homes-crm-root *,
#urban-homes-crm-root *::before,
#urban-homes-crm-root *::after {
  box-sizing: border-box;
}
#urban-homes-crm-root button {
  font-family: inherit;
}
#urban-homes-crm-root input,
#urban-homes-crm-root select,
#urban-homes-crm-root textarea {
  font-family: inherit;
  font-size: 14px;
}
/* Admin page: remove WP body padding that shrinks the app */
.toplevel_page_urban-homes-crm #wpcontent {
  padding-left: 0 !important;
}
