.ctp-related-artists{

	margin:80px 0;

}

.ctp-related-grid{

	display:grid;

	grid-template-columns:repeat(auto-fill,minmax(150px,1fr));

	gap:45px 0;

}

.ctp-related-item{

	text-align:center;

	text-decoration:none;

	color:#fff;

	transition:.25s;

}

.ctp-related-item:hover{

	transform:translateY(-6px);

	color:#fff;

}

.ctp-related-avatar{

	width:140px;

	height:140px;

	margin:0 auto 10px;

	border-radius:50%;

	overflow:hidden;

	background:#1b1b1b;

	border:3px solid rgba(255,255,255,.08);

	transition:.25s;

}

.ctp-related-item:hover .ctp-related-avatar {
    border-color: #ff4d4d;
    box-shadow: 0 0 30px rgb(255 77 77 / 35%);
}

.ctp-related-avatar img{

	width:100%;

	height:100%;

	object-fit:cover;

	display:block;

}

.ctp-related-item h3{

        font-size: 14px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;

}

.ctp-related-item span{

display: block;
    font-size: 10px;
    color: #7f8ca5;
    text-transform: uppercase;

}

.ctp-artist-activity{

	margin:20px 0 0;

}

.ctp-activity-grid{

	display:grid;

	grid-template-columns:1fr 1fr;

	gap:50px;

}

.ctp-activity-grid h3{
font-size: 12px;
    color: #7b8498;
    margin-bottom: 25px;
    font-weight: 400;

}

.ctp-place-row{

	display:grid;

	grid-template-columns:140px 1fr 30px;

	align-items:center;

	gap:15px;

	margin-bottom:18px;

}

.ctp-place-bar{

	height:10px;

	background:#222b3d;

	border-radius:20px;

	overflow:hidden;

}

.ctp-place-fill{

	height:100%;

	background:red;

	border-radius:20px;

}

.ctp-months{

	display:flex;

	flex-wrap:wrap;

	gap:12px;

}

