.gl-game-momentum {
    margin: 0 0 32px;
    background: #fff;
}

.gl-game-momentum__header {
    padding: 20px 20px 14px;
    border-bottom: 1px solid #e4e7ea;
}

.gl-game-momentum__header p {
    margin: 0;
    padding: 0;
    color: #222;
    font-weight: 400;
}

.gl-game-momentum__empty,
.gl-game-momentum__more summary {
    padding: 12px 20px;
    border-bottom: 1px solid #e4e7ea;
    color: #222;
    cursor: pointer;
    font-weight: 700;
}

.gl-game-momentum__more summary:hover,
.gl-game-momentum__more summary:focus {
    color: #6bbc38;
}
.gl-game-momentum__updated {
    margin: 0;
    color: #555;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0;
}

.gl-game-momentum__empty {
    padding: 24px 20px;
}

.gl-game-momentum__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.gl-game-momentum__item {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    padding: 14px 20px;
    border-bottom: 1px solid #e4e7ea;
}

.gl-game-momentum__rank {
    display: flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    background: #6bbc38;
    color: #fff;
    font-weight: 700;
    line-height: 1;
}

.gl-game-momentum__body {
    min-width: 0;
}

.gl-game-momentum__item > .gl-game-momentum__body {
    align-self: start;
    margin: 0;
    padding: 0;
}

.gl-game-momentum__item > .gl-game-momentum__body > a.gl-game-momentum__title {
    display: block;
    margin: 0;
    padding: 0;
}

.gl-game-momentum .gl-game-momentum__title {
    color: #222;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    overflow-wrap: anywhere;
}

.gl-game-momentum__title:hover,
.gl-game-momentum__title:focus {
    color: #6bbc38;
    text-decoration: underline;
}

.gl-game-momentum__item > .gl-game-momentum__body > a.gl-game-momentum__title:hover,
.gl-game-momentum__item > .gl-game-momentum__body > a.gl-game-momentum__title:focus {
    color: #222;
}

.gl-game-momentum__board-link {
    color: #555;
    font-weight: 700;
}

.gl-game-momentum__board-link:hover,
.gl-game-momentum__board-link:focus {
    color: #6bbc38;
    text-decoration: underline;
}

.gl-game-momentum__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 14px;
    margin-top: 5px;
    color: #555;
    font-size: 13px;
    line-height: 1.5;
}

.gl-game-momentum__more summary {
    padding: 12px 20px;
    border-bottom: 1px solid #e4e7ea;
    color: #222;
    cursor: pointer;
    font-weight: 700;
}

.gl-game-momentum__more summary:hover,
.gl-game-momentum__more summary:focus {
    color: #6bbc38;
}
.gl-game-momentum__updated {
    padding: 10px 20px;
    text-align: right;
}

.gl-game-momentum__pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px 16px;
    padding: 14px 20px;
    border-bottom: 1px solid #e4e7ea;
    color: #555;
    font-size: 14px;
    line-height: 1.5;
}

.gl-game-momentum__pagination a {
    color: #222;
    font-weight: 700;
}

.gl-game-momentum__pagination a:hover,
.gl-game-momentum__pagination a:focus {
    color: #6bbc38;
    text-decoration: underline;
}

@media (max-width: 600px) {
    .gl-game-momentum__header {
        padding: 16px 14px 12px;
    }

    .gl-game-momentum__header h1,
.gl-game-momentum__header h2 {
        font-size: 22px;
    }

    .gl-game-momentum__item {
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 9px;
        padding: 12px 14px;
    }

    .gl-game-momentum__rank {
        width: 30px;
        height: 30px;
    }

    .gl-game-momentum .gl-game-momentum__title {
        font-size: 15px;
    }

    .gl-game-momentum__meta {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1px;
    }

    .gl-game-momentum__pagination {
        align-items: flex-start;
        flex-direction: column;
        padding: 12px 14px;
    }
}
.gl-game-momentum__filter {
    margin: 10px 20px 0;
    color: #555;
    font-size: 14px;
    line-height: 1.6;
}

.gl-game-momentum-keywords {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 12px;
}

.gl-game-momentum-keywords a {
    color: #555;
    line-height: 1.7;
}

.gl-game-momentum-keywords a:hover,
.gl-game-momentum-keywords a:focus {
    color: #6bbc38;
    text-decoration: underline;
}