.pinned-project-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin:1.5rem 0 2rem}@media screen and (max-width:640px){.pinned-project-grid{grid-template-columns:1fr}}.pinned-project-card{display:flex;flex-direction:column;min-height:100%;overflow:hidden;background:#eee;border-radius:10px}.pinned-project-image-link{display:block;text-decoration:none}.pinned-project-image-link.darkmode-ignore{display:block;isolation:isolate}.pinned-project-image{display:block;min-height:10rem;background-color:#ccc;background-position:center;background-repeat:no-repeat;background-size:cover;border-bottom:1px solid #ccc}.pinned-project-content{flex:1;padding:1rem 1rem .5rem}.pinned-project-content h3{margin:0 0 .4rem;font-size:1.05rem;line-height:1.25}.pinned-project-content h3 a{color:#a43;text-decoration:none}.pinned-project-content h3 a:hover{text-decoration:underline}.pinned-project-content p{margin:0;color:#666;font-size:.95rem;line-height:1.45}.pinned-project-chips{display:flex;flex-wrap:wrap;gap:.35rem;padding:.75rem 1rem 1rem}.project-chips{display:flex;flex-wrap:wrap;align-items:flex-start;gap:.35rem;margin:.35rem 0 1rem}.project-chips .link-chip,.project-chips .tag-chip,.pinned-project-chips .link-chip,.pinned-project-chips .tag-chip{display:inline-flex;align-items:center;line-height:1.2;margin-right:0;white-space:nowrap}