.apk-page-header {
    display: grid;
    grid-template-columns: 90px auto;
}

.apk-page-header time {
    font-size: 1em;
}

.apk-page table {
    width: 100%;

}

.apk-page table tr {

}

.apk-page table tr:nth-of-type(odd) {
background-color: rgba(38, 38, 38, 1);
}

.apk-page table th {
    text-align: left;
    display: grid;
    grid-template-columns: 30px auto;
    width: 200px;
    height: 2em;
    align-items: center;
    padding: 10px 15px;
    max-width: 200px;
}

.apk-page table th svg {
    width: 13px;
    fill: #fff;
}

.apk-page table td {
    width: 100%;
    padding: 15px;
}

.apk-page header {
    padding: 0 0 1em 0;
}

.apk-page .screenshots-game {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    row-gap: 30px;
    justify-content: center; /* Центровка по горизонтали */
    justify-items: center;
}


.apk-page .screenshots-app {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    row-gap: 30px;
    justify-content: center; /* Центровка по горизонтали */
    justify-items: center;
}

.apk-page .text {
    padding: 1em 2em 1em 0;
}

.apk-page .text ul {
    padding-top: 1em;
    list-style-position: inside;
}

.apk-page .text ul li {
    padding-bottom: 1em;
    line-height: 1.5em;
}

.apk-page .comments p {
    padding: 0.3em 0 0 0;
}

.apk-page .comments time {
    font-size: 0.8em;
    padding: 0.9em 0 0 0.4em;
}