:root {
  --wp--preset--color---primary: $primary;
  --wp--preset--color---secondary: $secondary;
  --wp--preset--color---white: $white;
  --wp--preset--color---black: $black;
  --wp--preset--color---light-grey: $light_grey;
  --font-default: "Lato", sans-serif;
  --font-alt: "Lato", sans-serif;
  --font-size-default: 16px;
  --font-weight-default: 400;
  --line-height-default: 1.5;
}

body {
  --wp--preset--font-size--medium: 18px;
}

/**  end vars */
:root {
  --wp--preset--color---primary: $primary;
  --wp--preset--color---secondary: $secondary;
  --wp--preset--color---white: $white;
  --wp--preset--color---black: $black;
  --wp--preset--color---light-grey: $light_grey;
  --font-default: "Lato", sans-serif;
  --font-alt: "Lato", sans-serif;
  --font-size-default: 16px;
  --font-weight-default: 400;
  --line-height-default: 1.5;
}

body {
  --wp--preset--font-size--medium: 18px;
}

/**  end vars */
.wp-block-acf-related-faq .wp-block-details {
  box-sizing: border-box;
  padding: 1rem;
  color: var(--wp--preset--color---secondary);
  border: 1px solid var(--wp--preset--color---primary);
  margin-bottom: 8px;
  background-color: var(--wp--preset--color---white);
}
.wp-block-acf-related-faq .wp-block-details summary {
  color: var(--wp--preset--color---secondary);
  font-weight: bold;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  transition: all 0.8s;
}
.wp-block-acf-related-faq .wp-block-details summary::marker {
  content: none !important;
}
.wp-block-acf-related-faq .wp-block-details summary::after {
  content: " ";
  background-image: url(../../../assets/images/icon-plus.svg);
  background-repeat: no-repeat;
  padding: 12px;
  background-size: contain;
  background-position: right;
  position: relative;
  pointer-events: none;
  cursor: pointer;
  margin-left: 8px;
  transition: all 0.8s;
}
.wp-block-acf-related-faq .wp-block-details:hover summary {
  color: var(--wp--preset--color---primary);
}
.wp-block-acf-related-faq .wp-block-details:hover summary::after {
  color: var(--wp--preset--color---primary);
  background-image: url(../../../assets/images/icon-plus-teal.svg);
}
.wp-block-acf-related-faq .wp-block-details[open] {
  border: 1px solid var(--wp--preset--color---secondary);
}
.wp-block-acf-related-faq .wp-block-details[open] summary::after {
  content: " ";
  background-image: url(../../../assets/images/icon-minus.svg);
}
