/* Custom styles if needed, Tailwind handles most */
.accordion-btn.active .accordion-icon {
    transform: rotate(180deg);
}
.nav-link.active {
    color: #2563eb;
}
