.cx_artist_about .artist-info-box-wrapper {
	border-radius: 12px;
	border:1px solid var(--grey-47);
	max-width: 320px;
	justify-self: end;
	box-shadow: 0px 1px 2px 0px #0A0D120D;
	width: 100%;
}

.cx_artist_about .artist-info-box-wrapper .location-detail img {
	width: 20px;
	max-width: 20px;
	height: 20px;
	border-radius: 50%;
	object-fit: cover;
	object-position: center;
}

.cx_artist_about .artist-link-wrapper {
	border: 1px solid var(--grey-48);
	border-radius: 8px;
}

.cx_artist_about .artist-link-wrapper .artist-link {padding: 8px 12px;}

.cx_artist_about .artist-link-wrapper .artist-link ~ .cx_btn { 
	border-left: 1px solid var(--grey-48);
	border-radius: 0;
}

.cx_artist_about .statement-wrapper {
	padding-bottom: 21px;
	border-bottom: 1px solid var(--grey-47);
}

.cx_artist_about :is(.overview-wrapper,.statement-detail) * {
	font-family: inter;
}

@media (min-width: 951px) {

	.cx_artist_about .detail-wrapper {padding-right: 16px;}

	.cx_artist_about .w-justify-end {justify-content: end;}

}