.music_wrapper
{
	margin: 1.5rem 0;
}

.music_wrapper
{
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	align-items: flex-start;
}

.music_cd_case
{
	width: 17.5rem;
	min-width: 15rem;
	background-color: #222;
	box-shadow: 0.625rem 0.625rem 1.25rem rgba(0, 0, 0, 0.6);
	border: 0.125rem solid #444;
	border-radius: 0.2rem;
	padding: 1rem;
	box-sizing: border-box;
	transform: perspective(300px) rotateX(-3deg) rotateY(2deg) rotateZ(-2deg);
}

.cd_cover
{
	width: 100%;
	aspect-ratio: 1 / 1;
	border: 0.25rem solid #000;
	box-shadow: inset 0 0 0.625rem #000;
	overflow: hidden;
}

.cd_cover img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.cd_info
{
	margin-top: 1rem;
	text-align: center;
}

.song_title
{
	font-weight: bold;
	font-size: 1.1rem;
}

.artist_name
{
	font-size: 1rem;
	color: #ccc;
}

.music_text
{
	flex: 1;
	min-width: 18.7rem;
	line-height: 1.6;
}

.device_list_item
{
	margin: 0;
}

.fav_song_last_update
{
	margin-top: 1rem;
}

/* Special Cases */
.music_text h2
{
	margin-top: 0;
}