/**
 * Full-width ACF block overrides.
 */

[class*="wp-block-acf-"] {
  margin: 0;
  max-width: none;
}

.has-hero main {
  padding-top: 0;
}

.has-hero .site-header {
  background: var(--bg);
}

.entry-content > *:first-child {
  margin-top: 0;
}

.entry-content {
  position: relative;
}
