.playlistRow{padding:5px;border-bottom:1px solid var(--background-accent);display:grid;grid-template-columns:1fr 1fr 1fr 1fr;max-width:75%}.playlistRow:hover{background-color:var(--background-accent)}.playlistRow img{width:40px;height:40px;border-radius:5px;margin-right:10px}.playlistRow .playlistInfo{display:flex;flex-direction:column}.playlistRow .playlistInfo .playlistName{font-size:14px;font-weight:700}.playlistRow .playlistInfo .playlistDetails{font-size:12px;color:var(--background-accent)}.headerInputs{display:flex;margin-bottom:10px;gap:10px;border:1px solid var(--background-accent)}.trackRow{display:grid;grid-template-columns:400px repeat(5,1fr);max-width:75%}.trackHeader{font-weight:700}.noOverflow{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}