.artist-page .artist-image {
    transform: translateY(-15px);
}
.artist-page .artist-image img {
    width: 100%;
}
.artist-page .artist-image .artist-name {
    font-weight: 800;
    font-size: 100px;
    position: absolute;
    right: 0;
    top: 45%;
    color: #FFFFFF;
    margin-right: 30px;
}
.artist-page .main-container h1 {
    font-weight: 500;
    margin-left: 6px;
    margin-bottom: 16px;
}
.artist-page .main-container > div:first-of-type {
    width: 80%;
    max-width: 80%;
}
.artist-page .main-container .description > span:first-of-type {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
}
.artist-page .main-container .description > span:last-of-type {
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    padding-left: 1px;
    padding-top: 8px;
    display: block;
}
.artist-page .artist-activities {
    margin-bottom: 40px;
    padding-inline: 0 10px;
    margin-inline: 6px;
}
.artist-page .activity-row {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
    cursor: pointer;
    transition: all 0.2s ease;
    gap: 15px;
    border-radius: 20px;
}
.artist-page .activity-row:hover {
    background-color: #afafaf20;
    text-decoration: none;
}
.artist-page .activity-row:hover .activity-name{
    color: #d44312;
}
.artist-page .activity-row:last-child {
    border-bottom: none;
}
.artist-page .activity-category {
    flex: 0 0 18%;
    padding-top: 8px;
    padding-inline: 20px 8px;
}
.artist-page .category-badge {
    display: inline-block;
    color: #666;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.artist-page .activity-date {
    flex: 0 0 200px;
}
.artist-page .date-block {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 6%;
}
.artist-page .date-day {
    font-size: 32px;
    font-weight: 700;
    color: #dd4312;
    min-width: 45px;
    text-align: center;
    line-height: 1;
}
.artist-page .date-details {
    display: flex;
    flex-direction: column;
}
.artist-page .date-weekday {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 1.2;
}
.artist-page .date-weekday-mobile {
    display: none;
}
.artist-page .date-month {
    font-size: 16px;
    color: #666;
    line-height: 1.2;
}
.artist-page .activity-info {
    flex: 1;
    min-width: 0;
}
.artist-page .activity-name {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
    margin-top: 10px;
    word-break: break-word;
}
.artist-page .activity-address {
    font-size: 16px;
    color: #666;
    display: flex;
    align-items: center;
    gap: 8px;
}
.artist-page .activity-location {
    transform: translateY(4px);
    color: #666666;
}
.artist-page .activity-place {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-top: 10px;
    word-break: break-word;
}