.component-track-list{display:grid;grid-gap:1.6rem;font-size:1.4rem}.component-track-row{display:grid;grid-template-columns:4.8rem 1fr 1.6rem;grid-gap:.2rem 1.6rem;grid-template-areas:"image title actions" "image artist actions";align-items:center}.component-track-row img{height:4.8rem;width:4.8rem;border-radius:.6rem;display:block}.component-track-row .component-card{grid-area:image}.component-track-row .title{grid-area:title}.component-track-row .artist{grid-area:artist;vertical-align:bottom}.component-track-row .artist,.component-track-row .title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-decoration:none}.component-track-row .actions{grid-area:actions}@media only screen and (min-width:1060px){.component-track-row{grid-template-columns:4.8rem 1fr 1fr -webkit-min-content;grid-template-columns:4.8rem 1fr 1fr min-content;grid-template-areas:"image title artist actions"}}