/** OOB styles for tablets */

.about {
  font-size: 16px;
  letter-spacing: 0.25px;
}

.playlist-image {
  width: 96px;
  height: 96px;
}

oob-playlist {
  .banner {
    .name-sub {
      .name-spotify {
        .name {
          font-size: 22px;
          line-height: 26px;
        }
      }
      .sub {
        font-size: 30px;
        line-height: 30px;
      }
    }
    .count-from {
      .count {
        font-size: 26px;
        line-height: 32px;
      }
      .starts {
        font-size: 13px;
        line-height: 13px;
      }
    }
  }
}

oob-song {
  .summary {
    .number {
      min-width: 34px;
    }
    .song-image {
      width: 48px;
      height: 48px;
    }
  }
}

.other-playlists {
  .lineup {
    .other-playlist {
      width: 160px;

      .obsessions {
        font-size: 16px;
        line-height: 20px;
      }
      .name {
        font-size: 20px;
        line-height: 20px;
      }
    }
  }
}