/**
 * Single Lyrics Header
 */

.lyrics-header {
	margin: 15px 0 30px;
	padding: 16px 20px;
	border-radius: 6px;
	box-shadow: 1px 1px 13px 0 rgb(232 232 232);
}

.lyrics-header .artist-name,
.lyrics-header .album-name {
	margin: 0;
}

.lyrics-header .artist-name a,
.lyrics-header .album-name a {
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
}

.lyrics-header h1,
.lyrics-header .song-title {
	margin: 20px 0;
	color: #bf1f2b;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
}

.lyrics-header .album-name a {
	color: inherit;
}

/**
 * Lyrics Content
 */

.lyrics-content {
	margin-top: 30px;
}

.lyrics-content__header {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #888;
}

.lyrics-content__title {
	margin: 0;
	font-size: 24px;
	font-weight: 700;
}

.lyrics-content__body {
	margin-top: 20px;
	font-size: 15px;
	line-height: 1.7;
}