
/* FAQ基础样式 - 适配Ueeshop原生样式，无冲突 */
.anti-uav-faq {max-width: 1200px;margin: 30px auto;padding: 0 20px;font-family: Arial, sans-serif;}
.faq-item {margin-bottom: 15px;border: 1px solid #e5e7eb;border-radius: 8px;overflow: hidden;}
.faq-question {background: #f8f9fa;padding: 16px 20px;cursor: pointer;font-weight: 600;font-size: 16px;color: #222;position: relative;}
.faq-question::after {content: "+";position: absolute;right: 20px;top: 50%;transform: translateY(-50%);font-size: 20px;color: #165DFF;transition: 0.3s;}
.faq-question.active::after {content: "-";}
.faq-answer {padding: 0;max-height: 0;overflow: hidden;transition: all 0.3s ease;background: #fff;}
.faq-answer-inner {padding: 0 20px 16px;font-size: 15px;line-height: 1.6;color: #444;}
.faq-answer a {color: #165DFF;text-decoration: underline;font-weight: 500;}
.faq-title {text-align: center;font-size: 24px;font-weight: 700;margin-bottom: 25px;color: #111;}
