.member-projects-cards-list{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px;margin-bottom:24px}@media(max-width:900px){.member-projects-cards-list{grid-template-columns:1fr}.member-project-card [data-tooltip] :after,.member-project-card [data-tooltip] :before,.member-project-card[data-tooltip] :after,.member-project-card[data-tooltip] :before{display:none}}.member-project-card a,.member-project-card button{position:relative}.member-project-card .details-container{display:grid;grid-template-areas:"project-image details" "categories categories";grid-template-columns:180px 1fr;grid-gap:18px 24px;gap:18px 24px;padding:16px 16px 0;background:#1a1a1a;position:relative;max-height:256px;max-width:600px;text-decoration:none}@media(max-width:900px){.member-project-card .details-container{grid-template-columns:100px 1fr;max-height:unset}}.member-project-card img{grid-area:project-image}.member-project-card .categories{grid-area:categories;border-top:1px solid #0d0d0d;margin-left:-16px;margin-right:-16px;padding:15px 16px 16px;display:flex;align-items:center;font-size:12px;height:36px;margin-top:3px;white-space:nowrap;overflow:hidden;gap:4px}.member-project-card .categories a{text-decoration:none;position:relative}.member-project-card .categories a:not(.class-tag){font-size:12px;color:#b2b2b2}.member-project-card .categories a:not(.class-tag):hover{text-decoration:underline;color:#e5e5e5}.member-project-card .categories li:not(:first-child,:last-child):not(:last-child):after{content:"";display:inline-block;height:12px;width:1px;vertical-align:middle;background-color:#4d4d4d;margin:2px 8px}@media(max-width:900px){.member-project-card{grid-template-columns:124px 1fr}.member-project-card ul.details-list{flex-wrap:wrap;height:auto}}.member-project-card ul.details-list{gap:12px}.member-project-card ul.details-list li{padding-left:24px}.member-project-card:hover{background-color:#212121}.member-project-card .owner-tag{position:absolute;left:-16px;top:24px;padding:0 6px;height:20px;border-radius:2px;background:#e5e5e5;font-size:12px;line-height:20px;color:#000;pointer-events:none}@media(max-width:900px){.member-project-card .owner-tag{left:-6px}}.member-project-card .details{grid-area:details;display:flex;flex-direction:column;gap:8px;min-width:0}.member-project-card .title{color:#e5e5e5;display:flex;flex-direction:column;gap:8px}.member-project-card .name{font-size:18px;position:relative;width:-moz-fit-content;width:fit-content;max-width:100%}.member-project-card .name:hover{text-decoration:underline}.member-project-card a.name{text-decoration:none}.member-project-card .description{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2;height:3em}.member-project-card .actions{display:flex;gap:12px}.member-project-card .actions .btn-cta.download-cta:hover,.member-project-card .actions .btn-more-options:hover,.member-project-card .actions .is-open .btn-more-options{background-color:#333}.member-project-card .row-image{object-fit:contain}.member-project-card .author-name{position:relative}