.tufaq-wrap { border:1px solid #eee; padding:12px; border-radius:6px; }
.tufaq-controls{ display:flex; gap:8px; margin-bottom:12px; }
.tufaq-grid{ display:grid; grid-template-columns: repeat(auto-fit,minmax(240px,1fr)); gap:12px; }
.tufaq-item{ background:#fff; padding:12px; border:1px solid #ddd; border-radius:6px; }
.tufaq-title{ margin:0 0 8px 0; font-size:1.1rem; }
.tufaq-excerpt{ font-size:0.95rem; color:#444; margin-bottom:8px; }
.tufaq-readmore{ text-decoration:none; font-weight:600; }
