
#faq-section .at-faq-button::before,
#faq-section .at-faq-button::after {
  content: "";
  width: 16px;
  height: 2px;
  right: 17px;
  top: 50%;
  background: var(--at-common-black);
  transform: translate(50%, -50%) rotate(0deg);
  transition: transform 0.35s ease;
}
#faq-section .at-faq-button::after {
  width: 2px;
  height: 16px;
}
#faq-section .at-faq-button:not(.collapsed)::before,
#faq-section .at-faq-button:not(.collapsed)::after {
  transform: translate(50%, -50%) rotate(45deg);
}

#faq-section .at-faq-item:has(.at-faq-button:not(.collapsed)) {
  border: 1px solid transparent !important;
  background-image: linear-gradient(var(--at-neutral-0), var(--at-neutral-0)), linear-gradient(135deg, #F0460E, #FFB703);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0 20px 45px -20px rgba(240, 70, 14, 0.35);
  transition: background-image 0.3s ease, box-shadow 0.3s ease;
}
