html,
body {
    -webkit-user-select: none;
    user-select: none;
}

@media (max-width: 576px) {
    .start-table {
        width: 100%;
        max-width: 100vw;
        table-layout: fixed;
    }

    .start-control {
        text-align: center;
        white-space: nowrap;
    }

    .start-control > div {
        display: inline-block !important;
        vertical-align: middle;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .start-control > div:nth-child(2) {
        overflow: hidden;
        max-width: calc(100vw - 5.5rem);
    }

    .start-control .btn {
        padding-left: 0.38rem;
        padding-right: 0.38rem;
    }

    .start-control strong {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .start-actions .display-3 {
        font-size: clamp(1.65rem, 8.5vw, 2.35rem);
        line-height: 1.1;
    }

    .start-actions .btn {
        max-width: 100%;
        overflow: hidden;
    }

    .version-cell.fixed-bottom {
        left: 0;
        right: 0;
        width: 100vw;
        display: block;
        text-align: center;
    }

    .standings-table {
        width: calc(100% - 0.45rem);
        table-layout: fixed;
        font-size: 0.84rem;
        margin-left: auto;
        margin-right: auto;
    }

    .standings-table th,
    .standings-table td {
        padding-left: 0.14rem;
        padding-right: 0.14rem;
    }

    .standings-table th {
        position: sticky;
        top: 48px;
        z-index: 2;
        background-color: var(--bs-dark);
    }

    .standings-table th:nth-child(1),
    .standings-table td:nth-child(1) {
        width: 1.7rem !important;
    }

    .standings-table th:nth-child(2),
    .standings-table td:nth-child(2) {
        width: 2.55rem !important;
    }

    .standings-table td:nth-child(3) {
        width: auto !important;
        overflow-wrap: normal;
        white-space: normal;
        word-break: normal;
        line-height: 1.05;
        font-size: 0.94rem;
    }

    .standings-table th:nth-child(n+4),
    .standings-table td:nth-child(n+4) {
        width: 1.48rem !important;
    }

    .standings-table img {
        width: 32px;
        height: auto;
    }
}
