/**
 * Optional: tighten hero block chrome in the block editor only.
 * Loaded via enqueue_assets on acf_register_block_type.
 */

.wp-block-acf-hero .hero-element-section {
  margin: 0;
}

.wp-block-acf-hero .hero-element__content {
  max-width: 100%;
}
