/* Ensure the shortcode output behaves like a normal block and respects the section's width */
body #faq .ct-nestable-shortcode,
body #faq .faqs-shortcode-root {
  display: block;
  width: 100%;
  max-width: 100%;
}

/* Your custom CSS */
.oxy-expand-collapse-icon::after,
.oxy-expand-collapse-icon::before {
  height: 1px;
}

body #faq .faq__faqs-wrapper > .toggle-5260:nth-last-child(2):not(.toggle-5260-expanded){
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

body #faq .faq__faqs-wrapper > .faq-ansewer:last-child {
  margin-bottom: 0;
}

/* WCAG focus visibility */
body #faq .oxy-toggle:focus,
body #faq .oxy-toggle:focus-visible {
  outline-style: auto;
  outline-width: 2px;
  outline-offset: 2px;
}

body #faq .oxy-toggle:focus:not(:focus-visible) {
  outline: none;
}