.fci-standings-table .fci-standing-rank-zone {
    position: relative;
    border-right: 6px solid var(--fci-zone-color) !important;
    box-shadow: inset -2px 0 0 color-mix(in srgb, var(--fci-zone-color) 72%, #000);
}

.fci-standings-legend {
    display: grid;
    gap: 3px;
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.25;
}

.fci-standings-legend__item {
    display: flex;
    align-items: center;
    min-height: 24px;
    overflow: hidden;
    border-radius: 3px;
    background: #f5f7f8;
}

.fci-standings-legend__color {
    align-self: stretch;
    width: 9px;
    margin-right: 8px;
    flex: 0 0 9px;
}

.fc-competition-legend {
    margin-top: 14px;
    padding: 12px 14px;
    border: 1px solid #e3e8ef;
    border-radius: 8px;
    background: #f7f9fb;
    color: #17324d;
}

.fc-competition-legend__title {
    margin-bottom: 9px;
    font-size: 13px;
    font-weight: 800;
}

.fc-competition-legend__list {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 16px;
}

.fc-competition-legend__item {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-width: 145px;
    font-size: 12px;
    line-height: 1.3;
}

.fc-competition-legend__color {
    width: 12px;
    height: 12px;
    flex: 0 0 12px;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 3px;
}

@media (max-width: 620px) {
    .fci-standings-legend { font-size: 11px; }
    .fc-competition-legend__item { min-width: calc(50% - 8px); }
}
