/* DECO 产品徽章样式 */

.deco-badge-auto-wrapper {
  position: absolute;
  z-index: 100;
  pointer-events: none;
}

.deco-badge-auto {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 10;
  pointer-events: auto;
  transition: all 0.3s ease;
}

.deco-badge-auto-text {
  text-align: center;
  line-height: 1.2;
  white-space: nowrap;
}
