.lastfm {
position: absolute;
bottom: 7.8vw;
left: 0.7vw;
width: 20.5vw;
background: rgba(74, 58, 87, 0.75);
padding: 1vw;
border-radius: 0.5vw;
display: flex;
align-items: center;
gap: 1vw;
color: white;
box-shadow: 0 0 1vw rgba(0,0,0,0.4);
}


.lastfm .contenttext {
  font-family: 'KindlyRewind', sans-serif;
  font-size: 0.2vw;
  line-height: 1.3;
  margin: 0.3vw 0;
}

.lfm-cover {
  width: 7vw;
  height: 7vw;
  object-fit: cover;
  border-radius: 0.4vw;
  box-shadow: 0 0 0.5vw rgba(0,0,0,0.5);
}

.lfm-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lfm-track {
  font-family: 'KindlyRewind', sans-serif;
  font-size: 1.2vw;
  margin-bottom: 0.3vw;
}

.lfm-meta-small {
  font-family: 'dogica', sans-serif;
  font-size: 0.6vw;
  opacity: 0.8;
}
