.gpg-wrapper{margin:20px 0;}
.gpg-category{margin-bottom:40px;padding-bottom:10px;border-bottom:1px solid #f0f0f0;}
.gpg-cat-head{margin-bottom:12px;}
.gpg-badge{display:inline-block;background:#111;color:#fff;padding:6px 12px;border-radius:20px;font-weight:700;font-size:14px;}
.gpg-list{display:flex;flex-direction:column;gap:18px;}
.gpg-item{display:flex;gap:18px;align-items:flex-start;padding:12px 0;border-bottom:1px solid #efefef;}
.gpg-left{flex:0 0 180px;}
.gpg-thumb-img{width:180px;height:120px;object-fit:cover;border-radius:6px;}
.gpg-right{flex:1;}
.gpg-badge-small{display:inline-block;background:#fff;color:#222;border:1px solid #ddd;padding:3px 8px;border-radius:4px;font-size:12px;margin-bottom:6px;}
.gpg-title{margin:6px 0 6px 0;font-size:18px;}
.gpg-title a{color:#222;text-decoration:none;}
.gpg-title a:hover{color:#FD4F18;}
.gpg-meta{font-size:13px;color:#666;margin-bottom:8px;}
.gpg-excerpt{color:#444;margin:0;}
.gpg-viewmore-wrap{text-align:left;margin-top:12px;}
.gpg-viewmore{background:#FD4F18;color:#fff;border:0;padding:10px 18px;border-radius:6px;cursor:pointer;font-weight:600;}
.gpg-viewmore:hover{opacity:0.9;}
.gpg-no-posts{color:#666;padding:12px 0;}
@media(max-width:800px){
  .gpg-item{flex-direction:column;}
  .gpg-left{flex:0 0 auto;}
  .gpg-thumb-img{width:100%;height:auto;}
}