/* Typed Discovery only: center copy beneath square artwork for Albums, Songs, and Playlists. */
.discover-modern.is-typed .discovery-card:not(.is-round) .discovery-card-copy{
    align-items:center;
    text-align:center;
}
.discover-modern.is-typed .discovery-card:not(.is-round) .discovery-card-copy strong,
.discover-modern.is-typed .discovery-card:not(.is-round) .discovery-card-copy small,
.discover-modern.is-typed .discovery-card:not(.is-round) .discovery-card-copy em{
    width:100%;
    max-width:100%;
}
