.game-description{column-gap:32px;margin:0 auto 32px}.game-description h1{line-height:48px;font-family:var(--montserrat-font);font-weight:700}.game-description .expandable-html-block{gap:8px;display:flex}.game-description .expandable-html-block p{color:--var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;max-height:1.5em;display:block;position:relative;overflow:hidden}.game-description .expandable-html-block.expanded{flex-direction:column}.game-description .expandable-html-block.expanded p{-webkit-line-clamp:unset;white-space:pre-wrap;animation:.5s forwards grow-expand-block;display:block}@keyframes grow-expand-block{15%{max-height:1.5em}to{max-height:33em}}.game-description .game-title{white-space:nowrap;align-items:center;margin-bottom:12px;display:flex}@media (max-width:900px){.game-description .game-title{white-space:normal;flex-direction:column;align-items:flex-start;gap:8px;margin-bottom:12px}.game-description .game-title h1{color:var(--text-pure);font-family:var(--montserrat-font);font-size:24px;font-weight:700;line-height:32px}}.game-description .readmore{white-space:nowrap;width:fit-content;color:var(--text-primary);font-size:16px;text-decoration:none}.game-description .readmore:hover{color:var(--text-pure)}.game-description .readmore span:last-child,.game-description .expandable-html-block.expanded .readmore span:first-child{display:none}.game-description .expandable-html-block.expanded .readmore span:last-child{display:unset}.game-description .num-projects{color:#e5e5e5;white-space:nowrap;text-overflow:ellipsis;flex-shrink:10;height:48px;margin-left:16px;padding-left:16px;line-height:48px;position:relative;overflow:hidden}.game-description .num-projects:before{content:"";background:#4d4d4d;width:1px;height:28px;margin-top:auto;margin-bottom:auto;position:absolute;top:0;bottom:0;left:0}@media (max-width:900px){.game-description .num-projects{color:#e5e5e5;font-family:var(--lato-font);height:24px;margin-left:0;padding-left:0;font-size:16px;font-weight:500;line-height:24px}.game-description .num-projects:before{display:none}.game-description{margin-bottom:20px}}