/* Hide page title on Global Flow page */
.page-template-default .nv-page-title,
.page .nv-page-title,
.nv-page-title-wrap,
.entry-header,
.page-header,
h1.entry-title {
  display: none !important;
}

/* Wrapper */
.global-flow-plugin {
  font-size: 14px;
}

/* Flow content wrapper */
.flow-content-wrapper {
  margin-top: 0;
}

/* Ensure flow signals plugin styles are preserved */
.flow-content-wrapper .flow-signals-plugin {
  margin-top: 0;
}

/* Navigation section is already styled inline in the PHP file */
/* Additional global flow specific styles can be added here */
