.track-card-container{position:absolute;bottom:0;left:0;width:100%}.artist-card,.track-card{position:relative;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:12px;padding:10px 14px;backdrop-filter:blur(10px);z-index:999;width:100%;box-shadow:0 0 1px #4dade1;background:rgba(255,255,255,1)}.artist-card .close,.track-card .close{width:16px;height:16px;display:flex;justify-content:center;align-items:center;background-color:transparent;border:none;cursor:pointer;justify-self:right;padding:0;margin:0}.artist-card .close img,.track-card .close img{margin:0!important;width:14px;height:14px}@media (min-width:768px){.times{top:0;right:0}.artist-card,.track-card,.track-card-container{width:-moz-fit-content;width:fit-content}.artist-card,.track-card{bottom:12px;left:12px;border-radius:6px}}.artist-card .image,.track-card .image{background-position:50%;background-size:cover;width:42px;height:42px;border-radius:100%;background-color:#d8d8d8;border:2px solid white}