.pko-faq-accordion{overflow:hidden}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:20px;background:#f9f9f9;cursor:pointer;transition:background 0.3s ease}.faq-question:hover{background:#f0f0f0}.faq-question h3{margin:0;font-size:18px;font-weight:600;color:#333;flex:1}.faq-toggle{font-size:24px;font-weight:700;color:#666;margin-left:15px;transition:transform 0.3s ease}.faq-answer{display:none;background:#fff}.faq-answer-content{padding:20px;line-height:1.6;color:#555}.faq-answer-content p{margin:0 0 15px 0}.faq-answer-content p:last-child{margin-bottom:0}@media (max-width:600px){.faq-question{padding:15px}.faq-question h3{font-size:16px}.faq-answer-content{padding:15px}}