.menu-link-card,
.main-link-card,
.portal-card,
.card-link {
  position: relative;
}

.bkt-new-badge {
  position: absolute;
  top: 10px;
  right: 12px;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  background: #c80000;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  box-shadow: 0 0 8px rgba(255,0,0,.55);
  z-index: 20;
  display: none;
  pointer-events: none;
}
