/* LVL 1.20.2 — distinctive vector marks for paid plans. */
.lvl-plan-logo{
  display:block;
  width:58px;
  height:58px;
  object-fit:contain;
  filter:drop-shadow(0 0 10px rgba(188,77,255,.42));
  transform:translateZ(0);
}
.lvl-plan-logo.premium{
  width:60px;
  height:60px;
  filter:drop-shadow(0 0 12px rgba(205,90,255,.5));
}
.access-plan-icon .lvl-plan-logo{
  width:53px;
  height:53px;
}
.access-plan-icon .lvl-plan-logo.premium{
  width:55px;
  height:55px;
}
.plan-icon:has(.lvl-plan-logo),
.access-plan-icon:has(.lvl-plan-logo){
  overflow:visible;
}
@media(max-width:600px){
  .lvl-plan-logo{width:54px;height:54px}
  .lvl-plan-logo.premium{width:56px;height:56px}
}
