        .longest-streak-sum-min-750-player-cell {
            display: flex;
            flex-direction: column;
            gap: 0.35rem;
        }

        .longest-streak-sum-min-750-mobile-meta {
            display: none;
            font-size: 0.8rem;
            color: #7a7a7a;
            line-height: 1.3;
        }

        .longest-streak-sum-min-750-mobile-meta div + div {
            margin-top: 0.2rem;
        }

        .longest-streak-sum-min-750-tournaments a + a::before {
            content: ", ";
            color: #7a7a7a;
        }

        .longest-streak-sum-min-750-table-wrap {
            overflow-x: auto;
            overflow-y: hidden;
            width: 100%;
        }

        @media screen and (max-width: 768px) {
            .longest-streak-sum-min-750-table th:nth-child(n+3),
            .longest-streak-sum-min-750-table td:nth-child(n+3) {
                display: none;
            }

            .longest-streak-sum-min-750-table-wrap {
                overflow: visible;
            }

            .longest-streak-sum-min-750-table {
                table-layout: fixed;
                width: 100%;
            }

            .longest-streak-sum-min-750-table th,
            .longest-streak-sum-min-750-table td {
                overflow-wrap: anywhere;
                white-space: normal;
            }

            .longest-streak-sum-min-750-table th:first-child,
            .longest-streak-sum-min-750-table td:first-child {
                width: 3.25rem;
            }

            .longest-streak-sum-min-750-mobile-meta {
                display: block;
                padding-top: 0.35rem;
                border-top: 1px solid #e5e5e5;
                overflow-wrap: anywhere;
                white-space: normal;
            }

            .longest-streak-sum-min-750-tournaments {
                white-space: normal;
            }

            .longest-streak-sum-min-750-tournaments a {
                overflow-wrap: anywhere;
                word-break: normal;
            }
        }
