/* V284 — visible Ascended Form cue. Combat bonuses are calculated in the Talent runtime. */
body.talentAscendedV284 #partyStatusSidebar,
body.talentAscendedV284 #sixSkillBar {
  filter: drop-shadow(0 0 7px rgba(255, 210, 82, .48));
}

body.talentAscendedV284 #partyStatusSidebar::after {
  content: "ASCENDED";
  display: block;
  margin-top: 4px;
  color: #ffe189;
  font: 700 11px/1.2 var(--pixel-font, monospace);
  letter-spacing: .18em;
  text-align: center;
  text-shadow: 0 0 8px rgba(255, 191, 48, .75);
}
