/* Kisure Sports Frontend v563
 * Club standings sidebar: authoritative circular geometry.
 * Loaded after all earlier club/table styles so rank chips, crest discs and
 * group icons cannot be stretched into rounded squares/ovals.
 */

/* Ranking chip: true circle, never a rounded square. */
.football-club-page-v337 .football-sidebar-stack--club
.football-mini-table--team-default > a > .football-mini-table__position {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    justify-self: center !important;
    flex: 0 0 36px !important;
    inline-size: 36px !important;
    block-size: 36px !important;
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    max-width: 36px !important;
    max-height: 36px !important;
    aspect-ratio: 1 / 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    border-radius: 50% !important;
    clip-path: circle(50% at 50% 50%);
    box-sizing: border-box !important;
    overflow: hidden !important;
}

/* Team crest disc: exact square geometry before circular clipping. */
.football-club-page-v337 .football-sidebar-stack--club
.football-mini-table--team-default > a > strong > img {
    display: block !important;
    flex: 0 0 30px !important;
    inline-size: 30px !important;
    block-size: 30px !important;
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
    max-width: 30px !important;
    max-height: 30px !important;
    aspect-ratio: 1 / 1 !important;
    margin: 0 !important;
    padding: 3px !important;
    border-radius: 50% !important;
    clip-path: circle(50% at 50% 50%);
    object-fit: contain !important;
    object-position: center !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
}

/* Group badge icon: same circle contract. */
.football-club-page-v337 .football-sidebar-stack--club
.football-mini-table__group-label > i {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 30px !important;
    inline-size: 30px !important;
    block-size: 30px !important;
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
    max-width: 30px !important;
    max-height: 30px !important;
    aspect-ratio: 1 / 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    border-radius: 50% !important;
    clip-path: circle(50% at 50% 50%);
    box-sizing: border-box !important;
    overflow: hidden !important;
}

/* Played/points are data cells, not icon chips. Keep them visually neutral. */
.football-club-page-v337 .football-sidebar-stack--club
.football-mini-table--team-default > a > .football-mini-table__played,
.football-club-page-v337 .football-sidebar-stack--club
.football-mini-table--team-default > a > em {
    border-radius: 0 !important;
    clip-path: none !important;
}

@media (max-width: 480px) {
    .football-club-page-v337 .football-sidebar-stack--club
    .football-mini-table--team-default > a > .football-mini-table__position {
        flex-basis: 32px !important;
        inline-size: 32px !important;
        block-size: 32px !important;
        width: 32px !important;
        height: 32px !important;
        min-width: 32px !important;
        min-height: 32px !important;
        max-width: 32px !important;
        max-height: 32px !important;
    }

    .football-club-page-v337 .football-sidebar-stack--club
    .football-mini-table--team-default > a > strong > img {
        flex-basis: 28px !important;
        inline-size: 28px !important;
        block-size: 28px !important;
        width: 28px !important;
        height: 28px !important;
        min-width: 28px !important;
        min-height: 28px !important;
        max-width: 28px !important;
        max-height: 28px !important;
    }
}
