/* FAQ-specific styles */

.faq-item {
    transition: border-color 0.3s ease, background-color 0.3s ease;
}

.faq-active {
    border-color: rgba(197, 160, 89, 0.4) !important;
    background: rgba(255, 255, 255, 0.04) !important;
}

.faq-active .faq-content {
    max-height: 800px;
}