/* Auto FAQ - Tailwind Integration Helpers */
.tb-faq-trigger[aria-expanded="true"] .tb-faq-icon {
    transform: rotate(180deg);
    background-color: #fee2e2; /* red-100 */
}

.tb-faq-trigger[aria-expanded="true"] .tb-faq-icon svg {
    color: #dc2626; /* red-600 */
}

.tb-faq-item.active {
    border-color: #fecaca; /* red-200 */
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
