/* NetValg SEO Content styles */
.nv-faq details{ background:#fff; border:1px solid #e5e7eb; border-radius:10px; padding:10px 12px; margin:8px 0; }
.nv-faq summary{ cursor:pointer; font-weight:700; }
.nv-faq summary::-webkit-details-marker{ display:none; }
.nv-faq .nv-faq-a{ margin-top:8px; color:#334155; }

.nv-articles{ display:grid; grid-template-columns:repeat(auto-fit, minmax(240px,1fr)); gap:16px; }
.nv-article-card{ background:#fff; border:1px solid #e5e7eb; border-radius:12px; padding:12px; display:flex; flex-direction:column; }
.nv-article-card .nv-thumb img{ border-radius:8px; }
.nv-art-title{ font-size:18px; margin:10px 0 6px; }
.nv-art-excerpt{ color:#475569; margin:0 0 10px; }
.nv-art-read{ align-self:flex-start; font-weight:700; text-decoration:none; }
