/* KV Wolderwijd/DYZLE: compacte poulestand uitsluitend voor mobiele schermen. */
@media (max-width: 767px) {
    .kvw-mobile-stand-wrap {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: visible !important;
    }

    table.kvw-mobile-stand {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        table-layout: fixed !important;
        border-collapse: collapse !important;
        font-size: 13px !important;
        line-height: 1.2 !important;
    }

    table.kvw-mobile-stand th,
    table.kvw-mobile-stand td {
        box-sizing: border-box !important;
        padding: 8px 4px !important;
        vertical-align: middle !important;
    }

    table.kvw-mobile-stand thead th {
        background: #192655 !important;
        color: #fff !important;
        font-size: 12px !important;
        font-weight: 700 !important;
        text-align: center !important;
        border: 0 !important;
    }

    /* Mobiel alleen: # / Team / G / DS / P. */
    table.kvw-mobile-stand th:nth-child(4),
    table.kvw-mobile-stand td:nth-child(4),
    table.kvw-mobile-stand th:nth-child(5),
    table.kvw-mobile-stand td:nth-child(5),
    table.kvw-mobile-stand th:nth-child(6),
    table.kvw-mobile-stand td:nth-child(6),
    table.kvw-mobile-stand th:nth-child(7),
    table.kvw-mobile-stand td:nth-child(7),
    table.kvw-mobile-stand th:nth-child(8),
    table.kvw-mobile-stand td:nth-child(8) {
        display: none !important;
    }

    table.kvw-mobile-stand th:nth-child(1),
    table.kvw-mobile-stand td:nth-child(1) {
        width: 34px !important;
        text-align: center !important;
    }

    table.kvw-mobile-stand th:nth-child(2),
    table.kvw-mobile-stand td:nth-child(2) {
        width: auto !important;
        text-align: left !important;
    }

    table.kvw-mobile-stand th:nth-child(3),
    table.kvw-mobile-stand td:nth-child(3) {
        width: 36px !important;
        text-align: center !important;
    }

    table.kvw-mobile-stand th:nth-child(9),
    table.kvw-mobile-stand td:nth-child(9) {
        width: 40px !important;
        text-align: center !important;
    }

    table.kvw-mobile-stand th:nth-child(10),
    table.kvw-mobile-stand td:nth-child(10) {
        width: 42px !important;
        text-align: center !important;
        font-weight: 800 !important;
    }

    /* Korte mobiele kolomkoppen, terwijl de originele tekst in de DOM blijft. */
    table.kvw-mobile-stand thead th:nth-child(1),
    table.kvw-mobile-stand thead th:nth-child(3),
    table.kvw-mobile-stand thead th:nth-child(10) {
        font-size: 0 !important;
    }

    table.kvw-mobile-stand thead th:nth-child(1)::after {
        content: '#';
        font-size: 12px;
    }

    table.kvw-mobile-stand thead th:nth-child(3)::after {
        content: 'G';
        font-size: 12px;
    }

    table.kvw-mobile-stand thead th:nth-child(10)::after {
        content: 'P';
        font-size: 12px;
    }

    table.kvw-mobile-stand tbody td {
        border-bottom: 1px solid rgba(25, 38, 85, 0.12) !important;
        background: #fff;
    }

    table.kvw-mobile-stand td:nth-child(2) {
        overflow: hidden !important;
        white-space: nowrap !important;
        text-overflow: ellipsis !important;
        font-weight: 600 !important;
    }

    table.kvw-mobile-stand td:nth-child(2) img {
        display: inline-block !important;
        width: 22px !important;
        height: 22px !important;
        max-width: 22px !important;
        max-height: 22px !important;
        margin: 0 5px 0 0 !important;
        object-fit: contain !important;
        vertical-align: middle !important;
    }

    table.kvw-mobile-stand tr.kvw-own-team td {
        background: rgba(146, 218, 30, 0.16) !important;
        font-weight: 700 !important;
    }

    table.kvw-mobile-stand tr.kvw-own-team td:first-child {
        border-left: 4px solid #92da1e !important;
        padding-left: 0 !important;
    }
}
