﻿/* GŁÓWNA TREŚĆ */

.table-main {
    min-width: 0;
}

.table-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    align-items: start;
}

.table-header {
    font-size: 10pt;
    font-weight: bold;
    text-transform: uppercase;
}

/* pojedyncza okładka */

.item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* miejsce na obrazek */
.cover-box {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
}


/* obrazki */

.cover-image {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
}


/* podpis */

.cover-title {
    margin-top: 20px;
    text-align: center;
}

.platform-name {
    font-size: 10pt;
    font-weight: bold;
}

.cover-type {
    font-size: 8pt;
    color: #666;
}


/* rozmiary poszczególnych platform */

.switch-cover {
    width: 315px;
}

.ps5-cover {
    width: 405px;
}

.ps4-cover {
    width: 405px;
}

.xbox-cover {
    width: 290px;
}

.famicom-cover {
    width: 190px;
}

.sfc-cover {
    width: 205px;
}

.megadrive-cover {
    width: 205px;
}

.pc-cover {
    width: 250px;
}
