/* Colours */
.container.amp-templatepage--a {
  --textWhite: #fff;
  --textDark: #333;
  --brandColour: #EDEBE4;
}

/* Remove issues of background colour going full page */
.js-amplienceSlot.container {
  clip-path: inset(0 -100vmax);
}

/*  Background colours */
[data-amplience-id="6bc969e2-fe89-47f0-ad8e-0f91c6f7e2ef"],
[data-amplience-id="51a22e84-9046-4967-920d-d7095ad73bda"] {
  box-shadow: 0 0 0 100vmax var(--brandColour);
  background-color: var(--brandColour);
}

/*  Padding and Margin */
[data-amplience-id="6bc969e2-fe89-47f0-ad8e-0f91c6f7e2ef"],
[data-amplience-id="51a22e84-9046-4967-920d-d7095ad73bda"] {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}
