.song-result{border-radius:10px;justify-content:space-between;align-items:center;width:100%;max-width:calc(100vw - 40px);display:flex}.song-result+.song-result{margin-top:30px}.song-result:first-child{margin-top:10px}.song-result:last-child{margin-bottom:20px}.song-result .info{flex:1;padding-right:30px}.song-result .info .artist{margin-top:2px}.song-result .info .track{font-weight:800}.song-result .controls{align-items:center;display:flex}.song-result button.play,.song-result button.pause{background:linear-gradient(#12112380 -10%,#ffffff1a 110%);border:1.5px solid #ffffff26;border-radius:40px;justify-content:center;align-items:center;width:40px;height:40px;margin-left:20px;padding:0;font-size:16px;display:flex}.song-result button.pause{font-size:20px}

