.related-content {
	margin-top: 2rem;
}

.related-section + .related-section {
	margin-top: 2rem;
}

.related-title {
	margin: 0 0 1rem;
	padding-left: .75rem;
	border-left: 4px solid;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.4;
}

.related-title a {
	color: #bf1f2b;
	text-decoration: none;
	transition: color .2s ease;
}

.related-title a:hover {
	color: #000;
}

/* Album */

.related-album .related-title {
	color: #1D4ED8;
	border-color: #1D4ED8;
}

/* Artist */

.related-artist .related-title {
	color: #059669;
	border-color: #059669;
}

/* People Also Searched */

.related-searches .related-title {
	color: #7C3AED;
	border-color: #7C3AED;
}

/* List */

.related-list {
	margin: 0;
	padding-left: 1.25rem;
}

.related-list li + li {
	margin-top: .5rem;
}

/* View All Button */

.view-all-artist {
	display: inline-block;
	margin-top: .75rem;
	padding: .55rem 1rem;
	background: #198754;
	color: #fff;
	border-radius: 4px;
	font-size: .875rem;
	font-weight: 600;
	text-decoration: none;
	transition: background-color .2s ease;
}

.view-all-artist:hover {
	background: #157347;
	color: #fff;
}