.ctp-months span {
    padding: 4px 12px;
    border-radius: 8px;
    background: hsl(0deg 0% 100% / 10%);
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.ctp-tour-status{

	display:inline-flex;

	align-items:center;

	gap:8px;

	padding:8px 16px;

	background:rgba(34,197,94,.12);

	border:1px solid rgba(34,197,94,.25);

	border-radius:100px;

	color:#22c55e;

	font-size:13px;

	font-weight:700;

}

.ctp-tour-status svg{

	width:16px;

	height:16px;

	flex-shrink:0;

}
.ctp-social {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    transition: .25s;
}

.ctp-social-list a svg {
    width: 16px;
    margin-right: 5px;
}

.ctp-social-list {
    margin: 10px 0 0 !important;
}

.ctp-social {
width: auto !important;
    height: auto !important;
    font-size: 12px !important;
    border-radius: 100px !important;
    padding: 0 8px;
    font-weight: 600 !important;
    background: transparent !important;
}

.ctp-social {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.ctp-social:hover{
	transform:translateY(-3px);
	color:#fff;
}

.ctp-social.instagram{background:#E1306C;}
.ctp-social.instagram:hover{color:#E1306C;}

.ctp-social.facebook{background:#1877F2;}
.ctp-social.facebook:hover{color:#1877F2;}

.ctp-social.youtube{background:#FF0000;}
.ctp-social.youtube:hover{color:#FF0000;}

.ctp-social.spotify{background:#1DB954;}
.ctp-social.spotify:hover{color:#1DB954;}

.ctp-social.applemusic{background:#FA243C;}
.ctp-social.applemusic:hover{color:#FA243C;}

.ctp-social.tiktok{background:#111;}
.ctp-social.tiktok:hover{color:#111;}

.ctp-social.x{background:#000;}
.ctp-social.x:hover{background:#000;}
.ctp-artist-header .container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 25px;
}

.ctp-artist-avatar {
    width: 250px;
    height: 250px;
    border-radius: 100%;
    overflow: hidden;
    border: 3px solid 
color-mix(in oklab, lab(61 79.75 49.28) 20%, transparent);
}

.ctp-artist-avatar img {
    width: 100%;
    object-fit: cover;
}

.ctp-artist-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
}

.ctp-artist-info h1 {
    font-size: 3rem !important;
    font-weight: 700;
    letter-spacing: -.025em;
	margin-bottom: 0;
}
.ctp-artist-genres span {
    background-color: 
color-mix(in oklab, lab(54 87.06 72.83) 20%, transparent);
    border: 1px solid 
color-mix(in oklab, lab(61 79.75 49.28) 20%, transparent);
    border-radius: 100px;
    color: lab(69 60.37 28.67);
    padding: .20rem .8rem;
}
.ctp-artist-stats{
	margin:5px 0 0;
}

.ctp-stats-grid {
    display: flex;
    gap: 20px;
}

.ctp-stats-grid .flex {
    display: flex;
    gap: 15px;
}

.ctp-stat-card{
    display: flex;
    align-items: end;
    gap: 5px;
    font-size: 14px;
}

.ctp-stat-number {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}

.ctp-stat-label{
	display:block;
	font-size:14px;
	color:#777;
}
.ctp-artist-events{

	margin:50px 0;

}

.ctp-events-grid{

	display:grid;

	grid-template-columns:repeat(auto-fill,minmax(320px,1fr));

	gap:25px;

}

.section-head{

	margin-bottom:20px;

}

.section-head h2{

font-size: 32px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;

}
.ctp-artist-biography{

	margin:60px 0;

}

.ctp-biography-content{

    background: #181818;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
    line-height: 1.9;
    font-size: 16px;
    border: 1px solid hwb(0deg 100% 0% / 10%);

}

.ctp-biography-content p:last-child{

	margin-bottom:0;

}
.ctp-social-list{

	display:flex;

	gap:15px;

	flex-wrap:wrap;

	margin:30px 0;

}

.ctp-social{

	width:48px;

	height:48px;

	border-radius:50%;

	display:flex;

	align-items:center;

	justify-content:center;

	color:#fff;

	font-size:20px;

	text-decoration:none;

	transition:.25s;

}

.ctp-social:hover{

	transform:translateY(-3px);

	color:#fff;

}

@media (max-width: 748px) {


	.ctp-related-item h3{
		font-size:13px;
	}

	.ctp-related-item span{
		font-size:10px;
	}

.ctp-artist-header .container {
    margin-top: 10px;
}

.ctp-artist-avatar {
    width: 200px;
    height: 200px;
    flex: 0 0 200px;
}

.ctp-artist-header .container {
    flex-direction: column;
    align-items: center;
}

.ctp-artist-info {
    align-items: center;
}

.ctp-artist-info h1 {
    font-size: 2rem !important;
    margin-top: 0 !important;
}

.ctp-artist-stats {
    margin: 0;
}

.ctp-stats-grid {
    flex-direction: column;
    align-items: center;
}

.ctp-tour-status {
    width: 100%;
    justify-content: center;
}

.ctp-social-list {
    justify-content: center;
}

.ctp-artist-biography {
    margin: 0;
}

.ctp-artist-events {
    padding-top: 0 !important;
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.ctp-related-artists {
    margin-top: 0;
    margin-bottom: 30px;
}

.section-head h2 {
    font-size: 25px;
}

.ctp-activity-grid {
    grid-template-columns: 1fr;
    gap: 0px;
}

.section-head {
    margin-bottom: 10px;
}

.ctp-related-grid {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
    grid-auto-columns: minmax(90px, 1fr);
    gap: 10px;
    overflow-x: auto;
    scrollbar-width: none;
}

section.ctp-top-artists .container {
    padding: 0 10px;
    margin-left: -10px;
    margin-right: -10px;
}

.ctp-related-avatar {
    width: 90px;
    height: 90px;
}

}