:root{
  --main-theme-color: #009dff;
  --main-theme-color2: #009dff30;
  --spotify-color: #1ed760;
  --spotify-color2: #1ed76030;

}


.spotify {
  display: block;
  list-style-type: disc;
  border: var(--spotify-color) solid 2px;
  border-radius: 10px;
} 

.spotify:hover {
  box-shadow: var(--spotify-color) 0px 0px 10px;

}

.spotify div:hover {
  box-shadow: var(--spotify-color) 0px 0px 10px;
  transition: box-shadow 0.5s ease;
}

.spotify div {
  border-radius: 10px;
  box-shadow: none;

}

.spotify span {
  font-weight: 200;
  font-size: 16px;
}

.spotify a {
  color: var(--spotify-color);
}

.spotify span audio {
  background-color: transparent;
}

.spotify h4 {
  margin: 10px;
  text-align: left;
}

.spotify .data-provider {
  text-align: right;
  margin-top: 10px;
  margin-right: 15px;
}

.spotify div .now_playing {
  border: none;
  box-shadow: none;
}

.spotify div .now_playing:hover {
  box-shadow: none;
}

.spotify .now_playing {
  display: flex;
  min-height: 150px;
  align-items: center;
  margin-bottom: 15px;
  border: none;
  box-shadow: none;
  transition: 
    all 0.5s ease,
    opacity 0.5s ease-out;
}

.spotify .now_playing:hover {
  box-shadow: none;

}

.spotify .now_playing img {
  width: 150px;
  height: 150px;
  border-radius: 10px;
}

.spotify .now_playing .album-cover {
  box-shadow: #151515 0px 0px 10px;
}


.spotify .now_playing li {
  list-style: none;
  width: 100%;
  
}

.spotify .now_playing li p {
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.spotify .now_playing p {
  font-family: 'Noto Sans', sans-serif; 
}

.spotify .now_playing .track-info {
  left: -10px; 
  min-height: 125px; 
  position: relative; 
  box-shadow: none; 
  display: flex; 
  flex-direction: column; 
  align-items: center; 
  justify-content: center; 
  gap: 2px; 
  padding-left: 15%; 
  padding-right: 15%; 
  width: max-content;

  text-shadow:
        1px 0 #555,
        0 1px #555,
        -1px 0 #555,
        0 -1px #555;
}


.spotify .stats-weekly {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 5px;
  margin-top: 15px;

}

.spotify .stats-weekly img {
  width: 60px;
  height: 60px;
}

.spotify .stats-weekly a {
  text-align: right;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  justify-content: right;
  text-align: right;
  margin-right: 15px;
  margin-left: auto;
}

.spotify .stats-weekly p {
  width: 100%;
}

.spotify .stats-weekly .spotify-link-icon {
  width: 20px;
  height: 20px;
  
}

.spotify .now_playing a {
  height: 30px;
  width: 30px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}

.spotify .now_playing .spotify-link-icon {
  width: 100%;
  height: 100%;
}



.spotify .top_tracks {
  margin-top: 15px;
  padding-bottom: 5px;
}

.spotify .top_tracks div {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 5px;
  margin-bottom: 0;
  border: var(--spotify-color2) solid 1px;
  transition:
    box-shadow 0.5s ease,
    opacity 0.5s ease-out;
}

.spotify .top_tracks div .track-info {
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  margin-top: 0;  
  margin-bottom: 0;
}

.spotify .top_tracks div img {
  border-radius: 10px;
  margin-right: 0;
}

.spotify .top_tracks div li {
  list-style: none;
  margin-left: 0;
}

.spotify .top_tracks div .track-stats {
  font-size:12px;
  color:darkgrey;
  font-weight:400;
  margin:0;
  text-align:left
}

.spotify .top_artists {
  margin-top: 15px;
  padding-bottom: 5px;
}

.spotify .top_artists div {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 5px;
  margin-bottom: 0;
  border: var(--spotify-color2) solid 1px;
  transition:
    box-shadow 0.5s ease,
    opacity 0.5s ease-out;
}

.spotify .top_artists div .artist-info {
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  margin-top: 0;  
  margin-bottom: 0;
}

.spotify .top_artists div img {
  border-radius: 10px;
  margin-right: 0;
}

.spotify .top_artists div li {
  list-style: none;
  margin-left: 0;
}

.spotify .top_artists div .artist-stats {
  font-size:12px;
  color:darkgrey;
  font-weight:400;
  margin:0;
  text-align:left
}

.spotify .stats-summary .data_box {
    border: none;
    display: grid;
    list-style-type: none;
    grid-template-columns: repeat(5, 1fr);
  }

.spotify .stats-summary h4 {
  padding-top: 15px;
}

.spotify .stats-summary .data_box li {
  border: var(--spotify-color2) solid 1px;
  border-radius: 10px;
  margin: 5px;
}

.spotify .stats-summary .data_box:hover {
  box-shadow: none;
}
.spotify .stats-summary .data_box li:hover {
  box-shadow: var(--spotify-color) 0px 0px 10px;
  transition: box-shadow 0.5s ease;
}
.spotify .stats-summary .data_box li {
  box-shadow: none;
  transition: box-shadow 1s ease;

}
.spotify .stats-summary .data_box li h3 {
  margin: 5px;
  margin-bottom: 0;
  margin-top: 15px;
}
.spotify .stats-summary .data_box li p {
  margin-top: 5px;
  margin-bottom: 15px;
  color: darkgrey;
  font-weight: 300;
  font-size: 14px;
}


@media screen and (max-width: 600px) {

  .spotify .stats-summary .data_box li h3 {
  font-size: 18px;
  }
  .spotify .stats-summary .data_box li p {
  font-size: 12px;
  }

  .spotify .stats-weekly {
    grid-template-columns: repeat(1, 1fr);
  }

  .spotify .top_tracks div .track-info {
    font-size: 16px;
    font-weight: 300;
    margin-top: 0;  
    margin-bottom: 0;
  }

  .spotify .top_tracks div .track-stats {
    font-size: 12px;
    font-weight: 300;
    margin-top: 0;  
    margin-bottom: 0;
  }
  .spotify .top_artists div .artist-info {
    font-size: 16px;
    font-weight: 300;
    margin-top: 0;  
    margin-bottom: 0;
  }
  .spotify .top_artists div .artist-stats {
    font-size: 12px;
    font-weight: 300;
    margin-top: 0;  
    margin-bottom: 0;
  }
  .spotify .now_playing p {
    font-size: 16px;
  }

  .spotify .now_playing a {
    height: 20px;
    width: 20px;
    margin-left: 15px;
    vertical-align: middle;
    position: relative;
    display: inline-flex;

  }

  .spotify .now_playing .spotify-link-icon {
    width: 100%;
    height: 100%;
  }

  .spotify .now_playing li {
    padding-left: 5px;
  }

  .spotify .now_playing .track-info {
  width: 100%;
  padding-left: 5%; 
  padding-right: 5%; 
}

}

@media screen and (max-width: 1400px) {
  .spotify .now_playing li {
    padding-left: 5px;
  }
}
