:root {
  --wp--preset--color---primary: #6A5BE2;
  --wp--preset--color---secondary: #505665;
  --wp--preset--color---white: $white;
  --wp--preset--color---black: $black;
  --wp--preset--color---light-grey: $light_grey;
  --font-default: "Gabarito", sans-serif;
  --font-size-default: 18px;
  --font-weight-default: 400;
  --line-height-default: 1.3;
}

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

/**  end vars */
.wp-block-acf-related-faq .wp-block-details {
  border-top: 1px solid #E9EAEB;
  padding: 24px 0;
}
.wp-block-acf-related-faq .wp-block-details:first-child {
  border-top-width: 0;
}
.wp-block-acf-related-faq .wp-block-details summary {
  width: 100%;
  background: transparent;
  border: 0;
  text-align: left;
  padding: 0;
  font-size: 24px;
  font-weight: 400;
  color: #041222;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
  flex-direction: row;
  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 {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
  content: " ";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 8V16M8 12H16M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z' stroke='%23041222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  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: #007DA0;
}
.wp-block-acf-related-faq .wp-block-details[open] summary::after {
  content: " ";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 12H16M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z' stroke='%23041222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.wp-block-acf-related-faq.small-related-faq {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin: 0;
}
.wp-block-acf-related-faq.small-related-faq .wp-block-details {
  color: #535862;
  padding: 0;
  border: 0;
}
.wp-block-acf-related-faq.small-related-faq .wp-block-details p {
  color: #535862;
  margin-top: 6px;
}
.wp-block-acf-related-faq.small-related-faq .wp-block-details summary {
  font-size: 18px;
  font-weight: 400;
  color: #181D27;
}
.wp-block-acf-related-faq.small-related-faq .wp-block-details summary::marker {
  content: none !important;
}
.wp-block-acf-related-faq.small-related-faq .wp-block-details summary::after {
  width: 20px;
  height: 20px;
  opacity: 0.3;
}
.wp-block-acf-related-faq.small-related-faq .wp-block-details:hover summary {
  color: #007DA0;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .wp-block-acf-related-faq .wp-block-details {
    padding: 16px 0;
  }
  .wp-block-acf-related-faq .wp-block-details .summary .faq-question {
    font-size: 18px;
  }
}
