/* Location: /www/wwwroot/payorget.com/app/Modules/Frontend/StaticPages/Assets/css/faq.css */
.faq-content{min-height:60vh;padding:40px 0;}
.container{width:100%;max-width:1200px;margin:0 auto;padding:0;}
.breadcrumb{display:flex;align-items:center;gap:8px;font-size:13px;color:#6b7280;margin-bottom:25px;}
.breadcrumb a{color:#3b82f6;text-decoration:none;transition:color 0.2s;}
.breadcrumb a:hover{color:#2563eb;}
.breadcrumb span{color:#d1d5db;}
.page-header{margin-bottom:35px;padding-bottom:20px;border-bottom:2px solid #e5e7eb;}
.page-header h1{margin:0 0 10px 0;font-size:32px;font-weight:700;color:#1f2937;}
.page-header p{margin:0;font-size:16px;color:#6b7280;}
.faq-categories{display:flex;gap:10px;margin-bottom:30px;flex-wrap:wrap;}
.category-tab{padding:10px 20px;background:#f3f4f6;border:none;border-radius:6px;font-size:14px;font-weight:500;color:#4b5563;cursor:pointer;transition:all 0.2s;}
.category-tab:hover{background:#e5e7eb;}
.category-tab.active{background:#3b82f6;color:#fff;}
.faq-list{display:flex;flex-direction:column;gap:12px;}
.faq-item{background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;transition:box-shadow 0.2s;}
.faq-item:hover{box-shadow:0 2px 8px rgba(0,0,0,0.08);}
.faq-item.hidden{display:none;}
.faq-question{padding:18px 20px;font-weight:600;color:#1f2937;cursor:pointer;display:flex;align-items:center;gap:12px;font-size:15px;user-select:none;}
.faq-question i{color:#3b82f6;font-size:12px;transition:transform 0.3s;}
.faq-item.active .faq-question i{transform:rotate(180deg);}
.faq-answer{padding:0 20px;max-height:0;overflow:hidden;transition:all 0.3s;color:#4b5563;line-height:1.7;}
.faq-item.active .faq-answer{padding:0 20px 18px 20px;max-height:1000px;}
.faq-answer h1,.faq-answer h2,.faq-answer h3,.faq-answer h4,.faq-answer h5,.faq-answer h6{margin:15px 0 10px 0;font-weight:600;color:#1f2937;line-height:1.4;}
.faq-answer h1{font-size:24px;}
.faq-answer h2{font-size:20px;}
.faq-answer h3{font-size:18px;}
.faq-answer h4{font-size:16px;}
.faq-answer p{margin:0 0 12px 0;}
.faq-answer ul,.faq-answer ol{margin:0 0 12px 15px;padding-left:15px;}
.faq-answer li{margin-bottom:6px;}
.faq-answer a{color:#3b82f6;text-decoration:underline;transition:color 0.2s;}
.faq-answer a:hover{color:#2563eb;}
.faq-answer img{max-width:100%;height:auto;border-radius:6px;margin:12px 0;display:block;}
.faq-answer blockquote{margin:15px 0;padding:12px 15px;background:#f9fafb;border-left:4px solid #3b82f6;font-style:italic;color:#4b5563;}
.faq-answer table{width:100%;max-width:100%;border-collapse:collapse;margin:15px 0;display:block;overflow-x:auto;}
.faq-answer table th,.faq-answer table td{padding:10px;text-align:left;border:1px solid #e5e7eb;white-space:nowrap;}
.faq-answer table th{background:#f9fafb;font-weight:600;}
.faq-answer code{background:#f3f4f6;padding:2px 5px;border-radius:3px;font-family:monospace;font-size:13px;}
.faq-answer pre{background:#1f2937;color:#fff;padding:12px;border-radius:6px;overflow-x:auto;margin:12px 0;}
.faq-answer pre code{background:transparent;color:#fff;}
.faq-answer strong{font-weight:600;}
.faq-answer em{font-style:italic;}
@media(max-width:768px){.faq-content{padding:20px 15px;}.container{padding:0 15px;}.page-header h1{font-size:24px;}.page-header p{font-size:14px;}.faq-categories{gap:8px;}.category-tab{padding:8px 16px;font-size:13px;}.faq-question{font-size:14px;padding:15px 18px;}.faq-item.active .faq-answer{padding:0 18px 15px 18px;}.faq-answer table{font-size:13px;}.faq-answer table th,.faq-answer table td{padding:8px;}}