/* Arena Teney — Experience r01m current-level marker separation
 * Presentation-only follow-up after accepted r01l.
 * Keeps the level number badge clean and places "ВЫ ЗДЕСЬ" as its own
 * compact marker below it. No table/data/geometry/navigation changes.
 */

#screen-experience .exp-table tr.current .exp-level-badge::after,
#screen-experience .exp-table tr.current.milestone .exp-level-badge::after {
  content: none !important;
  display: none !important;
}

#screen-experience .exp-table tr.current td:first-child::after,
#screen-experience .exp-table tr.current.milestone td:first-child::after {
  content: "ВЫ ЗДЕСЬ";
  display: block;
  width: max-content;
  margin: 5px auto 0;
  padding: 2px 7px;
  border: 1px solid rgba(198, 225, 185, .42);
  border-radius: 999px;
  background: rgba(38, 57, 34, .82);
  color: #b9d6ad;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 6px;
  font-weight: 850;
  line-height: 1.1;
  letter-spacing: .09em;
  white-space: nowrap;
}
