.comments-h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}

.comments-list {
    margin: 1.2em 0 0 0;
    padding: 0;
    list-style: none;
    padding: 0 1.2em;
}

.comment {
    padding: 1em;
    border-radius: 0.5em;
    background: #f9f8ef;
    margin-bottom: 1em;
}

.comment .comment-meta {
    font-size: 0.9em;
    color: #a0a0a0;
    margin-bottom: 0.3em;
}

.comment-form {
    margin: 1.5em 0 0;
    padding: 0 1.2em;
}

.form-comments {
    max-width: unset;
}

.related-games {
    margin-top: 2.5em;
}

.game-fullscreen-btn {
    position: absolute;
    right: 1em;
    top: 1em;
    z-index: 2;
}

@media (max-width: 700px) {

    .comments-list,
    .comment-form {
        padding: 0;
    }
}


html[data-theme="dark"] .comment {
    background: #1e1e1e;
    color: #f0f0f0;
}

html[data-theme="dark"] .comment .comment-meta {
    color: #9ea7b3;
}

html[data-theme="dark"] .comment-form {
    color: #fff;
}

html[data-theme="dark"] .related-games {
    color: #fff;
}