[data-widget^=mcp][data-styled="true"][data-widget="mcp-now-playing-cover"] {
  display: flex;
  width: 100%;
  min-height: 100px;
  background-color: #2a80cd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  [data-widget^=mcp][data-styled="true"][data-widget="mcp-now-playing-cover"] .cover img {
    height: 125px; }
  [data-widget^=mcp][data-styled="true"][data-widget="mcp-now-playing-cover"] .nowplaying {
    display: flex;
    flex-direction: row;
    background: #00000075;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    padding: 16px 0px 16px 12px;
    align-items: center;
    justify-content: center;
    border-radius: 3px; }
    [data-widget^=mcp][data-styled="true"][data-widget="mcp-now-playing-cover"] .nowplaying span {
      display: block;
      width: 100%;
      color: #FFF;
      font-weight: bold;
      font-family: sans-serif;
      text-align: center; }

[data-widget^=mcp][data-widget="mcp-recently-played"] ul {
  list-style: none;
  padding: 0; }
  [data-widget^=mcp][data-widget="mcp-recently-played"] ul li {
    display: flex;
    margin-bottom: 15px; }
    [data-widget^=mcp][data-widget="mcp-recently-played"] ul li img {
      width: 45px;
      min-height: 45px;
      height: 45px;
      border-radius: 3px;
      -moz-border-radius: 3px;
      box-shadow: 0 0 1px #00000060; }
    [data-widget^=mcp][data-widget="mcp-recently-played"] ul li div {
      margin-left: 15px;
      line-height: 45px;
      height: 45px;
      overflow: hidden; }

