/* LobbyLinx parallel loader */
.lobbylinx-loading {
    margin: 20px 0;
    font-family: Arial, sans-serif;
    font-size: 15px;
}
.lobbylinx-progress-track {
    width: 100%;
    height: 14px;
    margin-top: 8px;
    background: #e8e8e8;
    border-radius: 7px;
    overflow: hidden;
}
.lobbylinx-progress-bar {
    width: 0;
    height: 100%;
    background: #777;
    transition: width .15s linear;
}

/* All results remain in the DOM, but modern browsers can skip layout/paint for
   cards far below the viewport until the user scrolls near them. */
.ajxcont {
    content-visibility: auto;
    contain-intrinsic-size: 650px;
}
