.ac-artsyapi-bc-vr-entry {
    display: flex;
    gap: 10px;
    align-items: center;
    position: relative;
    margin-top: 20px;
}
.ac-artsyapi-bc-vr-entry:hover {
    box-shadow: rgba(0,0,0,0.1) 0px 4px 7px 4px;
}
.ac-artsyapi-bc-vr-entry .apic {
    width: 60%;
    flex-shrink: 0;
}
.ac-artsyapi-bc-vr-entry .time {
    display: flex;
    align-items: center;
    gap: 10px;
}
.ac-artsyapi-bc-vr-entry .time .livebtn,
.ac-artsyapi-bc-vr-entry .time .upcomingbtn,
.ac-artsyapi-bc-vr-entry .time .endedbtn {
    background-color: #2D5BFF;
    padding: 5px 15px;
    overflow: hidden;
    border-radius: 20px;
    display: inline-block;
    color: white;
    font-size: 14px;
}
.ac-artsyapi-bc-vr-entry .time .upcomingbtn {
    background-color: #000000;
}
.ac-artsyapi-bc-vr-entry .time .endedbtn {
    background-color: #f4f5f6;
    color: #bdc2c9;
}
.ac-artsyapi-bc-vr-entry .pic {
    height: 420px;
    background: no-repeat center center;
    background-size: cover;
}
.ac-artsyapi-bc-vr-entry .featured {
    margin-bottom: 20px;
    color: #2D5BFF;
    font-size: 14px;
    font-weight: bold;
}
.ac-artsyapi-bc-vr-entry .title {
    margin-top: 10px;
    font-size: 24px;
}
.ac-artsyapi-bc-vr-entry .author span {
    font-size: 20px;
    display: none;
}
.ac-artsyapi-bc-vr-entry .author a {
    font-size: 24px;
    display: none;
}
.ac-artsyapi-bc-vr-entry .starring {
    margin-top: 30px;
    font-size: 16px;
    line-height: 24px;
}
.ac-artsyapi-bc-vr-entry .starring .gray {
    font-weight: bold;
    font-size: 11px;
}
.ac-artsyapi-bc-vr-entry .viewnow {
    margin-top: 30px;
}

.bx-media-phone .ac-artsyapi-bc-vr-entry .apic {
    width: unset;
}
.bx-media-phone .ac-artsyapi-bc-vr-entry {
    align-items: flex-start;
    gap: 10px;
}
.bx-media-phone .ac-artsyapi-bc-vr-entry .pic {
    width: 180px;
    height: 200px;
}
.bx-media-phone .ac-artsyapi-bc-vr-entry .featured {
    margin-bottom: 5px;
    font-size: 14px;
}
.bx-media-phone .ac-artsyapi-bc-vr-entry .title {
    font-size: 18px;
    font-weight: bold;
}
.bx-media-phone .ac-artsyapi-bc-vr-entry .author span {
    font-size: 12px;
}
.bx-media-phone .ac-artsyapi-bc-vr-entry .author a {
    font-size: 14px;
}
.bx-media-phone .ac-artsyapi-bc-vr-entry .artworks {
    font-size: 10px;
}
.bx-media-phone .ac-artsyapi-bc-vr-entry .starring {
    margin-top: 10px;
    font-size: 18px;
    line-height: 22px;
}
.bx-media-phone .ac-artsyapi-bc-vr-entry .viewnow {
    margin-top: 20px;
}
.bx-media-phone .ac-artsyapi-vr-entry {
    width: 100%;
    gap: 10px;
}
.bx-media-phone .ac-artsyapi-vr-entry .pic {
    height: 100px;
    width: 120px;
}
.bx-media-phone .ac-artsyapi-vr-entry .title {
    font-size: 14px;
}
.bx-media-phone .ac-artsyapi-vr-entry .small {
    font-size: 9px;
}
.bx-media-phone .ac-artsyapi-bc-vr-entry .time .livebtn {
    padding: 2px 10px;
    font-size: 12px;
}