.d_artistRelated_title {
	color: #111;
	margin: 45px 0 25px 0;
	font-size: 24px;
	line-height: 32px;
	font-weight: 800;
}

.d_artistRelated_item {
	background: #fff;
	margin-bottom: 20px;
	box-shadow: 0 3px 5px 0 rgb(0 1 1 / 10%);
}

.d_artistRelated_link {
	text-decoration: none;
	color: #5e5e5e;
	line-height: 1.375;
}

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

.d_artistRelated_box {
	padding: 20px;
}

.d_artistRelated_categories {
	margin-bottom: 8px;
}

.d_artistRelated_categories a {
	background: #fff;
	border: 1px solid black;
	color: black;
	margin-bottom: 5px;
	display: inline-block;
	height: auto;
	line-height: 10px;
	padding: 7px 11px 6px;
	vertical-align: top;
	transition: all .2s ease-in-out;
	font-size: 10px;
	border-radius: 20px;
	margin-right: 5px;
	pointer-events: auto;
	text-transform: uppercase;
	text-decoration: none;
}

.d_artistRelated_categories a:hover {
	background: black;
	color: white;
	border-color: transparent;
}

.d_artistRelated_subtitle {
	font-size: 26px;
	line-height: 34px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin: 0 0 8px;
	font-weight: 800;
	color: #111;
}

.d_artistRelated_authors {
	display: flex;
	margin-bottom: 10px;
}

.d_artistRelated_avatars {
	display: flex;
	margin-right: 9px;
}

.d_artistRelated_avatar {
	border-radius: 50%;
	margin-left: -18px;
	width: 30px;
	height: 30px;
	align-self: center;
}

.d_artistRelated_avatars .d_artistRelated_avatar:nth-child(1) {
	margin-left: initial;
}

.d_artistRelated_authorText {
	height: 40px;
	align-self: center;
	overflow-y: visible;
	color: rgba(255,255,255,.8);
	font-size: 13px;
	line-height: 1.2;
	display: table;
}

.d_artistRelated_authorInner {
	color: #929292;
	display: table-cell;
	vertical-align: middle;
	line-height: 20px;
	font-style: oblique;
}

.d_artistRelated_authorInner a {
	color: #5e5e5e;
	text-decoration: none;
}

.d_artistRelated_authorInner a:hover {
	color: black;
}

.d_artistRelated_price {
	font-family: 'Roboto', sans-serif;
	text-align: right;
	font-weight: 600;
	color: #568c47;
	margin-top: 10px;
	font-size: 22px;
	letter-spacing: 1px;
}

.d_artistRelated_priceOld {
	text-decoration: line-through;
	font-weight: 400;
	color: #6e6a6a;
	font-size: 16px;
	letter-spacing: 0.5px;
}

.d_artistRelated_content p {
	font-size: 16px;
	margin: 0;
}

@media (min-width: 600px) {
	.d_artistRelated_link {
		display: flex;
	}

	.d_artistRelated_thumbnail {
		width: 50%;
		position: relative;
	}

	.d_artistRelated_thumbnail img {
		height: 100%;
		position: absolute;
	}

	.d_artistRelated_box {
		width: 50%;
		padding: 30px 30px 20px 30px;
	}
}

@media (min-width: 1200px) {
	.d_artistRelated_item {
		margin-bottom: 30px;
	}

	.d_artistRelated_title {
		margin-top: 70px;
		font-size: 26px;
		line-height: 34px;
	}
}