.vc-creator-play-page {
    background-color: #111 !important;
}

.vc-creator-play-wrap {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
}

/* =========================
   Stories / Creator carousel
========================= */

.vc-creator-play-stories-section {
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
}

.vc-creator-play-video-feed-section-title {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}

.vc-creator-play-stories-swiper {
    width: 100%;
    overflow: visible;
}

.vc-creator-play-story {
    width: auto !important;
    max-width: 88px;
    flex: 0 0 auto;
}

.vc-creator-play-story .vc-creator-play-story__button {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    width: 88px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    box-shadow: none;
}

.vc-creator-play-story .vc-creator-play-story__button:hover,
.vc-creator-play-story .vc-creator-play-story__button:focus {
    background: transparent;
    outline: none;
    box-shadow: none;
}

.vc-creator-play-story__avatar-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 82px;
    height: 82px;
}

.vc-creator-play-story__ring {
    width: 78px;
    height: 78px;
    padding: 3px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.22);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.vc-creator-play-story.is-new .vc-creator-play-story__ring {
    background: linear-gradient(135deg, #ff4d67 0%, #ff7a18 50%, #ffbf47 100%);
}

.vc-creator-play-story.is-viewed .vc-creator-play-story__ring {
    background: rgba(255, 255, 255, 0.24);
}

.vc-creator-play-story.is-active .vc-creator-play-story__ring {
    transform: scale(1.04);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.16);
}

.vc-creator-play-story__avatar {
    width: 72px;
    height: 72px;
    border-radius: 999px;
    overflow: hidden;
    background: #111827;
    border: 2px solid #111;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.vc-creator-play-story__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vc-creator-play-story__price-badge {
    position: absolute;
    left: 50%;
    bottom: 2px;
    transform: translateX(-50%);
    max-width: 82px;
    padding: 3px 8px;
    border-radius: 999px;
    background: #f3fff7;
    color: #16a34a;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
    text-transform: capitalize;
}

.vc-creator-play-story__name {
    width: 100%;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    color: #fff;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-transform: capitalize;
}

.vc-creator-play-video-feed-list {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.vc-creator-video-feed-card {
    width: 100%;
    margin: 0 auto;
}

.vc-creator-video-feed-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.vc-creator-video-feed-card__profile {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    flex: 1;
}

.vc-creator-video-feed-card__avatar {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    overflow: hidden;
    background: #e5e7eb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
}

.vc-creator-avatar-svg {
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
}

.vc-creator-avatar-svg svg {
    width: 58%;
    height: 58%;
    display: block;
    fill: #fff;
    opacity: 0.92;
}

.vc-creator-video-feed-card__avatar .vc-creator-avatar-svg {
    background: rgba(255, 255, 255, 0.12);
}

.vc-creator-video-feed-card__avatar .vc-creator-avatar-svg svg {
    fill: #111827;
    opacity: 0.9;
}

.vc-creator-play-author__avatar .vc-creator-avatar-svg {
    background: rgba(255, 255, 255, 0.18);
}

.vc-creator-play-author__avatar .vc-creator-avatar-svg svg {
    fill: #fff;
    opacity: 0.95;
}

.vc-creator-video-feed-card__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vc-creator-video-feed-card__avatar span {
    font-size: 15px;
    font-weight: 700;
    color: #111827;
}

.vc-creator-video-feed-card__profile-content {
    min-width: 0;
}

.vc-creator-video-feed-card__name {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vc-creator-video-feed-card-header-actions {
    flex: 0 0 auto;
}

.vc-creator-video-feed-card .vc-creator-video-feed-card__follow-btn {
    background: transparent;
    height: 28px;
    min-height: fit-content;
    text-transform: capitalize;
    padding: 0 10px;
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 8px;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
}

.vc-creator-video-feed-card__thumb-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border-radius: 26px;
    background: #000;
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.02) inset,
        0 18px 40px rgba(17, 24, 39, 0.12);
    cursor: pointer;
}

.vc-creator-video-feed-card-thumb-bottom-wrapper {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}

.vc-creator-video-feed-card__title {
    margin-top: 3px;
    font-size: 13px;
    line-height: 1.45;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
}

.vc-creator-video-feed-card-bottom-action-btns {
    display: flex;
    align-items: center;
    gap: 10px;
}

