/* acf-blocks/cbf-[all].php */

:root {
  --cbf-theme-yellow: #ffeb9f;
  --cbf-theme-purple: #4f2683;
  --cbf-theme-green: #457d54;
  --cbf-theme-green-light: #eef5ed;
}

.cbf-container {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1380px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.cbf-grid__row {
  display: grid;
  row-gap: 2rem;
}

@media (min-width: 1024px) {
  .cbf-grid__row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 4rem;
  }
}

.cbf-form ~ section[class*="cbf-"] {
  margin-top: -50px;
}
