.mkl-related{padding:48px 0}
.mkl-related-title{font-size:22px;font-weight:600;color:#1D1D1F;margin-bottom:32px;text-align:center}
.mkl-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.mkl-related-card{display:flex;flex-direction:column;text-decoration:none;border-radius:16px;background:#F5F5F7;overflow:hidden;transition:transform .25s,box-shadow .25s}
.mkl-related-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.1)}
.mkl-related-img{width:100%;aspect-ratio:1;background:#fff;display:flex;align-items:center;justify-content:center;padding:24px}
.mkl-related-img img{width:100%;height:100%;object-fit:contain}
.mkl-related-info{padding:16px 20px 20px}
.mkl-related-model{font-family:"JetBrains Mono",monospace;font-size:12px;color:#6E6E73;margin-bottom:4px}
.mkl-related-name{font-size:15px;font-weight:600;color:#1D1D1F;margin-bottom:4px;line-height:1.4}
.mkl-related-tagline{font-size:13px;color:#6E6E73;line-height:1.4}
.mkl-related-footer{text-align:center;margin-top:32px}
.mkl-related-more{display:inline-block;font-size:15px;color:#0071e3;text-decoration:none;font-weight:500}
.mkl-related-more:hover{text-decoration:underline}
