/* Emdad Master · ویجت نوشته‌ها
   کارت‌ها همان .re-post قالب‌اند (style.css سراسری)؛ اینجا فقط شبکه ویجت و
   ریزه‌کاری‌های عنوان h3 تعریف می‌شود تا با h2 وبلاگ هم‌قد باشد. */
.emdad-posts{
  display:grid;gap:16px;
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.emdad-posts .re-post{margin:0;height:100%;display:flex;flex-direction:column}
.emdad-posts .emdad-posts__title{
  font-size:19px;line-height:1.5;margin:0 0 8px;font-weight:inherit;
}
.emdad-posts .emdad-posts__title a{color:var(--ink,#0C0C0D);text-decoration:none}
.emdad-posts .emdad-posts__title a:hover{color:var(--h-link,#E6AE00)}
.emdad-posts__all{margin:18px 0 0;text-align:center}

@media (max-width:900px){.emdad-posts{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:600px){.emdad-posts{grid-template-columns:1fr}}
