
/* WAQAR V75: homepage-only intro, clear likes, real news time and generated news pages */
.waqar-like-btn{min-width:54px;justify-content:center;gap:7px!important;border:1px solid rgba(24,119,242,.18)!important;background:#eef5ff!important;color:#1877f2!important;transition:background .2s ease,color .2s ease,transform .2s ease!important}
.waqar-like-btn:hover{transform:translateY(-1px)}
.waqar-like-btn.liked{background:#1877f2!important;color:#fff!important;border-color:#1877f2!important;box-shadow:0 8px 22px rgba(24,119,242,.25)!important}
.waqar-like-icon{width:21px;height:21px;display:inline-grid;place-items:center}.waqar-like-icon svg{width:100%;height:100%;display:block}
.comment-actions-public .comment-like-btn{display:inline-flex!important;align-items:center!important;gap:7px!important;color:#1877f2!important;background:#eef5ff!important;border-color:rgba(24,119,242,.18)!important}
.comment-actions-public .comment-like-btn.liked{background:#1877f2!important;color:#fff!important;border-color:#1877f2!important}
.waqar-news-time{direction:rtl;white-space:nowrap}
.article-generated-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:24px 0}.article-generated-gallery img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:22px;box-shadow:0 12px 28px rgba(8,35,59,.1)}
@media(max-width:767px){.article-generated-gallery{grid-template-columns:1fr}.waqar-like-btn{min-height:42px;padding:9px 14px!important}}

.waqar-news-gallery{margin:24px 0;padding:22px;border-radius:24px;background:#f7fbfe;border:1px solid rgba(14,90,138,.1)}.waqar-news-gallery h2{margin:0 0 14px;color:#0c3656}.waqar-news-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.waqar-news-gallery figure{margin:0;overflow:hidden;border-radius:18px}.waqar-news-gallery img{width:100%;aspect-ratio:4/3;object-fit:cover}.comment-like-btn .waqar-like-icon{width:20px;height:20px;display:inline-grid;place-items:center}.comment-like-btn .waqar-like-icon svg{width:100%;height:100%}@media(max-width:767px){.waqar-news-gallery-grid{grid-template-columns:1fr}}
