/*********************
// core colours
*********************/
/*********************
// secondary
*********************/
/*********************
// Tertiary
*********************/
/*********************
// notifications
*********************/
/*********************
// Legacy
*********************/
/*********************
// Transitions
*********************/
/*********************
// Breakpoints
*********************/
/*********************
// Gaps and sizes
*********************/
/*********************
// Opacity and shadows
*********************/
[data-type="acf/buttons"] #button-style-select .description {
  display: flex;
}

/*
This placeholder is usually added to blocks using the data-type attribute selector
    [data-type="acf/block-name"] {}
*/
[data-type="acf/buttons"] #button-style-select .description {
  background-color: var(--notice-bg, #fff3a8);
  align-items: center;
  position: relative;
  padding: 2rem 3.2rem 2rem 2.4rem;
  margin: 0 2.4rem var(--gap);
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 5.6rem;
  border-radius: 4px;
  overflow: hidden;
}
@media (min-width: 48em) {
  [data-type="acf/buttons"] #button-style-select .description {
    margin: 0 4rem var(--gap);
  }
}
@media (min-width: 80em) {
  [data-type="acf/buttons"] #button-style-select .description {
    margin: 0 0 var(--gap);
  }
}
[data-type="acf/buttons"] #button-style-select .description,
[data-type="acf/buttons"] #button-style-select .description p {
  color: var(--notice-color, #000);
}
[data-type="acf/buttons"] #button-style-select [data-variant=error].description, [data-type="acf/buttons"] #button-style-select [data-variant=important].description {
  --notice-bg: #ff615e;
}
[data-type="acf/buttons"] #button-style-select [data-variant=success].description {
  --notice-bg: #57d897;
}
[data-type="acf/buttons"] #button-style-select .description .ico {
  --ico-color-0: var(--notice-color);
  align-self: flex-start;
  margin: 0 2.4rem 0 0;
}
[data-type="acf/buttons"] #button-style-select .description p {
  font-size: 1.6rem;
}
[data-type="acf/buttons"] #button-style-select .description p:last-child {
  margin-bottom: 0;
}
[data-type="acf/buttons"] #button-style-select .description a {
  font-size: 1em;
}

[data-type="acf/buttons"] #button-style-select .description a {
  text-decoration: underline;
  display: inline;
}
[data-type="acf/buttons"] #button-style-select .description a:hover, [data-type="acf/buttons"] #button-style-select .description a:active, [data-type="acf/buttons"] #button-style-select .description a.active, [data-type="acf/buttons"] #button-style-select .description a:focus, [data-type="acf/buttons"] #button-style-select .description a:focus-within, [data-type="acf/buttons"] #button-style-select .description a:focus-visible {
  --link-color: var(--link-color-a);
}
[data-type="acf/buttons"] #button-style-select .description a:active {
  text-decoration: none;
}

[data-type="acf/buttons"] #button-style-select .description {
  line-height: 1.4;
}
[data-type="acf/buttons"] #button-style-select .description {
  font-size: 14px;
}
@media screen and (min-width: 500px) {
  [data-type="acf/buttons"] #button-style-select .description {
    font-size: calc(14px + 2 * (100vw - 500px) / 940);
  }
}
@media screen and (min-width: 1440px) {
  [data-type="acf/buttons"] #button-style-select .description {
    font-size: 16px;
  }
}

