/* Habboon FPL v17.27.69 — live Gameweek score in Manager Profile hero */
body[data-page="manager"].premium-polish .manager-profile-stat-ribbon .featured-stat-gw-live-points{
  transition:background .2s ease,border-color .2s ease;
}
body[data-page="manager"].premium-polish .manager-profile-stat-ribbon .featured-stat-gw-live-points.live{
  background:linear-gradient(180deg,rgba(45,212,191,.055),rgba(45,212,191,.012));
}
body[data-page="manager"].premium-polish .manager-profile-stat-ribbon .featured-stat-gw-live-points.live strong{
  color:#f3ffff;
}
body[data-page="manager"].premium-polish .manager-profile-stat-ribbon .featured-stat-gw-live-points.provisional strong{
  color:#fff4c7;
}
body[data-page="manager"].premium-polish .manager-profile-stat-ribbon .featured-stat-gw-live-points small{
  white-space:normal;
  overflow:visible;
  text-overflow:clip;
}
.manager-profile-live-points-dot{
  display:inline-block;
  width:6px;
  height:6px;
  margin-right:5px;
  border-radius:999px;
  vertical-align:1px;
  background:#2dd4bf;
  box-shadow:0 0 0 3px rgba(45,212,191,.09),0 0 10px rgba(45,212,191,.28);
}
@media (prefers-reduced-motion:no-preference){
  .featured-stat-gw-live-points.live .manager-profile-live-points-dot{animation:hbn-profile-live-pulse 1.8s ease-in-out infinite}
}
@keyframes hbn-profile-live-pulse{0%,100%{opacity:.62;transform:scale(.86)}50%{opacity:1;transform:scale(1)}}
@media(max-width:620px){
  body[data-page="manager"].premium-polish .manager-profile-stat-ribbon .featured-stat-gw-live-points small{
    font-size:7.2px!important;
    line-height:1.18!important;
  }
  .manager-profile-live-points-dot{width:5px;height:5px;margin-right:3px;box-shadow:none}
}
