/* UI125: stable Premium star alignment across browsers and mobile WebViews. */
body.dash-body .owner-top-copy .ds-top-sub,
body.dash-body .owner-premium-pill,
#panel-ow-profile .ds-role-badge {
  align-items: center !important;
}

body.dash-body .owner-top-copy .ds-top-sub {
  display: inline-flex !important;
  gap: 5px !important;
}

body.dash-body .owner-top-copy .ds-top-sub > i.fa-star,
body.dash-body .owner-premium-pill > i.fa-star,
#panel-ow-profile .ds-role-badge > i.fa-star {
  position: relative !important;
  display: inline-grid !important;
  width: 11px !important;
  height: 11px !important;
  min-width: 11px !important;
  flex: 0 0 11px !important;
  place-items: center !important;
  margin: 0 !important;
  color: #f59e0b !important;
  font-size: 0 !important;
  line-height: 1 !important;
  vertical-align: middle !important;
  transform: none !important;
}

body.dash-body .owner-top-copy .ds-top-sub > i.fa-star::before,
body.dash-body .owner-premium-pill > i.fa-star::before,
#panel-ow-profile .ds-role-badge > i.fa-star::before {
  display: block !important;
  width: 11px !important;
  height: 11px !important;
  content: "" !important;
  background: currentColor !important;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 94%, 50% 72%, 21% 94%, 32% 57%, 2% 35%, 39% 35%) !important;
  transform: none !important;
}

@media (max-width: 760px) {
  body.dash-body .ow-mobile-profile-btn {
    position: relative !important;
    overflow: visible !important;
  }

  body.dash-body .ow-mobile-premium-star {
    right: 0 !important;
    bottom: 0 !important;
    display: grid !important;
    width: 17px !important;
    height: 17px !important;
    padding: 0 !important;
    place-items: center !important;
    line-height: 1 !important;
    transform: none !important;
  }

  body.dash-body .ow-mobile-premium-star > i.fa-star {
    position: relative !important;
    display: grid !important;
    width: 8px !important;
    height: 8px !important;
    place-items: center !important;
    margin: 0 !important;
    color: #fff !important;
    font-size: 0 !important;
    line-height: 1 !important;
    transform: none !important;
  }

  body.dash-body .ow-mobile-premium-star > i.fa-star::before {
    display: block !important;
    width: 8px !important;
    height: 8px !important;
    content: "" !important;
    background: currentColor !important;
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 94%, 50% 72%, 21% 94%, 32% 57%, 2% 35%, 39% 35%) !important;
    transform: none !important;
  }
}