:root {
  font-size: var(--root-font-size, 10px);
  --base-font: proxima-nova, Helvetica, Arial, sans-serif;
  --heading-font: effra, proxima-nova, Helvetica, Arial, sans-serif;
  --subheading-font: proxima-nova, Helvetica, Arial, sans-serif;
  --thin-font: proxima-nova-thin, proxima-nova, Helvetica, Arial, sans-serif;
  /*********************
  // Core colours
  *********************/
  --color-lime: #c3d82e;
  --color-magenta: #e52592;
  --color-deep-blue: #5525e5;
  /*********************
  // Secondary
  *********************/
  --white: #fff;
  --black: #000;
  --body-black: #051c2a;
  --black--bg: #1a1a1a;
  --text-color: #4b4b4b;
  --gray: #b3b3b3;
  --gray--light: #e8e8e8;
  --gray--lighter: #f0f0f0;
  --gray--lightest: #f7f7f7;
  --gray--dark: #717171;
  --gray--darker: #4b4b4b;
  --gray--darkest: #303030;
  /*********************
  // Tertiary
  *********************/
  --color-apple: #1de57e;
  --color-apple--light: #e6f9ef;
  --color-banana: #fff3a8;
  --color-banana--light: #fffadc;
  --color-chilli: #f02020;
  --color-deep-blue--light: #f1eefd;
  --color-lime--light: #141605;
  --color-magenta--light: #fdeef7;
  --color-magenta--dark: #ca2381;
  --color-strawberry: #ff615e;
  --color-strawberry--light: #ffefef;
  --color-strawberry--dark: #1f0c0b;
  --error: #ffecec;
  --success: #e9ffd9;
  --primary-color: #051c2a;
  /*********************
  // Gaps and sizes
  *********************/
  --gap: 2.4rem;
  --gap-element: 3.2rem;
  --gap-small: 2rem;
  --gap-smaller: 1.6rem;
  --gap-smallest: 1.2rem;
  --gap-large: 3.2rem;
  --gap-larger: 4rem;
  --gap-largest: 4.8rem;
  --gap-xlarge: 5.6rem;
  --grid-sidebar-w: 28rem;
}
:root {
  --gap-half: 10px;
}
@media screen and (min-width: 500px) {
  :root {
    --gap-half: calc(10px + 10 * (100vw - 500px) / 940);
  }
}
@media screen and (min-width: 1440px) {
  :root {
    --gap-half: 20px;
  }
}
:root {
  --gap: 20px;
}
@media screen and (min-width: 500px) {
  :root {
    --gap: calc(20px + 20 * (100vw - 500px) / 940);
  }
}
@media screen and (min-width: 1440px) {
  :root {
    --gap: 40px;
  }
}
:root {
  --gap-double: 40px;
}
@media screen and (min-width: 500px) {
  :root {
    --gap-double: calc(40px + 40 * (100vw - 500px) / 940);
  }
}
@media screen and (min-width: 1440px) {
  :root {
    --gap-double: 80px;
  }
}
:root {
  --gap-negative: -20px;
}
@media screen and (min-width: 500px) {
  :root {
    --gap-negative: calc(-20px + -20 * (100vw - 500px) / 940);
  }
}
@media screen and (min-width: 1440px) {
  :root {
    --gap-negative: -40px;
  }
}

[data-type="acf/buttons"] #button-style-select .description {
  --notice-bg: #ff615e;
  margin-bottom: 1.2rem;
}
[data-type="acf/buttons"] #button-style-select .acf-button-group label {
  border-width: 2px;
  border-radius: 0;
  margin-right: 10px;
}
[data-type="acf/buttons"] #button-style-select .acf-button-group label:nth-child(1) {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
[data-type="acf/buttons"] #button-style-select .acf-button-group label:nth-child(2) {
  background-color: #5525e5;
  border-color: #5525e5;
  color: #fff;
}
[data-type="acf/buttons"] #button-style-select .acf-button-group label.selected {
  outline: 2px dashed #f0b849;
}

mimas-block[block-name=button] {
  --block-pad: 2rem 2rem 0 2rem;
}
@media (min-width: 48em) {
  mimas-block[block-name=button] {
    --block-pad: 2rem 4rem 0 4rem;
  }
}
@media (min-width: 80em) {
  mimas-block[block-name=button] {
    --block-pad: 2rem 0 0;
  }
}
mimas-block[block-name=button].inline {
  --block-pad: 0 2rem;
  margin-bottom: 0;
}
@media (min-width: 48em) {
  mimas-block[block-name=button].inline {
    --block-pad: 0 4rem;
  }
}
@media (min-width: 80em) {
  mimas-block[block-name=button].inline {
    --block-pad: 0;
  }
}
mimas-block[block-name=button][data-align=center] {
  text-align: center;
}
mimas-block[block-name=button] .button {
  margin: 0 2.4rem 2.4rem 0;
  width: 100%;
}
@media (min-width: 48em) {
  mimas-block[block-name=button] .button {
    width: -moz-fit-content;
    width: fit-content;
  }
}
mimas-block[block-name=button] .button:last-child {
  margin-right: 0;
}

/*# sourceMappingURL=buttons.css.map*/