/* PSG Player Profile Fix v1.0.4 */

/* Bezpieczne usunięcie dekoracyjnych bocznych "uszu" tylko w dwóch kartach profilu. */
.single-sp_player .sp-template-player-details::before,
.single-sp_player .sp-template-player-details::after,
.single-sp_player .sp-player-details::before,
.single-sp_player .sp-player-details::after,
.single-sp_player .sp-template-player-statistics::before,
.single-sp_player .sp-template-player-statistics::after,
.single-sp_player .sp-player-statistics::before,
.single-sp_player .sp-player-statistics::after {
    content: none !important;
    display: none !important;
}

/* NIE ruszamy sekcji wyników / meczów / eventów. */
.single-sp_player .sp-template-event-list,
.single-sp_player .sp-template-event-blocks,
.single-sp_player .sp-event-list,
.single-sp_player .sp-event-blocks,
.single-sp_player .sp-template-player-events,
.single-sp_player .sp-player-events {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Tabela statystyk */
.single-sp_player table.psg-player-table-clean {
    width: 100% !important;
    table-layout: fixed !important;
    border-collapse: collapse !important;
}

.single-sp_player table.psg-player-table-clean th,
.single-sp_player table.psg-player-table-clean td {
    box-sizing: border-box !important;
    vertical-align: middle !important;
}

.single-sp_player table.psg-player-table-clean thead th {
    padding: 11px 5px !important;
    font-size: 10px !important;
    line-height: 1.1 !important;
    text-align: center !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.single-sp_player table.psg-player-table-clean tbody td,
.single-sp_player table.psg-player-table-clean tfoot td {
    padding: 11px 5px !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
    text-align: center !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.single-sp_player table.psg-player-table-clean [data-psg-kind="season"],
.single-sp_player table.psg-player-table-clean [data-psg-kind="club"] {
    text-align: left !important;
}

.single-sp_player table.psg-player-table-clean .psg-profile-hide-col {
    display: none !important;
}

@media (max-width: 782px) {
    .single-sp_player table.psg-player-table-clean [data-psg-kind="club"],
    .single-sp_player table.psg-player-table-clean [data-psg-kind="yellow"],
    .single-sp_player table.psg-player-table-clean [data-psg-kind="red"],
    .single-sp_player table.psg-player-table-clean [data-psg-kind="penalties"],
    .single-sp_player table.psg-player-table-clean [data-psg-kind="owngoals"] {
        display: none !important;
    }

    .single-sp_player table.psg-player-table-clean thead th,
    .single-sp_player table.psg-player-table-clean tbody td,
    .single-sp_player table.psg-player-table-clean tfoot td {
        padding: 9px 3px !important;
        font-size: 9px !important;
    }
}
