.userBanner.bannerPromoOwner {
background: linear-gradient(90deg, #3b82f6, #8b5cf6, #3b82f6);
color: white;
font-weight: bold;
border-radius: 8px;
padding: 2px 8px;
box-shadow: 0 0 12px rgba(139, 92, 246, 0.8);
animation: glow 2s infinite linear;
}
@keyframes glow {
0% {...