/* WikiFounders Blog Styles */
.wf-pagination{display:flex;justify-content:center;margin-top:2.5rem;}
.wf-pagination .nav-links{display:flex;align-items:center;gap:.5rem;}
.wf-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:44px;padding:0 .75rem;border-radius:8px;font-size:.9rem;font-weight:600;color:#3A3A4E;background:#fff;border:1.5px solid #E8E5DF;transition:all .2s;text-decoration:none;}
.wf-pagination .page-numbers:hover,.wf-pagination .page-numbers.current{background:#C8922A;border-color:#C8922A;color:#fff;}
.post-content h2{font-family:'Playfair Display',Georgia,serif;font-size:1.9rem;color:#0F1928;margin:2.5rem 0 1rem;}
.post-content h3{font-family:'Playfair Display',Georgia,serif;font-size:1.4rem;color:#0F1928;margin:2rem 0 .75rem;}
.post-content p{margin-bottom:1.25rem;}
.post-content ul,.post-content ol{margin:1rem 0 1.5rem 1.5rem;}
.post-content li{margin-bottom:.5rem;}
.post-content ul li{list-style:disc;}.post-content ol li{list-style:decimal;}
.post-content a{color:#C8922A;text-decoration:underline;}
.post-content blockquote{border-left:3px solid #C8922A;background:#F7EDD5;padding:1.5rem 2rem;border-radius:0 12px 12px 0;margin:2rem 0;font-style:italic;}
.post-content img{max-width:100%;border-radius:12px;margin:2rem 0;}
.post-content pre{background:#0D1928;color:#e2e8f0;border-radius:10px;padding:1.5rem;overflow-x:auto;margin:1.5rem 0;}
.post-content code{background:#F7EDD5;color:#9A6F1E;border-radius:4px;padding:2px 7px;}
