/*
Theme Name: ZapPlay Child
Template: twentytwentyfive
Version: 1.0
*/
/* Remove Twenty Twenty-Five block padding that gaps ZapPlay sections */
.wp-block-group,
.wp-block-post-content,
.entry-content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.is-layout-flow > * {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}