lastfm-widget{
/*outline:1px dashed var(--color-gray-light);*/
border-radius: .25rem;
}
lastfm-widget ul li{
text-align: left;
border-bottom: 1px dashed var(--color-gray-light);
margin-bottom: 0.25rem;
padding-bottom: 0.25rem;
/*padding-inline: calc(var(--sidebar-strip-width) * .5);*/
}
lastfm-widget ul li:last-child{
border-bottom: unset;
}
lastfm-widget a.lfm {
font-family: var(--font-mono);
line-height:1;
max-width: max-content;
font-weight: 500;
font-size: var(--body-sm);
}
lastfm-widget a.lfm.artist{
letter-spacing: var(--spacing-loose);
margin-block:0.25em;
font-size: 75%;
}
lastfm-widget h6{
font-family: var(--font-mono);
font-size: 56%;
text-transform: uppercase;
letter-spacing: var(--spacing-loose);
color: var(--color-gray-dark);
width: max-content;
margin: 0;
}
lastfm-widget h6:has(img){
font-weight: bold;
font-size: var(--body-sm);
color: var(--color-heading);
}
lastfm-widget ul li div{
display: flex;
flex-flow: column;
gap:0
}

@media only screen and (max-width:800px){
lastfm-widget h5, lastfm-widget h4 {
margin: 2.5rem 0 1rem 0;
display:block;
text-align: center
}
lastfm-widget li {
line-height: 2;
text-align: center;
}
lastfm-widget h5, lastfm-widget h4 {
display: block;
margin: 0 auto;
}
}

/*lastfm-widget li:first-child h6 {
background: #e5ff34;
border-radius: 0.3rem;
padding: 0.3rem 1.6rem;
display: flex;
gap:0.45rem;
align-items: baseline;
margin-bottom: 0.5rem;
}*/

/*img.album{
width:100%;
border-radius:0.25rem;
margin:-2rem;
-webkit-box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.25);
box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.25);
}
.album-row{
text-align: left;
padding:2.5rem 0;
border-bottom:1px dashed;
margin: 0;
}

.album-row:last-child{
border-bottom:0;
padding:2.5rem 0;
}*/