.lastfm-panel {
  position: relative;
  width: 300px;
  height: 259px;
  overflow: hidden;
  border-top: 2px solid #f0b900;
}

.lastfm-widget {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 7px 9px 6px;
  overflow: hidden;
  background:
    linear-gradient(45deg, rgba(208, 23, 31, 0.12) 25%, transparent 25%) 0 0 / 12px 12px,
    linear-gradient(-45deg, rgba(240, 185, 0, 0.08) 25%, transparent 25%) 0 0 / 12px 12px,
    rgba(0, 0, 0, 0.92);
  border: 2px solid #d0171f;
  box-shadow: inset 0 0 18px rgba(120, 0, 0, 0.6);
  color: #fff;
  font-family: Tahoma, Arial, sans-serif;
}

.lastfm-heading {
  display: flex;
  height: 24px;
  margin: -7px -9px 6px;
  padding: 4px 8px;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  background: linear-gradient(90deg, #680000, #c5141d 70%, #382600);
  border-bottom: 2px solid #f0b900;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.lastfm-tracks {
  display: grid;
  height: 177px;
  overflow: hidden;
  gap: 2px;
  font-size: 10px;
  line-height: 1.08;
}

.lastfm-track {
  display: grid;
  position: relative;
  min-height: 30px;
  padding: 2px 28px 3px 3px;
  gap: 1px;
  min-width: 0;
  border-bottom: 1px dotted #650008;
}

.lastfm-track::after {
  position: absolute;
  right: 6px;
  top: 7px;
  color: #d0171f;
  content: "♥";
  font-size: 14px;
  text-shadow: 1px 1px #f0b900;
}

.lastfm-track-title,
.lastfm-track-artist {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lastfm-track-title {
  color: #fff;
  font-weight: 700;
}

.lastfm-track-artist {
  color: #ff7278;
  font-size: 9px;
}

.lastfm-now {
  color: #ffd21a;
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
}

.lastfm-error {
  color: #ff9d9d;
  font-size: 10px;
}

.lastfm-profile {
  position: absolute;
  left: 11px;
  bottom: 22px;
  display: block;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  text-decoration: underline;
}

.lastfm-profile:hover {
  color: #ffd21a;
}

.lastfm-hearts {
  position: absolute;
  right: 7px;
  bottom: 2px;
  left: 7px;
  overflow: hidden;
  color: #d0171f;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
  text-shadow: 1px 1px #f0b900;
  white-space: nowrap;
}
