.block-editor .landing-page-hero-area > .block-editor-inner-blocks > .block-editor-block-list__layout {
  position: relative;
}
.block-editor .landing-page-hero-area > .block-editor-inner-blocks > .block-editor-block-list__layout:empty::after {
  content: "Click here to add a hero block";
  display: inline-block;
  position: relative;
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  font-size: 1rem;
  text-align: center;
  color: #aaaaaa;
  -moz-transition-property: border-color;
  transition-property: border-color;
  -moz-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.block-editor .landing-page-hero-area > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-list-appender button {
  width: auto;
}
.block-editor .landing-page-hero-area > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-list-appender button::before {
  content: "Add Hero Block";
  padding-left: 6px;
  white-space: nowrap;
}
.block-editor .landing-page-hero-area > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-list-appender:nth-child(n+2) {
  display: none;
}
.block-editor [data-type="acf/landing-page-hero-area"]:not(.is-selected) {
  outline: 0 !important;
}
.block-editor [data-type="acf/landing-page-hero-area"]:not(.is-selected)::before, .block-editor [data-type="acf/landing-page-hero-area"]:not(.is-selected)::after {
  display: none !important;
}
.block-editor [data-type="acf/landing-page-hero-area"]:hover .landing-page-hero-area > .block-editor-inner-blocks > .block-editor-block-list__layout::after {
  border-color: #aaaaaa;
}