/* MyPortfolioHub v20 — curated six-template landing showcase. */
.mph26-template-section .mph26-home-template-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
  align-items:stretch;
}
.mph26-template-section .mph26-home-template-card{
  min-width:0;
  height:100%;
}
.mph26-template-section .mph26-home-template-preview{
  aspect-ratio:400/520;
  overflow:hidden;
}
.mph26-template-section .mph26-home-template-preview img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}
.mph26-template-library-count{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:12px;
  padding:8px 12px;
  border:1px solid rgba(4,120,87,.16);
  border-radius:999px;
  background:rgba(236,253,245,.74);
  color:#065f46;
  font-size:13px;
  font-weight:800;
}
.mph26-template-library-count::before{
  content:"";
  width:7px;
  height:7px;
  border-radius:50%;
  background:#10b981;
  box-shadow:0 0 0 4px rgba(16,185,129,.12);
}
@media(max-width:980px){
  .mph26-template-section .mph26-home-template-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:620px){
  .mph26-template-section .mph26-home-template-grid{grid-template-columns:1fr;gap:18px;}
  .mph26-template-library-count{font-size:12px;}
}
