.football-club-progressive-loader {
    min-height: 132px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 28px 18px;
    border: 1px solid color-mix(in srgb, currentColor 12%, transparent);
    border-radius: 18px;
    background: color-mix(in srgb, currentColor 2.5%, transparent);
    text-align: left;
}

.football-club-progressive-loader--sidebar {
    min-height: 420px;
    width: 100%;
}

.football-club-progressive-loader__spinner {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    border-radius: 999px;
    border: 3px solid color-mix(in srgb, currentColor 14%, transparent);
    border-top-color: currentColor;
    animation: kisureClubProgressiveSpin .8s linear infinite;
}

.football-club-progressive-loader strong,
.football-club-progressive-loader small {
    display: block;
}

.football-club-progressive-loader strong {
    font-size: .98rem;
}

.football-club-progressive-loader small {
    margin-top: 4px;
    opacity: .66;
    line-height: 1.45;
    max-width: 42rem;
}

.football-club-progressive-loader.is-waiting .football-club-progressive-loader__spinner {
    animation-duration: 1.15s;
}

.football-club-progressive-loader.is-paused .football-club-progressive-loader__spinner {
    animation: none;
    border-top-color: color-mix(in srgb, currentColor 14%, transparent);
}

@keyframes kisureClubProgressiveSpin {
    to { transform: rotate(360deg); }
}

@media (max-width: 900px) {
    .football-club-progressive-loader--sidebar {
        min-height: 220px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .football-club-progressive-loader__spinner {
        animation: none;
    }
}

/* v502 request fallback: shown only when the server could not load saved data. */
.football-club-progressive-loader--request-fallback .football-club-progressive-loader__status {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid color-mix(in srgb, currentColor 14%, transparent);
    background: color-mix(in srgb, currentColor 5%, transparent);
}

.football-club-progressive-loader--request-fallback {
    min-height: 112px;
}

.football-club-progressive-loader--request-fallback.football-club-progressive-loader--sidebar {
    min-height: 220px;
}

.football-club-more-wrap {
    display: flex;
    justify-content: center;
    padding: 18px 0 4px;
}

.football-club-more-wrap [data-club-load-more][disabled] {
    opacity: .62;
    cursor: wait;
}

/* v503: compact club-profile standings sidebar.
   Data Engine already scopes normal leagues to five rows and grouped
   competitions to the current club's real group. */
.football-club-page-v337 .football-sidebar-stack--club .football-side-panel {
    min-width: 0;
    overflow: hidden;
}

.football-club-page-v337 .football-sidebar-stack--club .football-mini-table--team-default {
    width: 100%;
    min-width: 0;
}

.football-club-page-v337 .football-sidebar-stack--club .football-mini-table--team-default .football-mini-table__header,
.football-club-page-v337 .football-sidebar-stack--club .football-mini-table--team-default > a {
    display: grid !important;
    grid-template-columns: 30px minmax(0, 1fr) 30px 42px !important;
    align-items: center;
    column-gap: 6px !important;
    min-width: 0;
}

.football-club-page-v337 .football-sidebar-stack--club .football-mini-table--team-default .football-mini-table__header {
    padding: 6px 10px !important;
    font-size: .68rem !important;
    line-height: 1.1;
}

.football-club-page-v337 .football-sidebar-stack--club .football-mini-table--team-default > a {
    min-height: 44px;
    padding: 7px 10px !important;
}

.football-club-page-v337 .football-sidebar-stack--club .football-mini-table--team-default > a > strong {
    display: flex !important;
    align-items: center;
    gap: 7px !important;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    line-height: 1.15;
}

.football-club-page-v337 .football-sidebar-stack--club .football-mini-table--team-default > a > strong img {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    max-width: 24px !important;
    flex: 0 0 24px;
    object-fit: contain;
}

.football-club-page-v337 .football-sidebar-stack--club .football-mini-table--team-default > a > strong > span {
    display: block;
    min-width: 0;
    max-width: 100%;
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    font-size: .84rem !important;
    font-weight: 700;
}

.football-club-page-v337 .football-sidebar-stack--club .football-mini-table--team-default .football-mini-table__position,
.football-club-page-v337 .football-sidebar-stack--club .football-mini-table--team-default .football-mini-table__played,
.football-club-page-v337 .football-sidebar-stack--club .football-mini-table--team-default > a > em {
    min-width: 0;
    text-align: center;
    white-space: nowrap;
    font-size: .78rem !important;
    line-height: 1;
}

.football-club-page-v337 .football-sidebar-stack--club .football-mini-table--team-default > a > em {
    font-style: normal;
    font-weight: 800;
}

.football-club-page-v337 .football-sidebar-stack--club .football-mini-table__group-label {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 4px 0 7px;
    padding: 6px 9px;
    min-width: 0;
    font-size: .76rem;
    line-height: 1.15;
}

.football-club-page-v337 .football-sidebar-stack--club .football-mini-table__group-label > span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 420px) {
    .football-club-page-v337 .football-sidebar-stack--club .football-mini-table--team-default .football-mini-table__header,
    .football-club-page-v337 .football-sidebar-stack--club .football-mini-table--team-default > a {
        grid-template-columns: 27px minmax(0, 1fr) 28px 38px !important;
        column-gap: 5px !important;
    }

    .football-club-page-v337 .football-sidebar-stack--club .football-mini-table--team-default > a {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
}
