/* F2AS — Recent Payouts realtime masked feed. Presentation only. */
.lcpi-payout-panel [data-recent-payouts-list]{
    display:block;
}
.lcpi-payout-panel .lcpi-payout-feed{
    grid-template-columns:minmax(58px,.72fr) minmax(132px,1.45fr) minmax(72px,.8fr) minmax(70px,.85fr) 22px;
    align-items:center;
    min-width:0;
}
.lcpi-payout-panel .lcpi-country-chip,
.lcpi-payout-panel .lcpi-pay-method{
    min-width:0;
}
.lcpi-payout-panel .lcpi-pay-method em{
    display:block;
    max-width:100%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.lcpi-payout-panel .lcpi-payout-feed small,
.lcpi-payout-panel .lcpi-payout-feed b{
    white-space:nowrap;
}
.lcpi-payout-panel .lcpi-payout-feed b{
    color:#28ff78;
    text-align:right;
    font-weight:900;
    text-shadow:0 0 10px rgba(40,255,120,.22);
}
.lcpi-realtime-foot{
    margin-top:10px;
    color:#28ff78;
    font-size:11px;
    font-weight:800;
    line-height:1;
    letter-spacing:-.01em;
}
@media (max-width: 1180px){
    .lcpi-payout-panel .lcpi-payout-feed{
        grid-template-columns:minmax(54px,.65fr) minmax(112px,1.25fr) minmax(62px,.72fr) minmax(64px,.8fr) 20px;
        column-gap:8px;
    }
}
