figure.exstyle-1 .exstyle-1-image {
  position: relative;
}

figure.exstyle-1 .fc-tag-badge-stack {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 120;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  max-width: 48%;
  pointer-events: none;
}

figure.exstyle-1 .fc-tag-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.92);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.28);
}

figure.exstyle-1.fc-non-special .exwf-shdes {
  display: none !important;
}