.vc-creator-video-feed-card-bottom-action-btns .vc-creator-feed-video-like-button,
.vc-creator-video-feed-card-bottom-action-btns .vc-creator-feed-video-share-button {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    opacity: 0.9;
    transition: all 0.2s ease;
    min-height: fit-content;
}

.vc-creator-video-feed-card-bottom-action-btns .vc-creator-feed-video-like-button:hover,
.vc-creator-video-feed-card-bottom-action-btns .vc-creator-feed-video-share-button:hover {
    opacity: 1;
    transform: translateY(-1px);
    background-color: transparent;
    color: #fff;
}

.vc-creator-feed-video-like-button i,
.vc-creator-feed-video-share-button i {
    font-size: 14px;
}

.vc-creator-feed-video-like-count,
.vc-creator-feed-video-share-count {
    font-size: 11px;
    opacity: 0.85;
}

.vc-creator-feed-video-like-button .video-liked {
    color: #ff2e63;
}

.vc-creator-video-feed-card__video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vc-creator-video-feed-card__open {
    position: absolute;
    inset: 0;
    z-index: 3;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.vc-creator-video-feed-card .vc-creator-video-feed-card__mute,
.vc-creator-play-wrap .vc-creator-video-feed-card__mute {
    position: absolute;
    left: 14px;
    bottom: 14px;
    z-index: 4;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 999px;
    background: rgba(17, 24, 39, 0.58);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    backdrop-filter: blur(8px);
    box-shadow: none;
    padding: 0;
}

.vc-creator-video-feed-card .vc-creator-video-feed-card__mute:hover,
.vc-creator-play-wrap .vc-creator-video-feed-card__mute:hover,
.vc-creator-video-feed-card .vc-creator-video-feed-card__mute:focus,
.vc-creator-play-wrap .vc-creator-video-feed-card__mute:focus {
    background: rgba(17, 24, 39, 0.75);
    color: #fff;
    outline: none;
}

.vc-creator-video-feed-card__tagged-count {
    position: absolute;
    right: 14px;
    bottom: 14px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 28px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgb(17 24 39 / 46%);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    backdrop-filter: blur(8px);
}

.vc-creator-video-feed-card__tagged-count i {
    font-size: 13px;
}

.vc-creator-play-video-feed-loader,
.vc-creator-play-view-loader {
    margin: 18px 0 0;
    text-align: center;
    font-size: 14px;
    color: #6b7280;
}

/* =========================
   Play Section
========================= */

.vc-creator-play-view-section {
    position: relative;
    height: 100%;
}

.vc-creator-play-view-content {
    position: relative;
    width: 100%;
    height: 95vh;
    height: 95dvh;
    max-height: 95vh;
    max-height: 95dvh;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.02) inset,
        0 18px 40px rgba(17, 24, 39, 0.12);
    touch-action: pan-y;
    background: #000;
}

.vc-creator-play-view-header {
    position: absolute;
    z-index: 99;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 15px 0;
    box-sizing: border-box;
    pointer-events: none;
}

.vc-creator-play-view-header > * {
    pointer-events: auto;
}

.vc-creator-play-view-header .vc-creator-play-back-btn {
    background: transparent;
    border-radius: 0;
    padding: 0;
    min-height: fit-content;
    color: #fff;
    cursor: pointer;
}

.vc-creator-play-view-header .vc-creator-play-back-btn i {
    font-size: 24px;
    line-height: 1;
}

.vc-creator-play-view-header .vc-creator-play-back-btn:hover,
.vc-creator-play-view-header .vc-creator-play-back-btn:focus {
    background: transparent;
    color: #fff;
    outline: none;
    box-shadow: none;
}

.vc-creator-play-swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.vc-creator-play-swiper .swiper-wrapper {
    height: 100%;
}

.vc-creator-play-swiper .swiper-slide {
    display: block;
    height: 100%;
    flex-shrink: 0;
}

.vc-creator-play-slide,
.vc-creator-play-slide-inner,
.vc-creator-play-video-box {
    width: 100%;
    height: 100%;
    min-height: 0;
}

.vc-creator-play-video-box {
    position: relative;
    overflow: hidden;
    background: #000;
}

