.celebrityNights {
display: flex;
flex-direction: column;
gap: 0.5rem;
text-align: center;
cursor: default;
padding: 1rem;
position: relative;
background: #17181F;
overflow: hidden;
}
.celebrityNights::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(#4150d0, #c850c0);
}
.celebrityNights {
display: flex;
flex-direction: column;
gap: 0.5rem;
text-align: center;
cursor: default;
padding: 1rem;
position: relative;
background: #17181F;
overflow: hidden;
}
.celebrityNights::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(#4150d0, #c850c0);
}