.ac-artsyapi-bc-artist-entry {
    display: flex;
    gap: 30px;
    align-items: center;
    border-bottom: 1px solid #E5E7EB;
}
.ac-artsyapi-bc-artist-unit-wrp {
    width: 200px;
    flex-shrink: 0;
}
.ac-artsyapi-bc-artist-unit-info {
    font-size: 14px;
}
.ac-artsyapi-bc-gray {
    color: #6B7280;
}
.ac-artsyapi-bc-artistname {
    font-size: 20px;
    font-weight: bold;
}
.ac-artsyapi-bc-artistname a {
    color: unset;
}
.ac-artsyapi-bc-artistname:hover a {
    text-decoration: underline;
    color: #2D5BFF!important;
}
.ac-artsyapi-bc-follow-btn {
    margin-top: 10px;
    color: #2D5BFF!important;
    border: 1px solid #2D5BFF;
    padding: 5px 10px;
    border-radius: 20px;
    overflow: hidden;
    display: inline-block;
}
.ac-artsyapi-bc-artist-ads {
    display: flex;
    gap: 10px;
}
.ac-artsyapi-bc-artist-ads div {
    margin: 30px 0px;
    height: 200px;
    width: 280px;
    background: no-repeat center center;
    background-size: cover;
}
.ac-artsyapi-bc-artist-ads > a:hover {
    box-shadow: rgba(0,0,0,0.1) 0px 4px 7px 4px;
}
.ac-artsyapi-bc-artist-see-all {
    align-self: flex-start;
}
.ac-artsyapi-bc-artist-see-all a {
    color: #2D5BFF!important;
    white-space: nowrap;
}
.ac-artsyapi-bc-artist-see-all a:hover {
    text-decoration: underline;
}

.bx-media-phone .ac-artsyapi-bc-artist-entry {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
}
.bx-media-phone .ac-artsyapi-bc-artist-unit-wrp {
    display: flex;
    gap: 10px;
    align-items: center;
    order: 1;
    margin-bottom: 20px;
    width: 100%;
    justify-content: space-between;
}
.ac-artsyapi-bc-artist-unit-wrp .ac-artsyapi-bc-artist-see-all {
    margin-top: 6px;
    font-size: 14px;
}
.bx-media-phone .ac-artsyapi-bc-artist-ads div {
    margin-top: 5px;
}
.bx-media-phone .ac-artsyapi-bc-artist-ads {
    max-width: 100%;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.bx-media-phone .ac-artsyapi-bc-artist-ads::-webkit-scrollbar {
    display: none;
}