@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap");
body,.gh-content,h1,h2,h3,h4,h5,h6,.post-card-title,.post-card-excerpt{font-family:Poppins,system-ui,sans-serif!important}
.post-card{border:1px solid #e0e7ff;border-radius:16px;overflow:hidden;transition:all 0.3s}
.post-card:hover{box-shadow:0 8px 24px rgba(0,0,0,0.08);transform:translateY(-3px)}
.post-card-image{border-radius:16px 16px 0 0}
.post-card-content{padding:20px}
.post-card-title{color:#1a1a2e;font-weight:700}
.post-card-excerpt{color:#666;line-height:1.7}
.gh-content{max-width:800px;margin:0 auto;line-height:1.85;color:#444}
.gh-content h2{color:#1a1a2e;font-weight:700;margin-top:2em}
.gh-content h2::after{content:"";display:block;width:40px;height:3px;background:linear-gradient(90deg,#007bff,#00d084);margin-top:8px;border-radius:3px}
.gh-content a{color:#007bff}
.gh-content img{border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,0.08)}
.gh-content blockquote{border-left:4px solid #007bff;background:#f5f9ff;padding:16px 24px;border-radius:0 12px 12px 0;margin:24px 0}
.tag-hash{color:#007bff}
