/* Remove vertical gaps between WildApricot gadgets */
[class*="WaGadget"] {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Remove layout-zone spacing between stacked gadgets */
[class*="WaLayout"] {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Remove spacing above main content */
#idContent,
#idPrimaryContentBlock1ContentHolder,
.zoneContent,
.zoneInner,
.zonePlace {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Force AMEJA header to sit flush */
.ameja-header-desktop,
.ameja-header-mobile {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}