.game-page header{position:relative;background:#111}
.game-page main{padding-top:40px}
.game-content h1{font-size:24px;line-height:1.5;font-weight:400;letter-spacing:2px;text-transform:uppercase;color:#333;border-bottom:1px dotted #ddd;padding-bottom:12px;margin:0 0 20px}
.game-content img{max-width:100%;height:auto}
.game-content div[dir="ltr"]:empty{height:16px}
.game-navigation{display:flex;justify-content:space-between;gap:24px;margin-top:45px;padding-top:24px;border-top:1px solid #eee}
.game-navigation a{max-width:48%;font-size:14px}
.game-navigation a:last-child{text-align:right}
.back-to-games{display:inline-block;margin-top:24px;font-size:14px}
@media(max-width:767px){.game-page main{padding-top:40px}.game-content h1{font-size:22px}.game-content img{margin-bottom:5px}}

.game-content h1 span[lang="en"]{text-transform:none;overflow-wrap:anywhere}


/* User-supplied original screenshots; preserve image proportions. */
.screenshot-gallery{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-start;margin:20px 0}.screenshot-gallery a{display:block;max-width:100%}.screenshot-gallery .screenshot-landscape{width:300px}.screenshot-gallery .screenshot-portrait{width:172px}.game-content .screenshot-gallery img{display:block;width:100%;height:auto;margin:0}
