[data-accordion-panel] {
transition-property: max-height, opacity, padding;
transition-duration: 0.3s;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
will-change: max-height;
}

.faq-answer a {
color: #2563EB;
}

.faq-answer a:hover {
text-decoration: underline;
}

.dark .faq-answer a {
color: #60A5FA;
}

button[aria-expanded="true"] .accordion-title {
color: #2563EB;
}

.dark button[aria-expanded="true"] .accordion-title {
color: #60A5FA;
}
