.fcr-badge {
  position: relative;
  width: fit-content;
  height: fit-content;
}

.fcr-badge .fcr-badge-value {
  border-radius: var(--fcr_cornerradius_xs);
  border: 2px solid var(--fcr_web_ui_scene_fill2);
  height: 14px;
  min-width: 18px;
  background: var(--fcr_ui_scene_ramp_red6);
  color: var(--fcr_ui_scene_white10);
  position: absolute;
  top: -5px;
  right: -8px;
  font-size: 10px;
  box-sizing: content-box;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
