#links {
    margin-top: 40px;
}

#links .lang-switch {
    margin-top: 18px;
    margin-bottom: 0;
}

#links .game-split-body {
    flex-direction: column;
    gap: 24px;
}

#links .game-media-col,
#links .game-desc-col {
    width: 100%;
    max-width: 1000px;
    flex: none;
}

#links .game-description {
    margin: 0;
}

.game-image-preview {
    width: 100%;
    border: 4px solid var(--main-green);
    border-radius: var(--radius-pop);
    overflow: hidden;
    background: #000;
}

.game-image-preview img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 768px) {
    #links {
        margin-top: 24px;
    }
}