.vc-creator-play-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    background: #000;
}

.vc-creator-play-slide-inner .vc-creator-play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 35;
    width: 74px;
    height: 74px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 999px;
    transform: translate(-50%, -50%) scale(0.92);
    background: rgba(17, 24, 39, 0.46);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
        opacity 0.22s ease,
        visibility 0.22s ease,
        transform 0.22s ease,
        background 0.22s ease;
}

.vc-creator-play-slide-inner .vc-creator-play-overlay i {
    font-size: 24px;
    line-height: 1;
}

.vc-creator-play-slide-inner .vc-creator-play-overlay.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
}

.vc-creator-play-slide-inner .vc-creator-play-overlay:hover,
.vc-creator-play-slide-inner .vc-creator-play-overlay:focus {
    background: rgba(17, 24, 39, 0.68);
    color: #fff;
    outline: none;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.34);
}

.vc-creator-play-author-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.vc-creator-play-author {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    flex: 1;
}

.vc-creator-play-author__avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.18);
}

.vc-creator-play-author__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vc-creator-play-author__content {
    min-width: 0;
}

.vc-creator-play-author__name {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vc-creator-play-author__title {
    margin-top: 2px;
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.88);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.vc-creator-play-slide .vc-creator-play-follow-btn {
    height: 28px;
    min-height: fit-content;
    text-transform: capitalize;
    padding: 0 10px;
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 13px;
    cursor: pointer;
    backdrop-filter: blur(8px);
    box-shadow: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.vc-creator-play-wrap .vc-creator-play-follow-btn:hover,
.vc-creator-play-slide .vc-creator-play-follow-btn:hover,
.vc-creator-play-wrap .vc-creator-play-follow-btn:focus,
.vc-creator-play-slide .vc-creator-play-follow-btn:focus {
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    outline: none;
}

.vc-creator-play-bottom-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 30;
    box-sizing: border-box;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.2) 45%, rgba(0, 0, 0, 0) 100%);
}

.vc-creator-play-meta-tagged-products {
    padding: 0 15px;
}

.vc-creator-play-bottom-content .vc-tagged-products-panel {
    padding: 0;
}

.vc-creator-play-meta {
    margin-bottom: 12px;
}

.vc-creator-play-bottom .vc-tagged-products-wrap .swiper-slide {
    width: auto;
}

.vc-creator-play-progress-bar {
    width: 100%;
    height: 4px;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.25);
    cursor: pointer;
}

.vc-creator-play-progress {
    width: 0%;
    height: 100%;
    border-radius: 999px;
    background: #fff;
}

.vc-creator-play-pagination,
.vc-creator-play-swiper .swiper-pagination {
    display: none;
}

.vc-creator-play-empty {
    max-width: 720px;
    margin: 28px auto;
    padding: 18px 20px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: #fff;
    color: #4b5563;
    text-align: center;
}

.vc-creator-play-video-actions {
    position: absolute;
    right: 12px;
    bottom: 32%;
    z-index: 36;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: #fff;
}

.vc-creator-play-video-actions button {
    background: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    color: #fff;
    padding: 0;
    min-height: auto;
    box-shadow: none;
}

.vc-creator-play-video-actions button:hover,
.vc-creator-play-video-actions button:focus {
    background: transparent;
    color: #fff;
    outline: none;
    box-shadow: none;
}

