.project-card-container{gap:1.5em;display:grid}.project-card{background-color:var(--ross-background-color-secondary);border-style:solid;border-width:0 0 2px;border-color:var(--ross-border-color);border-radius:5px 5px 0 0;font-size:1em;transition:transform .25s ease-out;position:relative}.project-card:after{content:"";box-shadow:0 .2em .4em .01em var(--ross-dark-grey);z-index:-1;opacity:0;border-radius:5px 5px 0 0;transition:opacity .25s ease-out;position:absolute;inset:0}.project-card>article{flex-direction:column;height:100%;display:flex}.project-card>article .project-card-text{flex-direction:column;flex:1;justify-content:space-between;margin:0 .6em .6em;display:flex}.project-card-info{margin-bottom:1.5em}.project-card h3{margin:0 0 .5em;font-size:1.5em}.project-card h3 a{color:inherit;text-decoration:none}.project-card:hover h3 a{text-decoration:underline}.project-card p{margin:0;font-size:.9em;line-height:1.3em}.project-card>article .project-card-text h3>a:before{content:"";position:absolute;inset:0}.project-card .project-card-image{aspect-ratio:16/10;border-radius:5px;justify-content:center;align-items:center;width:100%;margin:0 0 .5em;display:flex;overflow:hidden}.project-card .project-card-image img{object-fit:cover;width:100%;height:100%}.project-card .project-card-title{margin:.2em 0 .1em}.project-card .project-card-tags{flex-flow:wrap;gap:.4em;font-size:.8em;display:flex}.project-card .project-card-tags>.project-card-tag:not(:last-child):after{content:" | ";font-weight:100;position:relative;bottom:.08em}@media screen and (width<=640px){.project-card-container{grid-template-columns:100%;gap:1em}.project-card{background-color:#0000;border-width:0 0 2px;border-radius:0}.project-card-container .project-card:last-child{border-width:0}.project-card h3{font-size:1.3em}.project-card article{height:unset;flex-flow:row-reverse wrap;padding:0 0 1em}.project-card>article .project-card-text{min-width:max(200px,55%);margin:0 .6em 0 0}.project-card .project-card-image{flex-grow:1;width:40%;min-width:min-content;margin:0 0 .6em;display:block}.project-card .project-card-image-container{aspect-ratio:16/10;width:100%;min-width:120px;height:auto;min-height:75px;margin:0}.project-card .project-card-image>img{object-fit:cover;width:100%;height:100%}}@media screen and (width>=641px){.project-card-container{grid-template-columns:50fr 50fr}.project-card:hover{transform:translateY(-3px)}.project-card:hover:after{opacity:1}}@media screen and (width>=768px){.project-card-container{grid-template-columns:33fr 33fr 33fr}}@media screen and (width>=1200px){.project-card-container{grid-template-columns:25fr 25fr 25fr 25fr}}
