/* Last.fm Recent — front-end styles */

.lfm_currently_playing {
	display: inline-flex;
	align-items: center;
	gap: 0.5em;
	/* top  right  bottom  left — left matches top/bottom to frame the artwork evenly */
	padding: 0.35em 0.7em 0.35em 0.35em;
	border: 1px solid rgba(127, 127, 127, 0.35);
	border-radius: 8px;
	/* Neutral grey tints read on both light and dark backgrounds. */
	background: rgba(127, 127, 127, 0.12);
	line-height: 1.3;
	vertical-align: middle;
	color: inherit;
}

.lfm_currently_playing_art {
	flex: 0 0 auto;
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 4px;
	/* Keeps light-edged artwork from blending into a light background. */
	box-shadow: 0 0 0 1px rgba(127, 127, 127, 0.25);
}

.lfm_currently_playing_track {
	font-weight: 700;
}
