/* V21: keep the Comic Cuts count + award icons from pushing off-screen on mobile. */
.mc-profile-row{
  min-width:0 !important;
}
.mc-profile-left{
  flex:1 1 auto !important;
  min-width:0 !important;
}
.mc-cuts-pill{
  flex:0 1 auto !important;
  min-width:0 !important;
  max-width:min(58%, 245px) !important;
  overflow:hidden !important;
}
.mc-cuts-pill .num,
.mc-cuts-pill .lbl,
.mc-cuts-award-icons{
  flex:0 0 auto !important;
  min-width:0 !important;
}
@media (max-width:620px){
  .mc-profile-row{
    gap:7px !important;
  }
  .mc-profile-left{
    max-width:calc(100% - 118px) !important;
  }
  .mc-cuts-pill{
    max-width:52% !important;
    padding:6px 7px !important;
    gap:4px !important;
    justify-content:flex-end !important;
  }
  .mc-cuts-pill .num{
    font-size:15px !important;
    max-width:54px !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
    white-space:nowrap !important;
  }
  .mc-cuts-pill .lbl{
    font-size:9px !important;
    line-height:1 !important;
    white-space:nowrap !important;
  }
  .mc-cuts-award-icons{
    gap:2px !important;
    margin-left:2px !important;
    padding-left:5px !important;
  }
  .mc-cuts-award-icon{
    width:18px !important;
    height:18px !important;
  }
  .mc-cuts-award-icon .material-symbols-outlined{
    font-size:13px !important;
  }
}
@media (max-width:430px){
  .mc-profile-left{
    max-width:calc(100% - 96px) !important;
  }
  .mc-cuts-pill{
    max-width:46% !important;
  }
  .mc-cuts-pill .lbl{
    display:none !important;
  }
  .mc-cuts-pill .num{
    max-width:48px !important;
  }
  .mc-cuts-award-icons{
    border-left:1px solid rgba(255,255,255,.16) !important;
    padding-left:4px !important;
    margin-left:1px !important;
  }
}
@media (max-width:360px){
  .mc-cuts-pill{
    max-width:44% !important;
    padding:5px 6px !important;
  }
  .mc-cuts-pill .num{
    font-size:14px !important;
    max-width:42px !important;
  }
  .mc-cuts-award-icon{
    width:17px !important;
    height:17px !important;
  }
  .mc-cuts-award-icon .material-symbols-outlined{
    font-size:12px !important;
  }
}
