/**
 * Version 2.4.29 Research Portfolio update.
 * Five project cards remain visible within the single-screen dashboard.
 */
@media (min-width:1201px){
  .had-view-research .had-project-grid{
    grid-template-columns:repeat(6,minmax(0,1fr));
    grid-template-rows:repeat(2,minmax(0,1fr));
    gap:10px;
  }
  .had-view-research .had-project-card:nth-child(-n+3){grid-column:span 2}
  .had-view-research .had-project-card:nth-child(n+4){grid-column:span 3}
  .had-view-research .had-project-card{padding:13px 14px 11px}
  .had-view-research .had-project-card h2{
    min-height:2.4em;
    max-height:2.4em;
    margin:8px 0 5px;
    font-size:clamp(15px,1vw,20px);
  }
  .had-view-research .had-project-card>p{
    max-height:3.25em;
    -webkit-line-clamp:2;
    line-height:1.42;
  }
  .had-view-research .had-project-evidence-line{max-height:29px}
  .had-view-research .had-project-card .had-tag-row{max-height:34px;padding-top:6px}
  .had-view-research .had-progress-line{margin-top:8px}
  .had-view-research .had-open-detail{margin-top:6px}
}
@media (min-width:901px) and (max-width:1200px){
  .had-view-research .had-project-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    grid-template-rows:repeat(3,minmax(0,1fr));
  }
  .had-view-research .had-project-card:last-child{grid-column:1/-1}
}