.vc-creator-play-video-actions i {
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 50%;
    padding: 10px;
    font-size: 18px;
    color: #fff;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vc-creator-video-action-text,
.vc-creator-video-like-count,
.vc-creator-video-share-count {
    font-size: 11px;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
}

.vc-creator-video-like-button .video-liked {
    color: #ff5050;
    animation: likePop 0.3s ease-in-out;
}

.vc-creator-video-feed-card__views-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 23px;
    padding: 0 10px;
    border-radius: 12px;
    background: rgba(17, 24, 39, 0.52);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.vc-creator-video-feed-card__views-badge i {
    font-size: 13px;
    line-height: 1;
}

.vc-creator-play-header-right {
    pointer-events: auto;
    display: flex;
    align-items: center;
}

.vc-creator-play-header-views {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 23px;
    padding: 0 10px;
    border-radius: 12px;
    background: rgba(17, 24, 39, 0.52);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.vc-creator-play-header-views i {
    font-size: 13px;
    line-height: 1;
}

body.vc-creator-play-open {
    overflow: hidden;
}

.vc-creator-profile-header {
    color: #fff;
}

.vc-creator-profile-header__nav {
    margin-bottom: 14px;
}

.vc-creator-profile-header__nav .vc-creator-profile-back-btn {
    width: 38px;
    height: 38px;
    border: none;
    background: transparent;
    color: #fff;
    padding: 0;
    min-height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: none;
}

.vc-creator-profile-header__nav .vc-creator-profile-back-btn:hover,
.vc-creator-profile-header__nav .vc-creator-profile-back-btn:focus {
    background: transparent;
    color: #fff;
    box-shadow: none;
    outline: none;
}

.vc-creator-profile-back-btn i {
    font-size: 22px;
    line-height: 1;
}

.vc-creator-profile-header__top {
    display: flex;
    align-items: center;
    gap: 14px;
}

.vc-creator-profile-header__avatar-wrap {
    flex: 0 0 72px;
}

.vc-creator-profile-header__avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    overflow: hidden;
    background: #1f2937;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.vc-creator-profile-header__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vc-creator-profile-header__top-right {
    min-width: 0;
    flex: 1;
}

.vc-creator-profile-header__stats {
    display: flex;
    align-items: center;
    gap: 0;
    margin-bottom: 14px;
}

.vc-creator-profile-stat {
    flex: 1;
    text-align: center;
    position: relative;
    border-right: 1px solid rgba(255,255,255,.18);
}

.vc-creator-profile-stat:last-child {
    border: none;
}

.vc-creator-profile-stat + .vc-creator-profile-stat::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    bottom: 6px;
    width: 1px;
    background: rgba(255,255,255,.18);
}

.vc-creator-profile-stat strong {
    display: block;
    font-size: 17px;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
}

.vc-creator-profile-stat span {
    display: block;
    margin-top: 2px;
    font-size: 12px;
    line-height: 1.3;
    color: rgba(255,255,255,.82);
    text-transform: uppercase;
    letter-spacing: .2px;
}

.vc-creator-profile-header__actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.vc-creator-profile-header__actions .vc-creator-follow-btn,
.vc-creator-profile-header__actions .vc-creator-profile-share-btn {
    flex: 1;
    height: 42px;
    min-height: auto;
    border-radius: 12px;
    padding: 0 14px;
    font-size: 13px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: none;
    text-transform: capitalize;
}

.vc-creator-profile-header__actions .vc-creator-follow-btn {
    border: 1px solid #2f80ed;
    background: #2f80ed;
    color: #fff;
}

.vc-creator-profile-header__actions .vc-creator-follow-btn:hover,
.vc-creator-profile-header__actions .vc-creator-follow-btn:focus {
    background: #246fce;
    color: #fff;
    outline: none;
    box-shadow: none;
}

.vc-creator-profile-header__actions .vc-creator-profile-share-btn {
    border: 1px solid rgba(255,255,255,.18);
    background: transparent;
    color: #fff;
    cursor: pointer;
}

.vc-creator-profile-header__actions .vc-creator-profile-share-btn:hover,
.vc-creator-profile-header__actions .vc-creator-profile-share-btn:focus {
    background: rgba(255,255,255,.08);
    color: #fff;
    outline: none;
    box-shadow: none;
}

.vc-creator-profile-share-btn i {
    font-size: 14px;
    line-height: 1;
}

.vc-creator-profile-header__content {
    margin-top: 16px;
}

.vc-creator-profile-header__name {
    margin: 0;
    font-size: 16px;
    line-height: 1.3;
    color: #fff;
    font-weight: 700;
}

.vc-creator-profile-header__bio {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255,255,255,.86);
}

