
/* Shared badge style for "Recently Added" on artwork */
.badge-recently {
  position: absolute;
  left: 50%;
  bottom: 6px;
  transform: translateX(-50%);
  background: #d60000;
  color: #ffffff;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
  pointer-events: none;
  z-index: 10;
  width: 70%;        
  text-align: center;  
  box-sizing: border-box;
}
