.live-poster{background:#fff;border:1.5px solid #ff3b3b;border-radius:10px;justify-content:center;align-items:center;width:80px;height:80px;display:flex;position:relative}.live-poster-indicator{width:40px;height:40px;position:relative}.live-poster-dot{z-index:2;background:red;border-radius:50%;width:20px;height:20px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.live-poster-pulse{z-index:1;background:red;border-radius:50%;width:20px;height:20px;animation:2s ease-out infinite livePosterPulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes livePosterPulse{0%{opacity:.8;transform:translate(-50%,-50%)scale(1)}50%{opacity:.3;transform:translate(-50%,-50%)scale(2.5)}to{opacity:0;transform:translate(-50%,-50%)scale(3.5)}}
.albumCardSmall{justify-content:space-between;align-items:center;gap:10px;display:flex}.albumCardSmall img{object-fit:cover;border-radius:10px;width:80px;height:80px}.smallCardLeftSection{justify-content:start;align-items:center;gap:10px;display:flex}.cardinfoSection{flex-direction:column;justify-content:center;align-items:start;gap:5px;display:flex}.cardinfoSection h3{letter-spacing:-4%;text-transform:capitalize;color:#fff;max-width:50vw;font-size:18px;font-weight:400;line-height:100%}.cardinfoSection p{letter-spacing:-4%;text-transform:capitalize;color:#fff;opacity:.4;font-size:14px;font-weight:200;line-height:100%}.cardinfoSection a{color:#fff}.cardRightSection{background-color:#ffffff1d;border-radius:1000px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.musicIconContainer{background-color:#ffffff1a;border-radius:10px;justify-content:center;align-items:center;width:80px;height:80px;display:flex}