.vc-creator-profile-tabs {
    margin-top: 16px;
    display: flex;
    gap: 10px;
    border-bottom: 1px solid rgba(255,255,255,.12);
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.vc-creator-profile-tab {
    color: rgba(255,255,255,.72);
    text-decoration: none;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.06);
    font-size: 13px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.vc-creator-profile-tab:hover,
.vc-creator-profile-tab:focus {
    color: #fff;
    text-decoration: none;
}

.vc-creator-profile-tab.is-active {
    color: #111;
    background: #fff;
}

.vc-creator-profile-tab__count {
    opacity: 0.9;
}

.vc-creator-profile-link {
    text-decoration: none;
    color: inherit;
}

.vc-creator-profile-link:hover,
.vc-creator-profile-link:focus {
    color: inherit;
    text-decoration: none;
}

.vc-creator-play-author.vc-creator-profile-link {
    text-decoration: none;
}

/* =========================================
   PROFILE PAGE 2 COLUMN VIDEO FEED
========================================= */

.vc-creator-play-wrap[data-is-profile-mode="yes"] .vc-creator-play-video-feed-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.vc-creator-play-wrap[data-is-profile-mode="yes"] .vc-creator-video-feed-card {
    width: 100%;
    margin: 0;
}

.vc-creator-play-wrap[data-is-profile-mode="yes"] .vc-creator-video-feed-card__header {
    display: none;
}

.vc-creator-play-wrap[data-is-profile-mode="yes"] .vc-creator-video-feed-card__thumb-wrap {
    aspect-ratio: 3 / 4.2;
    border-radius: 18px;
}

.vc-creator-play-wrap[data-is-profile-mode="yes"] .vc-creator-video-feed-card-thumb-bottom-wrapper {
    display: block;
    margin: 8px 0 0;
}

.vc-creator-play-wrap[data-is-profile-mode="yes"] .vc-creator-video-feed-card__title {
    margin-top: 0;
    font-size: 13px;
    line-height: 1.35;
    -webkit-line-clamp: 2;
}

.vc-creator-play-wrap[data-is-profile-mode="yes"] .vc-creator-video-feed-card-bottom-action-btns {
    margin-top: 6px;
    justify-content: flex-start;
}

/* =========================================
   PROFILE GRID - FLIPKART STYLE LOOK
========================================= */

.vc-creator-video-feed-card__thumb-share {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 5;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 999px;
    background: rgba(17, 24, 39, 0.58);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: none;
    padding: 0;
    min-height: auto;
}

.vc-creator-video-feed-card__thumb-share:hover,
.vc-creator-video-feed-card__thumb-share:focus {
    background: rgba(17, 24, 39, 0.75);
    color: #fff;
    outline: none;
    box-shadow: none;
}

.vc-creator-video-feed-card__thumb-share i {
    font-size: 16px;
    line-height: 1;
}

.vc-creator-video-feed-card__thumb-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    padding: 32px 12px 12px;
    background: linear-gradient(to top, rgba(0,0,0,.78) 0%, rgba(0,0,0,.34) 55%, rgba(0,0,0,0) 100%);
}

.vc-creator-video-feed-card__title--overlay {
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* default feed page keeps old layout */
.vc-creator-video-feed-card__thumb-bottom {
    display: none;
}

.vc-creator-video-feed-card__thumb-share {
    display: none;
}

/* profile mode */
.vc-creator-play-wrap[data-is-profile-mode="yes"] .vc-creator-video-feed-card__thumb-bottom {
    display: block;
}

.vc-creator-play-wrap[data-is-profile-mode="yes"] .vc-creator-video-feed-card__thumb-share {
    display: inline-flex;
}

.vc-creator-play-wrap[data-is-profile-mode="yes"] .vc-creator-video-feed-card__thumb-share {
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
}

.vc-creator-play-wrap[data-is-profile-mode="yes"] .vc-creator-video-feed-card__mute {
    display: none;
}

.vc-creator-play-wrap[data-is-profile-mode="yes"] .vc-creator-video-feed-card__tagged-count {
    display: none;
}

.vc-creator-play-wrap[data-is-profile-mode="yes"] .vc-creator-video-feed-card-thumb-bottom-wrapper {
    display: none;
}

.vc-creator-play-wrap[data-is-profile-mode="yes"] .vc-creator-video-feed-card__gradient {
    display: none;
}

.vc-creator-play-wrap[data-is-profile-mode="yes"] .vc-creator-video-feed-card__thumb-wrap {
    aspect-ratio: 3 / 4.2;
    border-radius: 18px;
    border: none;
    box-shadow: none;
}

.vc-creator-play-page-content .vc-creator-follow-btn:disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.7;
}

