/* Moved from app/views/fantasy_contests/_cashed_players.html.erb in B2, scoped to .ctx-public. Rebuilt in its own phase. */
.ctx-public .fcm-intro {
    margin: -10px 0 14px;
    font-size: 13.5px;
    line-height: 1.5;
    color: var(--fk-muted);
  }
.ctx-public .fcm-draw {
    margin: 18px 0 8px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    color: var(--fk-amber);
  }
.ctx-public .fcm-list { display: flex; flex-direction: column; gap: 6px; }
.ctx-public .fcm-row {
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--fk-surface);
    border: 1px solid var(--fk-hairline);
    border-radius: 13px;
    padding: 9px 12px;
  }
.ctx-public .fcm-row--p1 {
    border-color: color-mix(in srgb, var(--fk-gold) 42%, transparent);
    background: color-mix(in srgb, var(--fk-gold) 8%, var(--fk-surface));
  }
.ctx-public .fcm-row--p2 { border-color: color-mix(in srgb, var(--fk-silver) 24%, transparent); }
.ctx-public .fcm-row--p3 { border-color: color-mix(in srgb, var(--fk-bronze) 28%, transparent); }
.ctx-public .fcm-place {
    flex-shrink: 0;
    width: 30px;
    font-size: 12px;
    font-weight: 900;
    color: var(--fk-faint);
  }
.ctx-public .fcm-place--1 { color: var(--fk-gold); }
.ctx-public .fcm-place--2 { color: var(--fk-silver); }
.ctx-public .fcm-place--3 { color: var(--fk-bronze); }
.ctx-public .fcm-av {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--fk-surface-2);
    color: var(--fk-fg);
    font-size: 11.5px;
    font-weight: 800;
  }
.ctx-public .fcm-av img { width: 100%; height: 100%; object-fit: cover; }
.ctx-public .fcm-id { flex: 1; min-width: 0; }
.ctx-public .fcm-name {
    font-size: 14.5px;
    font-weight: 800;
    color: var(--fk-fg);
    line-height: 1.25;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
.ctx-public .fcm-sub {
    margin-top: 2px;
    font-size: 12.5px;
    line-height: 1.35;
    color: var(--fk-muted);
    overflow: hidden;
    overflow-wrap: anywhere;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
.ctx-public .fcm-price { font-weight: 800; color: var(--fk-amber); }
.ctx-public .fcm-dot { margin: 0 4px; color: var(--fk-faint); }
.ctx-public .fcm-owned b { color: var(--fk-fg); font-weight: 700; }
.ctx-public .fcm-owned--none { font-style: normal; color: var(--fk-faint); }
.ctx-public .fcm-steal {
    margin-left: 5px;
    padding: 1px 5px;
    border-radius: 5px;
    background: color-mix(in srgb, var(--fk-gold) 20%, transparent);
    color: var(--fk-gold);
    font-size: 8.5px;
    font-weight: 900;
    letter-spacing: 0.7px;
    white-space: nowrap;
  }
.ctx-public .fcm-pts {
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 900;
    color: var(--fk-fg);
    white-space: nowrap;
  }
.ctx-public .fcm-pts span {
    margin-left: 2px;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.5px;
    color: var(--fk-faint);
  }
.ctx-public .fcm-more { margin-top: 2px; }
.ctx-public .fcm-more > summary {
    list-style: none;
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 11px;
    border: 1px dashed var(--fk-hairline);
    font-size: 12px;
    font-weight: 700;
    color: var(--fk-muted);
  }
.ctx-public .fcm-more > summary::-webkit-details-marker { display: none; }
.ctx-public .fcm-more > summary::after { content: " ↓"; }
.ctx-public .fcm-more[open] > summary { margin-bottom: 6px; }
.ctx-public .fcm-more[open] > summary::after { content: " ↑"; }
@media (max-width: 400px) {
.ctx-public .fcm-place { width: 26px; font-size: 11px; }
.ctx-public .fcm-name { font-size: 13.5px; }
.ctx-public .fcm-pts { font-size: 14.5px; }
}
