.ac-artsyapi-bc {
    width: auto!important;
    max-width: 1500px!important;
    margin: auto;
    margin-bottom: 20px;
}
.ac-artsyapi-bc-vr-entry {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.ac-artsyapi-bc-vr-entry .vr-pic {
    padding-bottom: 50%;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    background: no-repeat center center;
    background-size: cover;
}
.ac-artsyapi-bc-vr-entry .circle-cont {
    background: #9b907e;
    color: white;
    border-radius: 9999px;
    text-align: center;
    width: 22px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    font-weight: bold;
}
.ac-artsyapi-bc-vr-entry .circled-line {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 20px;
}
.ac-artsyapi-bc-vr-entry .circled-line .bx-def-thumb-size {
    width: 18px;
    height: 18px;
}
.ac-artsyapi-bc-vr-entry .circled-line .bx-base-pofile-unit-wo-info {
    border: 2px solid #9b907e;
    border-radius: 9999px;
    width: 22px;
    height: 22px;
}
.ac-artsyapi-bc-vr-entry .info {
    padding-left: 30px;
}
.ac-artsyapi-bc-vr-entry .bx-base-pofile-unit-online {
    display: none;
}


.ac-artsyapi-bc-vr-entry.featured {
    flex-direction: row;
    margin-top: 20px;
    margin-bottom: 30px;
}
.ac-artsyapi-bc-vr-entry.featured .vr-pic {
    padding-bottom: unset;
}
.ac-artsyapi-bc-vr-entry.featured > div {
    flex-basis: 50%;
}
.ac-artsyapi-bc-vr-entry.featured .circle-cont {
    width: 38px;
    height: 38px;
    line-height: 38px;
}
.ac-artsyapi-bc-vr-entry.featured .circled-line .bx-def-thumb-size {
    width: 34px;
    height: 34px;
}
.ac-artsyapi-bc-vr-entry.featured .bx-base-pofile-unit-wo-info {
    width: 38px!important;
    height: 38px!important;
}


.ac-artsyapi-bc-filter-btn {
    background: #9b907e!important;
    border-radius: 9999px!important;
    line-height: 55px;
    height: 55px!important;
    padding: 0px 20px;
}
#ac-artsyapi-bc-filter-keyword {
    border-radius: 9999px!important;
    border: none;
    background: #faf8f4;
    padding-left: 20px!important;
    line-height: 55px;
    height: 55px;
}

#ac-artsyapi-bc-results {
    margin-top: 30px;
    display: grid;
    column-gap: 20px;
    row-gap: 50px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bx-media-phone .ac-artsyapi-bc-vr-entry.featured {
    flex-direction: column;
    background: #f9fafb;
    padding-bottom: 30px;
}
.bx-media-phone #ac-artsyapi-bc-results {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.slick-dots li button::before {
    font-size: 20px!important;
}

.ac-artsyapi-bc-vr-entry-padlock {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    backdrop-filter: blur(4px);
    z-index: 1;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.ac-artsyapi-bc-vr-entry-padlock .circle-cont {
    height: 40px;
    width: 40px;
    line-height: 40px;
    color: white;
    font-weight: bold;
    font-size: 16px;
}