.acf-fc-content_template {
  position: static;
  max-width: unset;
  width: 100%;
  padding: 0;
}
.acf-fc-content_template.acf-fc-row-normal-width {
  max-width: 1200px;
}
.acf-fc-content_template > .acf-fc-columns > .acf-fc-column > .acf-fc-row:first-child {
  margin-top: 0;
}
.acf-fc-content_template.no-padding-on-content-template-children > .acf-fc-columns > .acf-fc-column > .acf-fc-row {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
