/* Pet Chiclete - FAQ Widget */
.pc-faq{padding:40px 20px;max-width:880px;margin:0 auto}
.pc-faq-head{text-align:center;margin-bottom:24px}
.pc-faq-h2{font-family:'Fredoka',sans-serif;font-weight:700;font-size:30px;margin:0 0 8px;color:#1d2327}
.pc-faq-sub{color:#5c636e;margin:0}
.pc-faq-list{display:flex;flex-direction:column;gap:10px}
.pc-faq-item{background:#fff;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.04);overflow:hidden}
.pc-faq-q{width:100%;display:flex;justify-content:space-between;align-items:center;gap:14px;text-align:left;background:transparent;border:0;padding:18px 20px;font-size:16px;font-weight:700;color:#1d2327;cursor:pointer;transition:background .2s}
.pc-faq-q:hover{background:#f7f9fa}
.pc-faq-toggle{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background:#a7eef6;color:#0e94aa;font-size:20px;font-weight:700;transition:transform .25s,background .2s;flex-shrink:0}
.pc-faq-item.is-open .pc-faq-toggle{transform:rotate(45deg);background:#22b8cf;color:#fff}
.pc-faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease}
.pc-faq-item.is-open .pc-faq-a{max-height:600px}
.pc-faq-a p{margin:0;padding:0 20px 18px;color:#5c636e;font-size:14.5px;line-height:1.55}
@media (max-width:520px){.pc-faq-h2{font-size:24px}.pc-faq-q{font-size:15px;padding:14px 16px}}