@media (max-width: 767px) {
    
    .vc-creator-play-video-feed-section {
        padding: 20px 15px;
    }

    .vc-creator-play-wrap {
        width: 100%;
        max-width: 100%;
    }

    .vc-creator-play-video-feed-list {
        gap: 18px;
    }

    .vc-creator-video-feed-card__thumb-wrap {
        border-radius: 22px;
    }

    .vc-creator-play-view-content {
        height: 100vh;
        height: 100dvh;
        max-height: 100vh;
        max-height: 100dvh;
        border-radius: 0;
        border: none;
        box-shadow: none;
    }

    .vc-creator-play-view-header {
        padding-top: calc(12px + env(safe-area-inset-top));
        padding-left: 12px;
        padding-right: 12px;
    }

    .vc-creator-play-view-header .vc-creator-play-mute-button {
        width: 40px;
        height: 40px;
    }

    .vc-creator-play-slide-inner .vc-creator-play-overlay {
        width: 68px;
        height: 68px;
    }

    .vc-creator-play-slide-inner .vc-creator-play-overlay i {
        font-size: 22px;
    }

    .vc-creator-play-author-row {
        align-items: flex-start;
    }

    .vc-creator-play-story,
    .vc-creator-play-story__button {
        width: 84px;
    }

    .vc-creator-play-story__avatar-wrap {
        width: 78px;
        height: 78px;
    }

    .vc-creator-play-story__ring {
        width: 74px;
        height: 74px;
    }

    .vc-creator-play-story__avatar {
        width: 68px;
        height: 68px;
    }

    .vc-creator-play-story__price-badge {
        font-size: 11px;
        max-width: 78px;
    }

    .vc-creator-play-video-actions {
        right: 10px;
        bottom: 30%;
        gap: 8px;
    }

    .vc-creator-play-video-actions i {
        width: 38px;
        height: 38px;
        font-size: 17px;
        padding: 9px;
    }

    .vc-creator-video-feed-card__views-badge {
        top: 10px;
        right: 10px;
        height: 30px;
        padding: 0 10px;
        gap: 6px;
        font-size: 12px;
    }

    .vc-creator-video-feed-card-bottom-action-btns {
        gap: 8px;
    }

    .vc-creator-feed-video-like-button,
    .vc-creator-feed-video-share-button {
        font-size: 11px;
    }

    .vc-creator-feed-video-like-button i,
    .vc-creator-feed-video-share-button i {
        font-size: 13px;
    }

    .vc-creator-profile-header__avatar-wrap {
        flex-basis: 64px;
    }

    .vc-creator-profile-header__avatar {
        width: 64px;
        height: 64px;
    }

    .vc-creator-profile-header__actions .vc-creator-follow-btn,
    .vc-creator-profile-share-btn {
        height: 40px;
        font-size: 14px;
        padding: 0 10px;
    }

    .vc-creator-profile-header__name {
        font-size: 15px;
    }

    .vc-creator-profile-header__bio {
        font-size: 13px;
    }

    .vc-creator-profile-tabs {
        gap: 8px;
        overflow-x: auto;
        padding-bottom: 8px;
    }

    .vc-creator-profile-tab {
        white-space: nowrap;
    }

    .vc-creator-play-wrap[data-is-profile-mode="yes"] .vc-creator-play-video-feed-list {
        gap: 12px;
    }

    .vc-creator-play-wrap[data-is-profile-mode="yes"] .vc-creator-video-feed-card__thumb-wrap {
        border-radius: 16px;
    }
    
    .vc-creator-play-wrap[data-is-profile-mode="yes"] .vc-creator-video-feed-card__thumb-wrap {
        border-radius: 16px;
    }

    .vc-creator-play-wrap[data-is-profile-mode="yes"] .vc-creator-video-feed-card__thumb-bottom {
        padding: 28px 10px 10px;
    }

    .vc-creator-play-wrap[data-is-profile-mode="yes"] .vc-creator-video-feed-card__title--overlay {
        font-size: 13px;
        line-height: 1.32;
    }

    .vc-creator-play-wrap[data-is-profile-mode="yes"] .vc-creator-video-feed-card__thumb-share {
        top: 8px;
        right: 8px;
        width: 34px;
        height: 34px;
    }
}