.bridalogue-live-studio {
    --bl-live-primary: #b28a8c;
    --bl-live-primary-dark: #8f6f70;
    --bl-live-ink: #3b3030;
    --bl-live-muted: #766364;
    --bl-live-surface: #fffaf9;
    --bl-live-soft: #f7f0ef;
    --bl-live-border: #eadede;
    background: linear-gradient(180deg, #fffaf9 0%, #f7f0ef 100%) !important;
}

.trade-btns {
    width: auto !important;
    min-width: 116px !important;
    height: 38px !important;
    display: inline-flex !important;
    align-items: stretch !important;
    justify-content: center !important;
    overflow: hidden !important;
    border: 1px solid #b28a8c !important;
    border-radius: 4px !important;
    background: #fff !important;
    line-height: 1 !important;
}

.trade-btns .btn-trade {
    min-width: 58px !important;
    height: 100% !important;
    min-height: 0 !important;
    padding: 0 14px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-align: center !important;
    white-space: nowrap !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
}

.trade-btns .btn-buy {
    background: #b28a8c !important;
    color: #fff !important;
}

.trade-btns .btn-sell {
    background: #fff !important;
    color: #8f6f70 !important;
}

.bridalogue-live-studio.hax-fullscreen-mode {
    width: min(1220px, calc(100vw - 32px)) !important;
    height: clamp(540px, 72svh, 760px) !important;
    min-height: 0 !important;
    margin: 20px auto 34px !important;
    border: 1px solid var(--bl-live-border) !important;
    border-radius: 22px !important;
    overflow: hidden !important;
    box-shadow: 0 24px 56px rgba(92, 48, 50, 0.14) !important;
}

@media (min-width: 1025px) {
    .bridal-nav-container .nav-item:hover > .nav-link,
    .bridal-nav-container .nav-item:focus-within > .nav-link,
    .bridal-nav-container .nav-link:hover,
    .bridal-nav-container .nav-link:focus {
        background: transparent !important;
        color: #8f6f70 !important;
        box-shadow: none !important;
        outline: 0 !important;
    }

    .bridal-nav-container .nav-item > .mega-menu {
        position: fixed !important;
        top: 70px !important;
        left: 50vw !important;
        right: auto !important;
        width: min(1320px, calc(100vw - 80px)) !important;
        transform: translate3d(-50%, 8px, 0) !important;
    }

    .bridal-nav-container .nav-item:hover > .mega-menu,
    .bridal-nav-container .nav-item:focus-within > .mega-menu,
    .bridal-nav-container .nav-item.active > .mega-menu,
    .bridal-nav-container .nav-item.open > .mega-menu,
    .bridal-nav-container .nav-item.is-open > .mega-menu {
        transform: translate3d(-50%, 0, 0) !important;
    }

    body.admin-bar .bridal-nav-container .nav-item > .mega-menu {
        top: 102px !important;
    }
}

.bridalogue-live-viewer.hax-app {
    width: min(1140px, calc(100vw - 40px)) !important;
    height: clamp(520px, 68svh, 720px) !important;
    min-height: 0 !important;
    margin: 22px auto 34px !important;
    border: 1px solid var(--bl-live-border) !important;
    border-radius: 22px !important;
    overflow: hidden !important;
    box-shadow: 0 24px 56px rgba(92, 48, 50, 0.14) !important;
}

.bridalogue-live-studio .hax-video-area {
    background: #211819 !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    box-shadow: 0 22px 50px rgba(76, 42, 43, 0.18) !important;
}

.bridalogue-live-studio.hax-fullscreen-mode .hax-video-area,
.bridalogue-live-studio.hax-fullscreen-mode .hax-video-container {
    height: 100% !important;
    min-height: 0 !important;
}

.bridalogue-live-viewer .hax-video-area,
.bridalogue-live-viewer .hax-video-container,
.bridalogue-live-viewer #hax-remote-video {
    height: 100% !important;
    min-height: 0 !important;
}

.bridalogue-live-studio .hax-video-container {
    background: radial-gradient(circle at top, #4a3334 0%, #211819 58%, #120d0d 100%) !important;
}

.bridalogue-live-studio #hax-local-video {
    object-fit: cover !important;
    background: transparent !important;
}

.bridalogue-live-studio .bl-video-empty {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
    text-align: center;
    padding: 24px;
    pointer-events: none;
    z-index: 1;
}

body.bl-live-studio-page .bridalogue-live-studio .bl-video-empty {
    display: none !important;
}

body.bl-live-studio-page .bl-video-empty,
body.bl-creator-page .bl-video-empty {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

.bridalogue-live-studio .bl-video-empty strong {
    font-size: 20px;
    line-height: 1.2;
}

.bridalogue-live-studio .bl-video-empty span {
    max-width: 280px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
}

.bridalogue-live-studio .bl-camera-icon {
    width: 74px;
    height: 74px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #c6a0a0, #8f6f70);
    font-weight: 800;
    letter-spacing: 0;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.24);
}

.bridalogue-live-studio #hax-pre-stream-overlay {
    background: rgba(24, 17, 17, 0.72) !important;
    backdrop-filter: blur(10px);
    z-index: 4 !important;
}

.bridalogue-live-studio .bl-live-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 4px 12px;
    margin: 0 0 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.bridalogue-live-studio .bl-live-status[data-status="live"] {
    background: #ff4458;
}

.bridalogue-live-studio .bl-live-status[data-status="error"] {
    background: #9f1239;
}

.bridalogue-live-studio .hax-btn-primary {
    background: var(--bl-live-primary) !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 999px !important;
    box-shadow: 0 12px 24px rgba(143, 111, 112, 0.22) !important;
}

.bridalogue-live-studio .hax-btn-primary:hover {
    background: var(--bl-live-primary-dark) !important;
}

.bridalogue-live-studio .hax-btn-primary:disabled {
    opacity: 0.68;
    cursor: wait;
}

.bridalogue-live-studio #hax-btn-stop {
    background: #9f3a45 !important;
}

.bridalogue-live-studio .hax-streamer-pill,
.bridalogue-live-studio .hax-live-badge {
    background: rgba(255, 255, 255, 0.88) !important;
    color: var(--bl-live-ink) !important;
    border: 1px solid rgba(255, 255, 255, 0.55);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}

.bridalogue-live-studio .hax-live-badge {
    background: #ff4458 !important;
    color: #fff !important;
}

.bridalogue-live-studio .hax-sidebar {
    background: rgba(255, 250, 249, 0.96) !important;
    color: var(--bl-live-ink) !important;
    border-left: 1px solid var(--bl-live-border) !important;
}

.bridalogue-live-studio.hax-fullscreen-mode .hax-sidebar {
    height: 100% !important;
    min-height: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
}

.bridalogue-live-viewer .hax-sidebar {
    height: 100% !important;
    min-height: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
}

.bridalogue-live-studio .hax-sidebar-header,
.bridalogue-live-studio .hax-sidebar-footer {
    border-color: var(--bl-live-border) !important;
}

.bridalogue-live-viewer .hax-sidebar-header,
.bridalogue-live-viewer .hax-sidebar-footer {
    flex: 0 0 auto !important;
}

.bridalogue-live-studio.hax-fullscreen-mode .hax-sidebar-header,
.bridalogue-live-studio.hax-fullscreen-mode .hax-sidebar-footer {
    flex: 0 0 auto !important;
}

.bridalogue-live-studio.hax-fullscreen-mode .hax-sidebar-content {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    overflow-y: auto !important;
}

.bridalogue-live-viewer .hax-sidebar-content {
    min-height: 0 !important;
    flex: 1 1 auto !important;
    overflow-y: auto !important;
}

.bridalogue-live-viewer .hax-sidebar-footer {
    background: #fffaf9 !important;
}

.bridalogue-live-studio .hax-sidebar-content > div,
.bridalogue-live-studio #hax-publisher-chat-list,
.bridalogue-live-studio .bl-chat-input-row {
    background: #fff !important;
    border: 1px solid var(--bl-live-border);
    box-shadow: 0 10px 22px rgba(92, 48, 50, 0.06);
}

.bridalogue-live-studio #hax-publisher-chat-list {
    color: var(--bl-live-ink);
}

.bridalogue-live-studio .hax-system-message {
    color: var(--bl-live-muted);
    font-size: 13px;
    padding: 7px 9px;
}

.bridalogue-live-studio .hax-chat-msg {
    background: var(--bl-live-soft);
    border-radius: 10px;
    margin: 6px 0;
    padding: 8px 10px;
    color: var(--bl-live-ink);
}

.bridalogue-live-studio .hax-chat-user {
    display: block;
    font-weight: 700;
    margin-bottom: 2px;
}

.bridalogue-live-studio .hax-chat-text {
    color: var(--bl-live-ink);
    overflow-wrap: anywhere;
}

.bridalogue-live-studio .hax-input {
    border: 1px solid var(--bl-live-border) !important;
    background: #fff !important;
    color: var(--bl-live-ink) !important;
    border-radius: 10px !important;
}

.bridalogue-live-studio .hax-input:focus {
    border-color: var(--bl-live-primary) !important;
    box-shadow: 0 0 0 3px rgba(178, 138, 140, 0.18) !important;
}

.bridalogue-live-studio .bl-chat-input-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    margin-top: 12px;
    padding: 10px;
    border-radius: 12px;
}

.bridalogue-live-studio #hax-pin-status {
    color: #087f5b !important;
    font-weight: 700;
}

.bridalogue-live-studio #hax-pin-status.is-error {
    color: #9f1239 !important;
}

.bridalogue-live-studio .hax-floating-heart {
    position: absolute;
    right: 18%;
    bottom: 90px;
    z-index: 9;
    color: #ff4458;
    font-size: 32px;
    animation: bridalogue-heart-float 1.9s ease-out forwards;
    pointer-events: none;
}

.bridalogue-live-viewer.is-offline .hax-video-area {
    background: linear-gradient(135deg, #fffaf9 0%, #f1e5e3 100%) !important;
}

.bridalogue-live-viewer.is-offline .hax-video-placeholder {
    display: flex !important;
    background: linear-gradient(135deg, #fffaf9 0%, #f1e5e3 100%) !important;
    color: var(--bl-live-ink) !important;
}

.bridalogue-live-viewer .hax-video-placeholder svg {
    stroke: var(--bl-live-primary-dark) !important;
}

.bridalogue-live-viewer .hax-placeholder-icon {
    background: #fff !important;
    border: 1px solid var(--bl-live-border);
    box-shadow: 0 16px 34px rgba(92, 48, 50, 0.1);
}

.bridalogue-live-viewer .hax-top-bar-desktop,
.bridalogue-live-viewer .hax-top-bar-mobile {
    background: rgba(255, 250, 249, 0.9) !important;
    color: var(--bl-live-ink) !important;
    border: 1px solid rgba(234, 222, 222, 0.9);
    border-radius: 16px;
    box-shadow: 0 14px 30px rgba(92, 48, 50, 0.12);
}

.bridalogue-live-viewer .hax-top-bar-desktop *,
.bridalogue-live-viewer .hax-top-bar-mobile * {
    color: inherit;
}

.bridalogue-live-viewer .hax-live-badge {
    background: #a9908f !important;
    color: #fff !important;
}

.bridalogue-live-viewer.is-live .hax-live-badge {
    background: #ff4458 !important;
}

.bridalogue-live-viewer .hax-action-btn,
.bridalogue-live-viewer .hax-like-trigger-btn {
    background: rgba(178, 138, 140, 0.92) !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    box-shadow: 0 10px 22px rgba(92, 48, 50, 0.16);
}

.bridalogue-live-viewer .hax-mobile-input-area {
    background: rgba(255, 250, 249, 0.96) !important;
    border: 1px solid var(--bl-live-border);
    border-radius: 999px;
    padding: 8px !important;
    box-shadow: 0 14px 32px rgba(92, 48, 50, 0.14);
}

.bridalogue-live-viewer .hax-mobile-input-area .hax-input {
    background: #fff !important;
}

.bridalogue-live-viewer .bl-pinned-shelf {
    padding: 12px;
    flex: 0 0 auto;
    border-top: 1px solid var(--bl-live-border);
    background: #fffaf9;
}

.bridalogue-live-viewer .hax-pinned-product {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    padding: 10px;
    background: #fff;
    border: 1px solid var(--bl-live-border);
    border-radius: 12px;
    box-shadow: 0 10px 22px rgba(92, 48, 50, 0.08);
}

.bridalogue-live-viewer .bl-pin-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: #f1e5e3;
    color: var(--bl-live-primary-dark);
    font-size: 12px;
    font-weight: 800;
}

.bridalogue-live-viewer .bl-pin-copy {
    min-width: 0;
}

.bridalogue-live-viewer .bl-pin-copy strong,
.bridalogue-live-viewer .bl-pin-copy span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bridalogue-live-viewer .bl-pin-copy span,
.bridalogue-live-viewer .bl-pin-empty {
    color: var(--bl-live-muted);
    font-size: 13px;
}

.bridalogue-live-viewer .hax-pinned-product a {
    border-radius: 999px;
    background: var(--bl-live-primary);
    color: #fff !important;
    padding: 8px 12px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
}

.bridalogue-live-viewer .bl-pin-empty {
    padding: 12px;
    border-radius: 12px;
    background: #fff;
    border: 1px dashed var(--bl-live-border);
    text-align: center;
}

.bridalogue-live-viewer .bl-remote-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hax-live-grid .live-card.bl-live-card-offline .live-badge {
    background: #a9908f !important;
    color: #fff !important;
    box-shadow: 0 8px 18px rgba(92, 48, 50, 0.14) !important;
}

.hax-live-grid .live-card.bl-live-card-offline .thumbnail {
    background: linear-gradient(180deg, #f7f0ef 0%, #d7c7c5 55%, #8f7b7b 100%) !important;
}

.hax-live-grid .live-card.bl-live-card-offline .viewer-count {
    background: rgba(92, 48, 50, 0.58) !important;
}

.hax-live-grid .live-card.bl-live-card-live .live-badge {
    background: #ff4458 !important;
}

body.home .bl-live-reels-section {
    --bl-home-media-card-height: 500px;
    width: min(1140px, calc(100vw - 32px)) !important;
    margin: 46px auto 54px !important;
    padding: 0 !important;
}

body.home .bl-live-reels-section > .e-con-inner,
body.home .bl-live-reels-layout {
    width: 100% !important;
    max-width: none !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: start !important;
    gap: 24px !important;
    grid-auto-rows: var(--bl-home-media-card-height) !important;
}

body.home .bl-live-panel {
    width: 100% !important;
    min-width: 0 !important;
    height: var(--bl-home-media-card-height) !important;
    margin: 0 !important;
    align-self: start !important;
    overflow: visible !important;
}

body.home .bl-live-panel-reels {
    order: 1;
}

body.home .bl-live-panel-live {
    order: 2;
}

body.home .bl-live-grid-latest,
body.home .bl-reels-grid-latest {
    width: 100% !important;
    height: var(--bl-home-media-card-height) !important;
    max-height: var(--bl-home-media-card-height) !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: start !important;
    overflow: visible !important;
}

body.home .bl-live-grid-latest .live-card,
body.home .bl-reels-grid-latest .reelstream-grid-item {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}

body.home .bl-live-grid-latest .live-card {
    height: var(--bl-home-media-card-height) !important;
    min-height: var(--bl-home-media-card-height) !important;
    max-height: var(--bl-home-media-card-height) !important;
    display: flex !important;
    flex-direction: column !important;
    border-radius: 14px !important;
    border: 1px solid #d8c7c5 !important;
    box-shadow: 0 16px 34px rgba(92, 48, 50, 0.12) !important;
}

body.home .bl-live-grid-latest .live-card .thumbnail {
    flex: 0 0 calc(var(--bl-home-media-card-height) - 118px) !important;
    height: calc(var(--bl-home-media-card-height) - 118px) !important;
    min-height: 0 !important;
}

body.home .bl-live-grid-latest .live-card .info {
    flex: 0 0 118px !important;
    min-height: 118px !important;
    height: 118px !important;
    padding: 16px 18px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

body.home .bl-live-grid-latest .live-card .stream-title {
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.25 !important;
}

body.home .bl-reels-grid-latest .reelstream-grid-item {
    height: var(--bl-home-media-card-height) !important;
    max-height: var(--bl-home-media-card-height) !important;
    aspect-ratio: auto !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    box-shadow: 0 16px 34px rgba(92, 48, 50, 0.12) !important;
    background: #211819 !important;
}

body.home .bl-reels-grid-latest .reelstream-grid-item video,
body.home .bl-reels-grid-latest .reelstream-grid-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

body.home .bl-reels-grid-latest .reelstream-play-icon {
    width: 54px !important;
    height: 54px !important;
    background: rgba(255, 255, 255, 0.18) !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    backdrop-filter: blur(8px);
}

body.home .bl-reels-grid-latest .reelstream-grid-overlay {
    min-height: 86px !important;
    background: linear-gradient(180deg, rgba(18, 13, 13, 0) 0%, rgba(18, 13, 13, 0.82) 100%) !important;
}

body.home .bl-reels-grid-latest .rs-preview-title,
body.home .bl-reels-grid-latest .rs-preview-meta,
body.home .bl-reels-grid-latest .rs-preview-meta span {
    position: static !important;
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    max-height: none !important;
    transform: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
}

body.home .bl-reels-grid-latest .rs-preview-title {
    display: block !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.75) !important;
}

body.home .bl-reels-grid-latest .rs-preview-meta {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin-top: 4px !important;
    color: #fff !important;
    font-size: 12px !important;
    line-height: 1 !important;
    opacity: 0.95 !important;
}

body.home .bl-reels-grid-latest .rs-preview-meta span {
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    color: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
}

body.home .bl-reels-grid-latest .rs-preview-meta span span {
    display: none !important;
}

body.home .bl-reels-grid-latest .rs-preview-meta > span::before {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 13px !important;
    height: 13px !important;
    color: #fff !important;
    font-family: "Font Awesome 6 Free" !important;
    font-size: 12px !important;
    line-height: 1 !important;
    background: transparent !important;
}

body.home .bl-reels-grid-latest .rs-preview-meta > span:nth-child(1)::before {
    content: "\f004" !important;
    font-weight: 400 !important;
}

body.home .bl-reels-grid-latest .rs-preview-meta > span:nth-child(2)::before {
    content: "\f075" !important;
    width: 13px !important;
    height: 13px !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-weight: 400 !important;
}

body.home .bl-reels-grid-latest .rs-preview-meta > span:nth-child(2)::after {
    content: none !important;
    display: none !important;
}

.reelstream-modal .rs-video-wrapper {
    background: #0e0d0d !important;
}

.reelstream-modal #rs-main-video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    background: #0e0d0d !important;
}

.bl-reel-modal .rs-viewer-container {
    background: #070707 !important;
}

.bl-reel-modal .rs-video-wrapper,
.bl-reel-modal #rs-main-video {
    min-width: 100% !important;
    min-height: 100% !important;
}

.bl-reel-modal .rs-video-wrapper {
    position: relative !important;
    overflow: hidden !important;
}

.bl-reel-modal .rs-overlay-info {
    right: 76px !important;
    bottom: 0 !important;
    padding: 26px 18px 24px !important;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0)) !important;
}

.bl-reel-modal .rs-author {
    font-size: 17px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
}

.bl-reel-modal .rs-caption {
    max-height: 4.4em !important;
    overflow: hidden !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
}

.bl-reel-modal .bl-reel-views {
    display: inline-flex;
    width: fit-content;
    margin-top: 6px;
    padding: 4px 9px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    color: rgba(255, 255, 255, 0.9);
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    backdrop-filter: blur(8px);
}

.bl-reel-modal .rs-actions {
    right: 14px !important;
    bottom: 84px !important;
    width: 58px !important;
    gap: 18px !important;
    z-index: 45 !important;
}

.bl-reel-modal .rs-action-btn {
    display: grid !important;
    justify-items: center !important;
    gap: 4px !important;
    color: #fff !important;
    font-weight: 700 !important;
    user-select: none;
}

.bl-reel-modal .rs-icon {
    width: 54px !important;
    height: 54px !important;
    margin: 0 !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.16) !important;
    border: 1px solid rgba(255, 255, 255, 0.26) !important;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25) !important;
    backdrop-filter: blur(10px);
    position: relative !important;
    display: grid !important;
    place-items: center !important;
}

.bl-reel-modal .rs-icon.active {
    background: rgba(255, 255, 255, 0.92) !important;
    color: #d94b61 !important;
}

.bl-reel-modal .rs-action-btn.is-pulsing .rs-icon {
    transform: scale(1.1);
}

.bl-reel-modal .rs-count,
.bl-reel-modal .rs-action-btn span:not(.rs-icon) {
    font-size: 12px !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.75) !important;
}

.bl-reel-modal #rs-share-btn .bl-share-count {
    display: block !important;
}

.bl-reel-modal #rs-comment-btn .rs-icon,
.bl-reel-modal #rs-share-btn .rs-icon {
    font-size: 0 !important;
}

.bl-reel-modal #rs-comment-btn .rs-icon::before {
    content: "" !important;
    width: 22px !important;
    height: 17px !important;
    border: 2px solid currentColor !important;
    border-radius: 7px !important;
    box-sizing: border-box !important;
}

.bl-reel-modal #rs-comment-btn .rs-icon::after {
    content: "" !important;
    position: absolute !important;
    left: 18px !important;
    bottom: 15px !important;
    width: 8px !important;
    height: 8px !important;
    border-right: 2px solid currentColor !important;
    border-bottom: 2px solid currentColor !important;
    transform: rotate(36deg) skew(12deg) !important;
}

.bl-reel-modal #rs-share-btn .rs-icon::before {
    content: "" !important;
    width: 20px !important;
    height: 20px !important;
    border-top: 2px solid currentColor !important;
    border-right: 2px solid currentColor !important;
    transform: translate(-2px, 2px) rotate(45deg) !important;
    box-sizing: border-box !important;
}

.bl-reel-modal #rs-share-btn .rs-icon::after {
    content: "" !important;
    position: absolute !important;
    width: 22px !important;
    height: 2px !important;
    background: currentColor !important;
    border-radius: 999px !important;
    transform: translate(-2px, 1px) !important;
}

.bl-desktop-reel-actions {
    display: none;
}

.bl-desktop-reel-action {
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    position: relative;
    place-items: center;
    cursor: pointer;
    backdrop-filter: blur(8px);
}

.bl-desktop-reel-action span {
    position: relative;
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
}

.bl-desktop-comment-action span::before {
    content: "";
    width: 21px;
    height: 16px;
    border: 2px solid currentColor;
    border-radius: 7px;
    box-sizing: border-box;
}

.bl-desktop-comment-action span::after {
    content: "";
    position: absolute;
    left: 4px;
    bottom: 2px;
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(36deg) skew(12deg);
}

.bl-desktop-share-action span::before {
    content: "";
    width: 19px;
    height: 19px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: translate(-2px, 2px) rotate(45deg);
    box-sizing: border-box;
}

.bl-desktop-share-action span::after {
    content: "";
    position: absolute;
    width: 21px;
    height: 2px;
    background: currentColor;
    border-radius: 999px;
    transform: translate(-2px, 1px);
}

.bl-reel-modal .rs-nav-controls {
    right: max(18px, calc((100vw - 460px) / 2 - 72px)) !important;
    gap: 12px !important;
}

.bl-reel-modal .rs-nav-controls button {
    width: 42px !important;
    height: 42px !important;
    background: rgba(255, 255, 255, 0.12) !important;
    border: 1px solid rgba(255, 255, 255, 0.22) !important;
}

.bl-reel-modal .rs-comments-drawer {
    display: none;
    height: min(68%, 520px) !important;
    max-height: calc(100% - 72px) !important;
    border-radius: 22px 22px 0 0 !important;
    background: #fff !important;
    color: #221d1f !important;
    box-shadow: 0 -22px 50px rgba(0, 0, 0, 0.32) !important;
    overflow: hidden !important;
}

.bl-reel-modal .rs-comments-drawer.is-open {
    display: flex !important;
}

.bl-comments-handle {
    width: 42px;
    height: 4px;
    margin: 10px auto 2px;
    border-radius: 999px;
    background: #d8c8c6;
    flex: 0 0 auto;
}

.bl-reel-modal .rs-comments-header {
    padding: 10px 18px 14px !important;
    border-bottom: 1px solid #f0e6e4 !important;
    color: #241f21 !important;
    font-size: 15px !important;
    justify-content: center !important;
    position: relative;
}

.bl-reel-modal .rs-close-comments {
    position: absolute;
    right: 14px;
    top: 6px;
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #f7f0ef;
    color: #7f6262;
    cursor: pointer;
}

.bl-reel-modal .rs-comments-list {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    padding: 14px 16px 12px !important;
    overflow-y: auto !important;
}

.bl-reel-modal .rs-comment-item {
    display: grid !important;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 10px;
    margin: 0 0 14px !important;
    font-size: 14px !important;
}

.bl-comment-avatar {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: linear-gradient(135deg, #c79d9e, #8f6f70);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}

.bl-comment-copy {
    min-width: 0;
}

.bl-comment-copy strong {
    display: inline !important;
    color: #251f21 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
}

.bl-comment-copy p {
    margin: 2px 0 3px !important;
    color: #342d2f !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    overflow-wrap: anywhere;
}

.bl-comment-copy span {
    color: #9a8582;
    font-size: 11px;
}

.bl-comments-empty,
.bl-comments-loading {
    padding: 28px 10px;
    color: #8e7977;
    text-align: center;
    font-size: 14px;
}

.bl-reel-modal .rs-comment-input-area {
    flex: 0 0 auto !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px !important;
    padding: 12px 14px max(12px, env(safe-area-inset-bottom)) !important;
    border-top: 1px solid #f0e6e4 !important;
    background: #fff !important;
}

.bl-reel-modal .rs-comment-input-area input {
    min-height: 42px !important;
    border: 1px solid #eadede !important;
    border-radius: 999px !important;
    background: #faf7f6 !important;
    color: #2d2527 !important;
    padding: 0 16px !important;
    outline: none !important;
}

.bl-reel-modal .rs-comment-input-area input:focus {
    border-color: #b28a8c !important;
    box-shadow: 0 0 0 3px rgba(178, 138, 140, 0.16) !important;
}

.bl-reel-modal .rs-comment-input-area button {
    min-height: 42px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #b28a8c !important;
    color: #fff !important;
    padding: 0 16px !important;
    font-weight: 800 !important;
}

.bl-reel-modal .rs-comment-input-area button:disabled {
    opacity: 0.65;
}

.bl-reel-toast {
    position: fixed;
    left: 50%;
    bottom: 28px;
    z-index: 1000000;
    transform: translate(-50%, 20px);
    opacity: 0;
    pointer-events: none;
    border-radius: 999px;
    background: rgba(34, 29, 31, 0.92);
    color: #fff;
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 700;
    transition: opacity 160ms ease, transform 160ms ease;
}

.bl-reel-toast.is-visible {
    opacity: 1;
    transform: translate(-50%, 0);
}

.bl-media-page .page-header,
.bl-creator-page .page-header,
.bl-creator-native-title {
    display: none !important;
}

.bl-media-page .site-main,
.bl-creator-page .site-main {
    background: #f7f2f1 !important;
}

.bl-media-hub-hero,
.bl-creator-app {
    box-sizing: border-box;
    font-family: inherit;
}

.bl-media-hub-hero {
    width: min(1120px, calc(100vw - 40px));
    margin: 28px auto 22px;
    padding: 20px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border: 1px solid #eadede;
    border-radius: 18px;
    background: linear-gradient(135deg, #fffaf9 0%, #efe2e0 100%);
    box-shadow: 0 18px 42px rgba(92, 48, 50, 0.09);
}

.bl-media-hub-hero h1,
.bl-creator-topbar h1 {
    margin: 0;
    color: #3b3030;
    font-size: clamp(28px, 3vw, 44px);
    line-height: 1.04;
    letter-spacing: 0;
}

.bl-media-hub-hero p {
    margin: 8px 0 0;
    color: #7a6667;
    font-size: 15px;
    max-width: 560px;
}

.bl-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    margin-bottom: 8px;
    color: #a47d7f;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.bl-media-hub-action,
.bl-creator-primary {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #b28a8c !important;
    color: #fff !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    box-shadow: 0 14px 30px rgba(143, 111, 112, 0.26);
    cursor: pointer;
}

.bl-media-hub-action:hover,
.bl-creator-primary:hover {
    background: #927071 !important;
    color: #fff !important;
}

.bl-media-page .reelstream-directory-grid,
.bl-media-page .hax-live-grid {
    width: min(1120px, calc(100vw - 40px)) !important;
    margin: 0 auto 46px !important;
}

.bl-creator-page .page-content {
    padding: 28px 0 54px !important;
}

.bl-creator-app {
    --bl-studio-dark: #171113;
    --bl-studio-panel: #23191b;
    --bl-studio-card: #2d2224;
    --bl-studio-text: #fff8f6;
    --bl-studio-muted: rgba(255, 248, 246, 0.68);
    --bl-studio-border: rgba(255, 248, 246, 0.12);
    width: min(1180px, calc(100vw - 36px));
    min-height: 680px;
    margin: 0 auto 48px;
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    overflow: hidden;
    border-radius: 26px;
    background: var(--bl-studio-dark);
    color: var(--bl-studio-text);
    box-shadow: 0 32px 80px rgba(70, 38, 39, 0.22);
}

.bl-creator-login-app {
    grid-template-columns: 1fr;
}

.bl-creator-rail {
    padding: 22px 14px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: center;
    background: #100c0d;
    border-right: 1px solid var(--bl-studio-border);
}

.bl-rail-logo,
.bl-rail-item span,
.bl-creator-profile b,
.bl-upload-disc,
.bl-upload-picker-icon {
    display: grid;
    place-items: center;
    border-radius: 999px;
}

.bl-rail-logo {
    width: 52px;
    height: 52px;
    margin-bottom: 12px;
    background: linear-gradient(145deg, #d4b2b0, #8f6f70);
    color: #fff !important;
    font-weight: 900;
    text-decoration: none !important;
}

.bl-rail-item {
    width: 68px;
    min-height: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 18px;
    color: rgba(255, 248, 246, 0.72) !important;
    text-decoration: none !important;
    font-size: 11px;
    font-weight: 800;
}

.bl-rail-item span {
    width: 20px;
    height: 20px;
    border: 2px solid currentColor;
}

.bl-rail-item.is-active,
.bl-rail-item:hover {
    background: #2b2022;
    color: #fff !important;
}

.bl-creator-workspace {
    min-width: 0;
    padding: 24px;
    background:
        radial-gradient(circle at 88% 8%, rgba(178, 138, 140, 0.24), transparent 28%),
        linear-gradient(180deg, #211719 0%, #171113 100%);
}

.bl-creator-topbar {
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 0 4px 20px;
}

.bl-creator-topbar h1 {
    color: var(--bl-studio-text);
}

.bl-creator-profile {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 46px;
    padding: 6px 8px 6px 16px;
    border-radius: 999px;
    background: rgba(255, 248, 246, 0.08);
    border: 1px solid var(--bl-studio-border);
    color: var(--bl-studio-muted);
    font-weight: 700;
}

.bl-creator-profile b {
    width: 34px;
    height: 34px;
    background: #b28a8c;
    color: #fff;
    font-size: 12px;
}

.bl-creator-stage {
    display: grid;
    grid-template-columns: minmax(340px, 0.82fr) minmax(360px, 1fr);
    gap: 22px;
    align-items: stretch;
}

.bl-creator-preview-card,
.bl-creator-control-card {
    border: 1px solid var(--bl-studio-border);
    border-radius: 24px;
    background: rgba(255, 248, 246, 0.07);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.bl-creator-preview-card {
    padding: 24px;
    display: grid;
    place-items: center;
}

.bl-phone-preview {
    position: relative;
    width: min(330px, 100%);
    aspect-ratio: 9 / 16;
    overflow: hidden;
    border: 10px solid #090707;
    border-radius: 36px;
    background: radial-gradient(circle at center, #382729 0%, #130d0e 62%, #050404 100%);
    box-shadow: 0 24px 58px rgba(0, 0, 0, 0.38);
}

.bl-upload-preview-video {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #080606;
}

.bl-upload-empty {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 28px;
    text-align: center;
    color: #fff;
}

.bl-upload-empty strong {
    font-size: 20px;
    line-height: 1.15;
}

.bl-upload-empty em {
    max-width: 230px;
    color: rgba(255, 248, 246, 0.65);
    font-style: normal;
    font-size: 13px;
    line-height: 1.45;
}

.bl-upload-disc {
    width: 78px;
    height: 78px;
    margin-bottom: 8px;
    background:
        radial-gradient(circle, #fff 0 10px, transparent 11px),
        linear-gradient(135deg, #d7b8b6, #9a7375);
    box-shadow: 0 18px 38px rgba(178, 138, 140, 0.3);
}

.bl-preview-actions {
    position: absolute;
    right: 12px;
    top: 44%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 3;
}

.bl-preview-actions span {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
}

.bl-preview-caption {
    position: absolute;
    left: 18px;
    right: 82px;
    bottom: 18px;
    z-index: 4;
    display: flex;
    flex-direction: column;
    gap: 5px;
    color: #fff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

.bl-preview-caption strong {
    font-size: 16px;
}

.bl-preview-caption span {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.78);
}

.bl-creator-control-card {
    padding: 22px;
    background: #fffaf9;
    color: #3b3030;
}

.bl-creator-control-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    padding: 14px;
    border: 1px solid #eadede;
    border-radius: 18px;
    background: #f7f0ef;
}

.bl-live-dot {
    width: 12px;
    height: 12px;
    flex: 0 0 auto;
    border-radius: 999px;
    background: #b28a8c;
    box-shadow: 0 0 0 7px rgba(178, 138, 140, 0.16);
}

.bl-creator-control-head strong {
    display: block;
    color: #3b3030;
    font-size: 15px;
}

.bl-creator-control-head em {
    display: block;
    margin-top: 2px;
    color: #806a6b;
    font-size: 12px;
    font-style: normal;
}

.bl-creator-form-slot h1,
.bl-creator-form-slot h2,
.bl-creator-form-slot h3 {
    margin: 0 0 18px !important;
    color: #3b3030 !important;
    font-size: 30px !important;
    line-height: 1.1 !important;
}

.bl-creator-form {
    display: grid;
    gap: 16px;
}

.bl-creator-form .bl-creator-field,
.bl-creator-form .reelstream-form-group {
    margin: 0 !important;
}

.bl-creator-form label {
    display: block !important;
    margin: 0 0 8px !important;
    color: #806a6b !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.bl-creator-form input[type="text"],
.bl-creator-form textarea {
    width: 100% !important;
    min-height: 50px;
    padding: 14px 16px !important;
    border: 1px solid #eadede !important;
    border-radius: 14px !important;
    background: #fff !important;
    color: #3b3030 !important;
    box-shadow: none !important;
}

.bl-creator-form textarea {
    min-height: 126px;
    resize: vertical;
}

.bl-creator-form input:focus,
.bl-creator-form textarea:focus {
    border-color: #b28a8c !important;
    outline: 3px solid rgba(178, 138, 140, 0.16) !important;
}

.bl-field-count {
    display: block;
    margin-top: 6px;
    color: #9b8586;
    font-size: 12px;
    text-align: right;
}

.bl-native-file-input {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.bl-upload-picker {
    min-height: 138px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 20px;
    border: 1px dashed #d9c2c0;
    border-radius: 18px;
    background: linear-gradient(180deg, #fff 0%, #fbf5f4 100%);
    color: #3b3030;
    text-align: center;
    cursor: pointer;
    transition: border-color 150ms ease, transform 150ms ease, box-shadow 150ms ease;
}

.bl-upload-picker:hover,
.bl-upload-picker:focus {
    border-color: #b28a8c;
    transform: translateY(-1px);
    box-shadow: 0 12px 26px rgba(92, 48, 50, 0.08);
    outline: none;
}

.bl-upload-picker-icon {
    width: 44px;
    height: 44px;
    background: #f0e3e1;
    border: 1px solid #eadede;
}

.bl-upload-picker-icon::before {
    content: "";
    width: 14px;
    height: 18px;
    border: 2px solid #9a7375;
    border-top: 0;
    transform: translateY(2px);
}

.bl-upload-picker strong {
    font-size: 16px;
}

.bl-upload-picker em,
.bl-upload-picker small {
    color: #806a6b;
    font-style: normal;
    font-size: 12px;
}

.bl-upload-picker small {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bl-creator-form .reelstream-video-preview {
    display: none !important;
}

.bl-creator-form #upload-spinner {
    margin: 10px auto !important;
}

.bl-creator-form #upload-message {
    font-size: 14px;
}

.bl-login-copy .reelstream-login-msg {
    margin: 0 0 18px !important;
    padding: 16px;
    border-radius: 16px;
    background: #f7f0ef;
    color: #6f5859;
    font-weight: 700;
}

@media (max-width: 767px) {
    .bl-reel-modal .rs-viewer-container {
        width: 100% !important;
        height: 100svh !important;
        min-height: 100svh !important;
        border-radius: 0 !important;
    }

    .bl-reel-modal .rs-actions {
        right: 10px !important;
        bottom: 86px !important;
        gap: 16px !important;
    }

    .bl-reel-modal .rs-icon {
        width: 50px !important;
        height: 50px !important;
    }

    .bl-reel-modal .rs-overlay-info {
        right: 72px !important;
        padding: 22px 16px max(20px, env(safe-area-inset-bottom)) !important;
    }

    .bl-reel-modal .rs-nav-controls {
        display: none !important;
    }

    .bl-reel-modal .rs-comments-drawer {
        height: min(72%, 560px) !important;
    }
}

@keyframes bridalogue-heart-float {
    0% {
        opacity: 0;
        transform: translateY(0) scale(0.8);
    }
    12% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(-170px) scale(1.35);
    }
}

@media (max-width: 980px) {
    .bl-creator-app {
        grid-template-columns: 1fr;
        width: min(100%, calc(100vw - 20px));
        min-height: 0;
        border-radius: 20px;
    }

    .bl-creator-rail {
        display: none;
    }

    .bl-creator-stage {
        grid-template-columns: 1fr;
    }

    .bl-creator-preview-card {
        padding: 16px;
    }

    .bl-phone-preview {
        width: min(300px, 100%);
    }
}

@media (max-width: 767px) {
    .bl-media-hub-hero {
        width: calc(100vw - 24px);
        margin: 18px auto 16px;
        align-items: flex-start;
        flex-direction: column;
        padding: 18px;
        border-radius: 16px;
    }

    .bl-media-hub-hero h1,
    .bl-creator-topbar h1 {
        font-size: 28px;
    }

    .bl-media-page .reelstream-directory-grid,
    .bl-media-page .hax-live-grid {
        width: calc(100vw - 24px) !important;
    }

    .bl-creator-page .page-content {
        padding: 16px 0 34px !important;
    }

    .bl-creator-workspace {
        padding: 16px;
    }

    .bl-creator-topbar {
        align-items: flex-start;
        flex-direction: column;
        padding-bottom: 16px;
    }

    .bl-creator-profile {
        width: 100%;
        justify-content: space-between;
    }

    .bl-creator-control-card {
        padding: 16px;
        border-radius: 20px;
    }

    .bl-phone-preview {
        width: min(260px, 100%);
        border-width: 8px;
        border-radius: 30px;
    }

    .bl-preview-actions {
        right: 8px;
        gap: 9px;
    }

    .bl-preview-actions span {
        width: 42px;
        height: 42px;
        font-size: 9px;
    }
}

@media (max-width: 767px) {
    body.home .bl-live-reels-section {
        --bl-home-media-card-height: 338px;
        width: 100% !important;
        margin: 22px auto 28px !important;
        padding: 0 12px !important;
    }

    body.home .bl-live-reels-section > .e-con-inner,
    body.home .bl-live-reels-layout {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 12px !important;
        grid-auto-rows: var(--bl-home-media-card-height) !important;
    }

    body.home .bl-live-grid-latest,
    body.home .bl-reels-grid-latest {
        grid-template-columns: 1fr;
        gap: 0 !important;
    }

    body.home .bl-live-grid-latest .live-card,
    body.home .bl-reels-grid-latest .reelstream-grid-item {
        height: var(--bl-home-media-card-height) !important;
        min-height: 0 !important;
        border-radius: 12px !important;
    }

    body.home .bl-reels-grid-latest .reelstream-grid-item {
        aspect-ratio: auto !important;
    }

    body.home .bl-live-grid-latest .live-card .thumbnail {
        flex-basis: calc(var(--bl-home-media-card-height) - 118px) !important;
        height: calc(var(--bl-home-media-card-height) - 118px) !important;
        min-height: 0 !important;
    }

    body.home .bl-live-grid-latest .live-card .info {
        flex-basis: 118px !important;
        min-height: 118px !important;
        height: 118px !important;
        padding: 10px !important;
        justify-content: flex-start !important;
    }

    body.home .bl-live-grid-latest .live-card .stream-title {
        display: -webkit-box !important;
        overflow: hidden !important;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        font-size: 14px !important;
        line-height: 1.25 !important;
    }

    body.home .bl-live-grid-latest .live-card .streamer {
        gap: 6px !important;
    }

    body.home .bl-live-grid-latest .live-card .avatar {
        width: 34px !important;
        height: 34px !important;
        font-size: 12px !important;
    }

    body.home .bl-live-grid-latest .live-card .streamer-name,
    body.home .bl-reels-grid-latest .rs-preview-title,
    body.home .bl-reels-grid-latest .rs-preview-meta {
        font-size: 12px !important;
    }

    body.home .bl-reels-grid-latest .reelstream-grid-overlay {
        min-height: 76px !important;
        padding: 10px !important;
    }
}

body.bl-creator-page {
    background: #080606 !important;
    overflow-x: hidden !important;
}

body.bl-creator-page .elementor-location-header,
body.bl-creator-page header.elementor-location-header,
body.bl-creator-page header[data-elementor-type="header"],
body.bl-creator-page .bl-mobile-top-search,
body.bl-creator-page .filter-section,
body.bl-creator-page .search-filter-wrapper,
body.bl-creator-page footer,
body.bl-creator-page .elementor-location-footer,
body.bl-creator-page .site-footer {
    display: none !important;
}

body.bl-creator-page.admin-bar .bl-creator-app {
    min-height: calc(100svh - 32px) !important;
}

body.bl-creator-page .site-main,
body.bl-creator-page .page-content,
body.bl-creator-page .elementor,
body.bl-creator-page .elementor-section,
body.bl-creator-page .e-con,
body.bl-creator-page .e-con-inner,
body.bl-creator-page .elementor-widget,
body.bl-creator-page .elementor-widget-container,
body.bl-creator-page .elementor-shortcode {
    max-width: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

body.bl-creator-page .site-main {
    min-height: 100svh !important;
}

body.bl-creator-page .bl-creator-app {
    width: 100vw !important;
    min-height: 100svh !important;
    margin: 0 !important;
    border-radius: 0 !important;
    grid-template-columns: 82px minmax(0, 1fr) !important;
    background: #080606 !important;
    box-shadow: none !important;
}

body.bl-creator-page .bl-creator-login-app {
    grid-template-columns: 1fr !important;
}

body.bl-creator-page .bl-creator-rail {
    background: #050404 !important;
    padding: 18px 10px !important;
    gap: 12px !important;
}

body.bl-creator-page .bl-rail-logo {
    width: 48px !important;
    height: 48px !important;
    margin-bottom: 18px !important;
    background: #b99696 !important;
}

body.bl-creator-page .bl-rail-item {
    width: 58px !important;
    min-height: 62px !important;
    border-radius: 18px !important;
    color: rgba(255, 255, 255, 0.7) !important;
}

body.bl-creator-page .bl-rail-item.is-active {
    background: rgba(255, 255, 255, 0.12) !important;
    color: #fff !important;
}

body.bl-creator-page .bl-creator-workspace {
    min-height: 100svh !important;
    padding: 18px 22px 22px !important;
    background:
        radial-gradient(circle at 76% 10%, rgba(185, 150, 150, 0.2), transparent 26%),
        linear-gradient(115deg, #141011 0%, #090707 54%, #181112 100%) !important;
}

body.bl-creator-page .bl-creator-topbar {
    min-height: 54px !important;
    padding: 0 0 12px !important;
}

body.bl-creator-page .bl-kicker {
    min-height: 0 !important;
    margin: 0 0 4px !important;
    color: #c6a4a4 !important;
    font-size: 11px !important;
    letter-spacing: 0.08em !important;
}

body.bl-creator-page .bl-creator-topbar h1 {
    font-size: clamp(28px, 3vw, 38px) !important;
    font-weight: 800 !important;
}

body.bl-creator-page .bl-creator-profile {
    max-width: 250px !important;
    min-height: 40px !important;
    padding: 5px 7px 5px 14px !important;
    overflow: hidden !important;
    background: rgba(255, 255, 255, 0.09) !important;
}

body.bl-creator-page .bl-creator-profile span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.bl-creator-page .bl-creator-stage {
    height: calc(100svh - 94px) !important;
    min-height: 620px !important;
    display: grid !important;
    grid-template-columns: minmax(520px, 1fr) minmax(360px, 460px) !important;
    gap: 18px !important;
}

body.bl-creator-page .bl-creator-preview-card,
body.bl-creator-page .bl-creator-control-card {
    border-radius: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
}

body.bl-creator-page .bl-creator-preview-card {
    position: relative;
    overflow: hidden;
    padding: 0 !important;
    display: grid !important;
    place-items: center !important;
    background: #0b0809 !important;
}

body.bl-creator-page .bl-phone-preview {
    width: min(420px, calc((100svh - 118px) * 0.5625)) !important;
    height: min(calc(100svh - 118px), 760px) !important;
    aspect-ratio: auto !important;
    border: 0 !important;
    border-radius: 18px !important;
    background: #0d0b0b !important;
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.46) !important;
}

body.bl-creator-page .bl-phone-preview::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 44%;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.78) 100%);
    pointer-events: none;
    z-index: 2;
}

body.bl-creator-page .bl-upload-empty {
    gap: 8px !important;
    padding: 24px !important;
}

body.bl-creator-page .bl-upload-disc {
    width: 76px !important;
    height: 76px !important;
    background:
        radial-gradient(circle, #fff 0 9px, transparent 10px),
        linear-gradient(135deg, #caa8a8, #9b7475) !important;
}

body.bl-creator-page .bl-upload-empty strong {
    font-size: 22px !important;
}

body.bl-creator-page .bl-upload-empty em {
    color: rgba(255, 255, 255, 0.62) !important;
}

body.bl-creator-page .bl-preview-actions {
    right: 14px !important;
    top: auto !important;
    bottom: 112px !important;
    gap: 14px !important;
    z-index: 5 !important;
}

body.bl-creator-page .bl-preview-actions span {
    width: 50px !important;
    height: auto !important;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    border: 0 !important;
    background: transparent !important;
    color: #fff !important;
    font-size: 11px !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.56);
}

body.bl-creator-page .bl-preview-actions i {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.18);
    font-style: normal;
    font-size: 25px;
    line-height: 1;
    backdrop-filter: blur(8px);
}

body.bl-creator-page .bl-preview-actions b {
    min-height: 13px;
    font-weight: 800;
}

body.bl-creator-page .bl-preview-caption {
    left: 18px !important;
    right: 82px !important;
    bottom: 24px !important;
    z-index: 5 !important;
}

body.bl-creator-page .bl-preview-caption strong {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.bl-creator-page .bl-creator-control-card {
    height: 100% !important;
    overflow-y: auto !important;
    padding: 24px !important;
    background: #fffaf9 !important;
    color: #322929 !important;
}

body.bl-creator-page .bl-creator-control-head {
    margin-bottom: 16px !important;
    padding: 12px 14px !important;
    border-radius: 16px !important;
    background: #f3e8e6 !important;
}

body.bl-creator-page .bl-creator-form-slot h1,
body.bl-creator-page .bl-creator-form-slot h2,
body.bl-creator-page .bl-creator-form-slot h3 {
    margin-bottom: 14px !important;
    font-size: 28px !important;
}

body.bl-creator-page .bl-creator-form {
    gap: 14px !important;
}

body.bl-creator-page .bl-creator-form input[type="text"],
body.bl-creator-page .bl-creator-form textarea {
    background: #fff !important;
    border-radius: 12px !important;
}

body.bl-creator-page .bl-upload-picker {
    min-height: 112px !important;
    gap: 5px !important;
    border-radius: 16px !important;
}

body.bl-creator-page .bl-upload-picker-icon {
    width: 38px !important;
    height: 38px !important;
}

body.bl-creator-page .bl-creator-primary {
    width: 100% !important;
    min-height: 50px !important;
    margin-top: 2px !important;
}

body.bl-feed-full-page .bl-media-hub-hero,
body.bl-feed-full-page .bl-feed-source-hidden {
    display: none !important;
}

body.bl-feed-full-page .bl-feed-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    min-width: 0;
}

body.bl-feed-full-page .bl-feed-app .bl-creator-workspace {
    overflow: hidden !important;
}

body.bl-feed-full-page .bl-feed-stage {
    height: calc(100svh - 94px) !important;
    min-height: 620px !important;
    overflow: hidden;
    display: grid;
    place-items: center;
}

body.bl-feed-full-page .bl-feed-grid-slot {
    width: 100%;
    height: 100%;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.22) transparent;
}

body.bl-feed-full-page .bl-feed-grid-slot::-webkit-scrollbar {
    height: 8px;
}

body.bl-feed-full-page .bl-feed-grid-slot::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.22);
    border-radius: 999px;
}

body.bl-feed-full-page .reelstream-directory-grid.bl-feed-grid {
    width: auto !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 28px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 22px !important;
    grid-template-columns: none !important;
}

body.bl-feed-full-page .bl-feed-grid .reelstream-grid-item {
    position: relative !important;
    flex: 0 0 auto !important;
    width: min(360px, calc((100svh - 128px) * 0.5625)) !important;
    height: min(calc(100svh - 128px), 760px) !important;
    aspect-ratio: auto !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 18px !important;
    background: #0b0909 !important;
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.42) !important;
    cursor: pointer;
}

body.bl-feed-full-page .bl-feed-grid .reelstream-grid-item::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 46%;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.82) 100%);
    pointer-events: none;
    z-index: 2;
}

body.bl-feed-full-page .bl-feed-grid .reelstream-grid-item img,
body.bl-feed-full-page .bl-feed-grid .reelstream-grid-item video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 0 !important;
}

body.bl-feed-full-page .bl-feed-grid .reelstream-play-icon {
    z-index: 5 !important;
    width: 62px !important;
    height: 62px !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.16) !important;
    border: 1px solid rgba(255, 255, 255, 0.28) !important;
    backdrop-filter: blur(8px);
}

body.bl-feed-full-page .bl-feed-grid .reelstream-grid-overlay {
    z-index: 4 !important;
    padding: 0 22px 22px !important;
    background: transparent !important;
    color: #fff !important;
}

body.bl-feed-full-page .bl-feed-grid .rs-preview-title,
body.bl-feed-full-page .bl-feed-grid .rs-preview-meta,
body.bl-feed-full-page .bl-feed-grid .rs-preview-meta span {
    color: #fff !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.52);
}

body.bl-feed-full-page .bl-feed-grid .rs-preview-title {
    font-size: 19px !important;
    line-height: 1.15 !important;
    font-weight: 800 !important;
}

body.bl-feed-full-page .bl-feed-grid .rs-preview-meta {
    margin-top: 8px !important;
    gap: 12px !important;
}

body.bl-feed-full-page .bl-feed-grid .rs-preview-meta,
body.bl-feed-full-page .bl-feed-grid .rs-preview-meta > span {
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
}

body.bl-feed-full-page .bl-feed-grid .rs-preview-meta img,
body.bl-feed-full-page .bl-feed-grid .rs-preview-meta img.emoji {
    width: 14px !important;
    height: 14px !important;
    min-width: 14px !important;
    min-height: 14px !important;
    max-width: 14px !important;
    max-height: 14px !important;
    object-fit: contain !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    vertical-align: -2px !important;
}

body.bl-feed-full-page .bl-feed-app {
    grid-template-columns: 292px minmax(520px, 1fr) 430px !important;
    background: #050505 !important;
}

body.bl-feed-full-page .bl-feed-sidebar,
body.bl-feed-full-page .bl-feed-comments {
    min-width: 0;
    height: 100svh;
    background: #050505;
    color: #fff;
}

body.bl-feed-full-page .bl-feed-sidebar {
    padding: 28px 22px;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    gap: 22px;
}

body.bl-feed-full-page .bl-feed-brand {
    color: #fff !important;
    font-size: 34px;
    line-height: 1;
    font-weight: 900;
    text-decoration: none !important;
    letter-spacing: -0.02em;
}

body.bl-feed-full-page .bl-feed-brand span {
    color: #c7a0a0;
}

body.bl-feed-full-page .bl-feed-search {
    min-height: 54px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 16px;
    border-radius: 999px;
    background: #202020;
    color: rgba(255, 255, 255, 0.56);
}

body.bl-feed-full-page .bl-feed-search span {
    width: 17px;
    height: 17px;
    border: 2px solid currentColor;
    border-radius: 999px;
    position: relative;
    flex: 0 0 auto;
}

body.bl-feed-full-page .bl-feed-search span::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 2px;
    right: -7px;
    bottom: -4px;
    background: currentColor;
    transform: rotate(45deg);
    border-radius: 999px;
}

body.bl-feed-full-page .bl-feed-search input {
    min-width: 0;
    width: 100%;
    border: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    color: #fff !important;
    font-size: 17px;
}

body.bl-feed-full-page .bl-feed-search input::placeholder {
    color: rgba(255, 255, 255, 0.42);
}

body.bl-feed-full-page .bl-feed-nav {
    display: grid;
    gap: 18px;
}

body.bl-feed-full-page .bl-feed-nav a {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 21px;
    font-weight: 800;
}

body.bl-feed-full-page .bl-feed-nav a.is-active {
    color: #ff4f72 !important;
}

body.bl-feed-full-page .bl-feed-nav span {
    width: 28px;
    display: inline-grid;
    place-items: center;
    font-size: 24px;
}

body.bl-feed-full-page .bl-feed-login,
body.bl-feed-full-page .bl-feed-comment-cta {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: #ff2f5f;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 18px;
    font-weight: 900;
}

body.bl-feed-full-page .bl-feed-sidebar-foot {
    margin-top: auto;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.42);
    font-size: 14px;
    line-height: 1.8;
    font-weight: 700;
}

body.bl-feed-full-page .bl-feed-viewer {
    min-width: 0;
    height: 100svh;
    background: #050505;
    display: grid;
    place-items: center;
}

body.bl-feed-full-page .bl-feed-viewer .bl-feed-stage {
    width: 100%;
    height: 100svh !important;
    min-height: 0 !important;
    position: relative;
    display: grid !important;
    place-items: center !important;
    overflow: hidden;
}

body.bl-feed-full-page .bl-feed-viewer .bl-feed-grid-slot {
    width: auto;
    height: 100%;
    overflow: visible;
    justify-content: center;
}

body.bl-feed-full-page .reelstream-directory-grid.bl-feed-grid {
    padding: 0 !important;
}

body.bl-feed-full-page .bl-feed-grid .reelstream-grid-item {
    width: min(430px, calc((100svh - 52px) * 0.5625)) !important;
    height: min(calc(100svh - 52px), 860px) !important;
    border-radius: 16px !important;
}

body.bl-feed-full-page .bl-feed-grid .reelstream-grid-item:nth-child(n+2) {
    display: none !important;
}

body.bl-feed-full-page .bl-feed-side-actions {
    position: absolute;
    right: max(18px, calc(50% - 330px));
    bottom: 34px;
    z-index: 8;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

body.bl-feed-full-page .bl-feed-side-actions button {
    width: 58px;
    min-height: 58px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    font-weight: 900;
    cursor: pointer;
}

body.bl-feed-full-page .bl-feed-side-actions button span,
body.bl-feed-full-page .bl-feed-side-actions button:first-child,
body.bl-feed-full-page .bl-feed-side-actions button:nth-child(2) {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    font-size: 28px;
    line-height: 1;
}

body.bl-feed-full-page .bl-feed-side-actions b {
    min-height: 15px;
    font-size: 13px;
    line-height: 1;
}

body.bl-feed-full-page .bl-feed-comments {
    padding: 28px 24px;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
}

body.bl-feed-full-page .bl-feed-comments-head {
    min-height: 44px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
}

body.bl-feed-full-page .bl-feed-comments-head strong {
    font-size: 22px;
}

body.bl-feed-full-page .bl-feed-comments-head span {
    color: rgba(255, 255, 255, 0.38);
    font-weight: 800;
}

body.bl-feed-full-page .bl-feed-comments-head button {
    margin-left: auto;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 999px;
    background: #202020;
    color: #fff;
    font-size: 30px;
    line-height: 1;
}

body.bl-feed-full-page .bl-feed-comment-list {
    flex: 1 1 auto;
    overflow-y: auto;
    display: grid;
    align-content: start;
    gap: 22px;
    padding-right: 4px;
}

body.bl-feed-full-page .bl-feed-comment {
    padding-left: 52px;
    position: relative;
    min-height: 46px;
}

body.bl-feed-full-page .bl-feed-comment::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: linear-gradient(135deg, #c7a0a0, #7b5f60);
}

body.bl-feed-full-page .bl-feed-comment b {
    display: block;
    margin-bottom: 4px;
    font-size: 15px;
}

body.bl-feed-full-page .bl-feed-comment p {
    margin: 0 0 7px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.45;
}

body.bl-feed-full-page .bl-feed-comment span {
    color: rgba(255, 255, 255, 0.42);
    font-size: 13px;
    font-weight: 700;
}

body.bl-feed-full-page .bl-feed-comment.is-muted {
    opacity: 0.78;
}

@media (max-width: 980px) {
    body.bl-creator-page .bl-creator-app {
        grid-template-columns: 1fr !important;
    }

    body.bl-creator-page .bl-creator-workspace {
        padding: 12px !important;
    }

    body.bl-creator-page .bl-creator-stage {
        height: auto !important;
        min-height: 0 !important;
        grid-template-columns: 1fr !important;
    }

    body.bl-creator-page .bl-creator-preview-card {
        min-height: 62svh !important;
        border-radius: 18px 18px 0 0 !important;
    }

    body.bl-creator-page .bl-phone-preview {
        width: min(300px, 78vw) !important;
        height: min(62svh, 540px) !important;
        border-radius: 16px !important;
    }

    body.bl-creator-page .bl-creator-control-card {
        height: auto !important;
        border-radius: 0 0 18px 18px !important;
    }

    body.bl-feed-full-page .bl-feed-stage {
        height: calc(100svh - 82px) !important;
        min-height: 0 !important;
    }

    body.bl-feed-full-page .bl-feed-grid-slot {
        justify-content: flex-start;
        scroll-snap-type: x mandatory;
    }

    body.bl-feed-full-page .reelstream-directory-grid.bl-feed-grid {
        justify-content: flex-start !important;
        padding: 0 14px !important;
        gap: 14px !important;
    }

    body.bl-feed-full-page .bl-feed-grid .reelstream-grid-item {
        width: min(300px, 78vw) !important;
        height: min(calc(100svh - 118px), 540px) !important;
        scroll-snap-align: center;
    }

    body.bl-feed-full-page .bl-feed-app {
        grid-template-columns: 86px minmax(0, 1fr) !important;
    }

    body.bl-feed-full-page .bl-feed-sidebar {
        padding: 18px 10px;
        align-items: center;
    }

    body.bl-feed-full-page .bl-feed-brand {
        font-size: 18px;
        writing-mode: vertical-rl;
    }

    body.bl-feed-full-page .bl-feed-search,
    body.bl-feed-full-page .bl-feed-sidebar-foot,
    body.bl-feed-full-page .bl-feed-login,
    body.bl-feed-full-page .bl-feed-nav a:not(.is-active):not(:nth-child(3)):not(:nth-child(4)),
    body.bl-feed-full-page .bl-feed-comments {
        display: none !important;
    }

    body.bl-feed-full-page .bl-feed-nav a {
        width: 58px;
        min-height: 58px;
        justify-content: center;
        font-size: 0;
    }

    body.bl-feed-full-page .bl-feed-nav span {
        font-size: 24px;
    }

    body.bl-feed-full-page .bl-feed-viewer .bl-feed-stage {
        height: 100svh !important;
    }

    body.bl-feed-full-page .bl-feed-side-actions {
        right: 14px;
        bottom: 24px;
    }
}

@media (max-width: 767px) {
    body.bl-creator-page.admin-bar .bl-creator-app,
    body.bl-creator-page .bl-creator-app {
        min-height: 100svh !important;
    }

    body.bl-creator-page .bl-creator-topbar {
        flex-direction: row !important;
        align-items: center !important;
    }

    body.bl-creator-page .bl-creator-topbar h1 {
        font-size: 24px !important;
    }

    body.bl-creator-page .bl-creator-profile {
        width: auto !important;
        max-width: 154px !important;
    }

    body.bl-creator-page .bl-creator-preview-card {
        min-height: 58svh !important;
    }

    body.bl-creator-page .bl-phone-preview {
        width: min(250px, 74vw) !important;
        height: min(58svh, 470px) !important;
    }

    body.bl-creator-page .bl-preview-actions {
        right: 8px !important;
        bottom: 88px !important;
        gap: 10px !important;
    }

    body.bl-creator-page .bl-preview-actions i {
        width: 40px;
        height: 40px;
        font-size: 21px;
    }

    body.bl-creator-page .bl-preview-caption {
        right: 60px !important;
        bottom: 18px !important;
    }

    body.bl-creator-page .bl-creator-control-card {
        padding: 18px !important;
    }

    body.bl-feed-full-page .bl-feed-actions .bl-media-hub-action {
        display: none !important;
    }

    body.bl-feed-full-page .bl-feed-stage {
        height: calc(100svh - 78px) !important;
    }

    body.bl-feed-full-page .bl-feed-grid .reelstream-grid-item {
        width: min(250px, 74vw) !important;
        height: min(calc(100svh - 112px), 470px) !important;
    }

    body.bl-feed-full-page .bl-feed-grid .reelstream-grid-overlay {
        padding: 0 16px 18px !important;
    }

    body.bl-feed-full-page .bl-feed-grid .rs-preview-title {
        font-size: 16px !important;
    }

    body.bl-feed-full-page .bl-feed-app {
        grid-template-columns: 1fr !important;
    }

    body.bl-feed-full-page .bl-feed-sidebar {
        display: none !important;
    }

    body.bl-feed-full-page .bl-feed-grid .reelstream-grid-item {
        width: min(310px, 82vw) !important;
        height: min(calc(100svh - 28px), 620px) !important;
    }

    body.bl-feed-full-page .bl-feed-side-actions {
        right: max(10px, calc(50% - 188px));
        bottom: 44px;
    }

    body.bl-feed-full-page .bl-feed-side-actions button span,
    body.bl-feed-full-page .bl-feed-side-actions button:first-child,
    body.bl-feed-full-page .bl-feed-side-actions button:nth-child(2) {
        width: 46px;
        height: 46px;
        font-size: 23px;
    }

    body.bl-feed-full-page .bl-feed-side-actions button {
        width: 48px;
        min-height: 48px;
    }
}

@media (max-width: 420px) {
    body.home .bl-live-reels-section {
        --bl-home-media-card-height: 326px;
        padding: 0 10px !important;
    }

    body.home .bl-live-reels-section > .e-con-inner,
    body.home .bl-live-reels-layout {
        gap: 10px !important;
    }

    body.home .bl-live-grid-latest .live-card,
    body.home .bl-reels-grid-latest .reelstream-grid-item {
        height: var(--bl-home-media-card-height) !important;
    }

    body.home .bl-live-grid-latest .live-card .thumbnail {
        flex-basis: calc(var(--bl-home-media-card-height) - 116px) !important;
        height: calc(var(--bl-home-media-card-height) - 116px) !important;
        min-height: 0 !important;
    }
}

@media (max-width: 900px) {
    .bridalogue-live-studio {
        display: block !important;
    }

    .bridalogue-live-studio.hax-fullscreen-mode {
        width: 100% !important;
        height: calc(100svh - 92px) !important;
        min-height: 560px !important;
        margin: 0 !important;
        border-radius: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important;
    }

    .bridalogue-live-viewer.hax-app {
        width: 100% !important;
        height: calc(100svh - 92px) !important;
        min-height: 560px !important;
        margin: 0 !important;
        border-radius: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important;
    }

    .bridalogue-live-studio .hax-video-area {
        min-height: 70vh !important;
        border-radius: 0 !important;
    }

    .bridalogue-live-viewer .hax-video-area {
        min-height: 0 !important;
    }

    .bridalogue-live-studio .hax-sidebar {
        border-left: 0 !important;
        border-top: 1px solid var(--bl-live-border) !important;
    }
}

body.bl-feed-full-page {
    background: #0a0708 !important;
}

body.bl-feed-full-page .site-header,
body.bl-feed-full-page .bl-filter-shell,
body.bl-feed-full-page .site-footer,
body.bl-feed-full-page footer {
    display: none !important;
}

body.bl-feed-full-page .bl-feed-app {
    width: 100vw !important;
    min-height: 100svh !important;
    display: grid !important;
    grid-template-columns: 86px minmax(520px, 1fr) minmax(360px, 430px) !important;
    background:
        radial-gradient(circle at 71% 12%, rgba(185, 150, 150, 0.22), transparent 28%),
        linear-gradient(115deg, #141011 0%, #090707 54%, #181112 100%) !important;
    color: #fff !important;
}

body.bl-feed-full-page .bl-feed-sidebar {
    width: auto !important;
    height: 100svh !important;
    padding: 18px 10px !important;
    border-right: 1px solid rgba(255, 255, 255, 0.08) !important;
    background: #050404 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 14px !important;
}

body.bl-feed-full-page .bl-feed-brand {
    width: 50px !important;
    height: 50px !important;
    margin: 0 0 16px !important;
    display: grid !important;
    place-items: center !important;
    border-radius: 999px !important;
    background: #b99696 !important;
    color: #fff !important;
    font-size: 17px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    letter-spacing: 0 !important;
}

body.bl-feed-full-page .bl-feed-brand span,
body.bl-feed-full-page .bl-feed-sidebar-foot,
body.bl-feed-full-page .bl-feed-search {
    display: none !important;
}

body.bl-feed-full-page .bl-feed-nav {
    width: 100% !important;
    display: grid !important;
    gap: 12px !important;
}

body.bl-feed-full-page .bl-feed-nav a {
    width: 58px !important;
    min-height: 62px !important;
    margin: 0 auto !important;
    border-radius: 18px !important;
    display: grid !important;
    place-items: center !important;
    gap: 2px !important;
    color: rgba(255, 255, 255, 0.7) !important;
    text-decoration: none !important;
    font-size: 10px !important;
    line-height: 1.1 !important;
    font-weight: 800 !important;
    text-align: center !important;
}

body.bl-feed-full-page .bl-feed-nav a.is-active {
    background: rgba(255, 255, 255, 0.12) !important;
    color: #fff !important;
}

body.bl-feed-full-page .bl-feed-nav span {
    width: auto !important;
    height: auto !important;
    display: block !important;
    font-size: 24px !important;
    line-height: 1 !important;
}

body.bl-feed-full-page .bl-feed-login {
    width: 58px !important;
    min-height: 46px !important;
    margin-top: auto !important;
    border-radius: 16px !important;
    background: #b99696 !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    text-decoration: none !important;
}

body.bl-feed-full-page .bl-feed-viewer {
    height: 100svh !important;
    min-width: 0 !important;
    padding: 18px 22px !important;
    background: transparent !important;
    display: grid !important;
    place-items: stretch !important;
}

body.bl-feed-full-page .bl-feed-stage {
    width: 100% !important;
    height: calc(100svh - 36px) !important;
    min-height: 0 !important;
    position: relative !important;
    display: grid !important;
    grid-template-rows: auto minmax(0, 1fr) !important;
    place-items: center !important;
    overflow: hidden !important;
}

body.bl-feed-full-page .bl-feed-stage-label {
    width: min(430px, calc((100svh - 80px) * 0.5625)) !important;
    margin-bottom: 10px !important;
    display: flex !important;
    align-items: end !important;
    justify-content: space-between !important;
}

body.bl-feed-full-page .bl-feed-stage-label strong {
    font-size: 16px !important;
    color: rgba(255, 255, 255, 0.82) !important;
}

body.bl-feed-full-page .bl-feed-grid-slot {
    width: 100% !important;
    height: 100% !important;
    display: grid !important;
    place-items: center !important;
    overflow: visible !important;
}

body.bl-feed-full-page .reelstream-directory-grid.bl-feed-grid {
    width: auto !important;
    height: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    display: grid !important;
    place-items: center !important;
    gap: 0 !important;
}

body.bl-feed-full-page .bl-feed-grid .reelstream-grid-item {
    display: block !important;
    position: relative !important;
    width: min(430px, calc((100svh - 80px) * 0.5625)) !important;
    height: min(calc(100svh - 80px), 820px) !important;
    border: 0 !important;
    border-radius: 22px !important;
    background: #0d0b0b !important;
    overflow: hidden !important;
    box-shadow: 0 24px 72px rgba(0, 0, 0, 0.42) !important;
}

body.bl-feed-full-page .bl-feed-grid .reelstream-grid-item:nth-child(n+2) {
    display: none !important;
}

body.bl-feed-full-page .bl-feed-grid .reelstream-grid-item img,
body.bl-feed-full-page .bl-feed-grid .reelstream-grid-item video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 0 !important;
}

body.bl-feed-full-page .bl-feed-side-actions {
    position: absolute !important;
    right: max(16px, calc(50% - 318px)) !important;
    bottom: 32px !important;
    z-index: 8 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}

body.bl-feed-full-page .bl-feed-side-actions button {
    width: 54px !important;
    min-height: 54px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #fff !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 4px !important;
    font-weight: 900 !important;
}

body.bl-feed-full-page .bl-feed-side-actions button span,
body.bl-feed-full-page .bl-feed-side-actions button:first-child,
body.bl-feed-full-page .bl-feed-side-actions button:nth-child(2) {
    width: 52px !important;
    height: 52px !important;
    display: grid !important;
    place-items: center !important;
    border-radius: 999px !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    background: rgba(255, 255, 255, 0.16) !important;
    color: #fff !important;
    font-size: 24px !important;
    backdrop-filter: blur(8px);
}

body.bl-feed-full-page .bl-feed-side-actions b {
    min-height: 14px !important;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 12px !important;
    line-height: 1 !important;
}

body.bl-feed-full-page .bl-feed-comments {
    height: 100svh !important;
    padding: 22px !important;
    border-left: 1px solid rgba(255, 255, 255, 0.08) !important;
    background: rgba(255, 250, 249, 0.96) !important;
    color: #322929 !important;
    display: flex !important;
    flex-direction: column !important;
}

body.bl-feed-full-page .bl-feed-comments-head {
    min-height: 50px !important;
    margin: 0 0 14px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

body.bl-feed-full-page .bl-feed-comments-head strong {
    font-size: 22px !important;
    color: #322929 !important;
}

body.bl-feed-full-page .bl-feed-comments-head span {
    color: #9b7475 !important;
    font-weight: 900 !important;
}

body.bl-feed-full-page .bl-feed-comments-head button {
    margin-left: auto !important;
    width: 42px !important;
    height: 42px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #f1e4e2 !important;
    color: #7b5f60 !important;
    font-size: 28px !important;
    line-height: 1 !important;
}

body.bl-feed-full-page .bl-feed-comment-list {
    flex: 1 1 auto !important;
    overflow-y: auto !important;
    display: grid !important;
    align-content: start !important;
    gap: 16px !important;
}

body.bl-feed-full-page .bl-feed-comment {
    min-height: 50px !important;
    padding: 13px 14px 13px 62px !important;
    position: relative !important;
    border: 1px solid #ead8d5 !important;
    border-radius: 18px !important;
    background: #fff !important;
}

body.bl-feed-full-page .bl-feed-comment::before {
    content: "" !important;
    position: absolute !important;
    left: 14px !important;
    top: 14px !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #c7a0a0, #7b5f60) !important;
}

body.bl-feed-full-page .bl-feed-comment b {
    display: block !important;
    margin: 0 0 4px !important;
    color: #322929 !important;
    font-size: 14px !important;
}

body.bl-feed-full-page .bl-feed-comment p {
    margin: 0 0 7px !important;
    color: #5a4a4b !important;
    line-height: 1.45 !important;
}

body.bl-feed-full-page .bl-feed-comment span {
    color: #a98686 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
}

body.bl-feed-full-page .bl-feed-comment-cta {
    min-height: 52px !important;
    margin-top: 16px !important;
    border-radius: 999px !important;
    background: #b99696 !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    text-decoration: none !important;
}

@media (max-width: 1100px) {
    body.bl-feed-full-page .bl-feed-app {
        grid-template-columns: 76px minmax(0, 1fr) !important;
    }

    body.bl-feed-full-page .bl-feed-comments {
        display: none !important;
    }
}

@media (max-width: 767px) {
    body.bl-feed-full-page .bl-feed-app {
        grid-template-columns: 1fr !important;
    }

    body.bl-feed-full-page .bl-feed-sidebar,
    body.bl-feed-full-page .bl-feed-stage-label {
        display: none !important;
    }

    body.bl-feed-full-page .bl-feed-viewer {
        padding: 10px !important;
    }

    body.bl-feed-full-page .bl-feed-stage {
        height: calc(100svh - 20px) !important;
        grid-template-rows: minmax(0, 1fr) !important;
    }

    body.bl-feed-full-page .bl-feed-grid .reelstream-grid-item {
        width: min(360px, 92vw) !important;
        height: min(calc(100svh - 22px), 680px) !important;
        border-radius: 18px !important;
    }

    body.bl-feed-full-page .bl-feed-side-actions {
        right: max(14px, calc(50% - 188px)) !important;
        bottom: 32px !important;
        gap: 10px !important;
    }

    body.bl-feed-full-page .bl-feed-side-actions button span,
    body.bl-feed-full-page .bl-feed-side-actions button:first-child,
    body.bl-feed-full-page .bl-feed-side-actions button:nth-child(2) {
        width: 46px !important;
        height: 46px !important;
        font-size: 22px !important;
    }

body.bl-feed-full-page .bl-feed-side-actions button {
        width: 48px !important;
        min-height: 48px !important;
    }
}

body.bl-feed-full-page .bl-studio-feed-app,
body.bl-all-live-page .bl-all-live-app,
body.bl-live-studio-page .bl-live-app,
body.bl-creator-page .bl-creator-login-app {
    grid-template-columns: 82px minmax(0, 1fr) !important;
}

body.bl-feed-real-player-page .bl-studio-feed-app,
body.bl-feed-real-player-page .bl-feed-comments,
body.bl-feed-real-player-page .bl-feed-preview-card,
body.bl-feed-real-player-page .bl-feed-side-actions,
body.bl-feed-real-player-page .bl-feed-source-hidden {
    display: none !important;
}

body.bl-feed-real-player-page .reelstream-close {
    display: none !important;
    pointer-events: none !important;
}

body.bl-feed-real-player-page .bl-feed-player-rail {
    display: none !important;
}

@media (min-width: 1025px) {
    body.bl-feed-real-player-page .bl-feed-player-rail {
        position: fixed !important;
        inset: 0 auto 0 0 !important;
        width: 82px !important;
        height: 100svh !important;
        min-height: 100svh !important;
        display: flex !important;
        z-index: 2147483640 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
    }

    body.bl-feed-real-player-page.admin-bar .bl-feed-player-rail {
        top: 32px !important;
        height: calc(100svh - 32px) !important;
        min-height: calc(100svh - 32px) !important;
    }

    body.bl-feed-real-player-page .reelstream-modal.active .rs-viewer-container {
        position: fixed !important;
        inset: 0 390px 0 82px !important;
        width: auto !important;
        height: 100svh !important;
        min-height: 100svh !important;
        max-height: none !important;
        margin: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 0 !important;
        background: #050404 !important;
        box-shadow: none !important;
        overflow: visible !important;
    }

    body.bl-feed-real-player-page .reelstream-modal.active .rs-video-wrapper {
        width: min(calc((100svh - 24px) * 0.5625), 600px) !important;
        height: min(calc(100svh - 24px), 1067px) !important;
        min-width: 0 !important;
        min-height: 0 !important;
        flex: 0 0 auto !important;
        border-radius: 18px !important;
        overflow: hidden !important;
        box-shadow: 0 26px 78px rgba(0, 0, 0, 0.46) !important;
    }

    body.bl-feed-real-player-page .reelstream-modal.active #rs-main-video {
        width: 100% !important;
        height: 100% !important;
        min-width: 0 !important;
        min-height: 0 !important;
        object-fit: cover !important;
        object-position: center center !important;
        border-radius: inherit !important;
    }

    body.bl-feed-real-player-page .reelstream-modal.active .rs-comments-drawer {
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: auto !important;
        width: 390px !important;
        height: 100svh !important;
        max-height: 100svh !important;
        display: flex !important;
        transform: none !important;
        border-radius: 0 !important;
        background: #fffaf9 !important;
        box-shadow: -20px 0 46px rgba(0, 0, 0, 0.22) !important;
        z-index: 2147483639 !important;
    }

    body.bl-feed-real-player-page .reelstream-modal.active:not(.bl-comments-open) .rs-comments-drawer {
        display: none !important;
    }

    body.bl-feed-real-player-page .reelstream-modal.active:not(.bl-comments-open) .rs-viewer-container {
        inset: 0 0 0 82px !important;
    }

    body.bl-feed-real-player-page .reelstream-modal.active .rs-comments-header {
        padding: 26px 26px 18px !important;
        justify-content: flex-start !important;
        font-size: 22px !important;
        border-bottom: 1px solid #eadede !important;
    }

    body.bl-feed-real-player-page .reelstream-modal.active .rs-close-comments {
        display: none !important;
    }

    body.bl-feed-real-player-page .reelstream-modal.active .rs-comments-list {
        padding: 22px 24px !important;
    }

    body.bl-feed-real-player-page .reelstream-modal.active .rs-comment-input-area {
        padding: 18px 20px 22px !important;
        border-top: 1px solid #eadede !important;
        background: #fffaf9 !important;
    }

    body.bl-feed-real-player-page .reelstream-modal.active .rs-actions {
        position: fixed !important;
        left: auto !important;
        right: 414px !important;
        top: calc(50% + 18px) !important;
        bottom: auto !important;
        transform: none !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 14px !important;
        z-index: 2147483641 !important;
    }

    body.bl-feed-real-player-page .reelstream-modal.active:not(.bl-comments-open) .rs-actions {
        right: 24px !important;
    }

    body.bl-feed-real-player-page .reelstream-modal.active .rs-action-btn {
        display: grid !important;
        place-items: center !important;
    }

    body.bl-feed-real-player-page .reelstream-modal.active #rs-comment-btn[aria-expanded="true"] .rs-icon {
        background: rgba(255, 250, 249, 0.94) !important;
        color: #9b7475 !important;
    }

    body.bl-feed-real-player-page .reelstream-modal.active .rs-nav-controls {
        position: absolute !important;
        left: calc(82px + ((100vw - 472px) / 2) + min(calc((100svh - 24px) * 0.28125), 300px) + 22px) !important;
        right: auto !important;
        top: calc(50% - 165px) !important;
        transform: none !important;
    }

    body.bl-feed-real-player-page .reelstream-modal.active .bl-desktop-reel-actions {
        position: fixed !important;
        right: 414px !important;
        top: calc(50% - 41px) !important;
        z-index: 2147483641 !important;
        display: grid !important;
        gap: 12px !important;
    }

    body.bl-feed-real-player-page .reelstream-modal.active:not(.bl-comments-open) .bl-desktop-reel-actions {
        right: 24px !important;
    }

    body.bl-feed-real-player-page .reelstream-modal.active .bl-desktop-reel-action {
        display: grid !important;
    }

    body.bl-feed-real-player-page .reelstream-modal.active .bl-desktop-comment-action[aria-expanded="true"] {
        background: rgba(255, 250, 249, 0.94) !important;
        color: #9b7475 !important;
    }

    body.bl-feed-real-player-page .reelstream-modal.active .rs-overlay-info {
        right: 76px !important;
    }
}

body.bl-feed-full-page .bl-studio-feed-app .bl-creator-workspace,
body.bl-all-live-page .bl-all-live-app .bl-creator-workspace,
body.bl-live-studio-page .bl-live-app .bl-creator-workspace {
    overflow: hidden !important;
}

body.bl-feed-full-page .bl-studio-feed-stage,
body.bl-all-live-page .bl-all-live-stage,
body.bl-live-studio-page .bl-live-studio-stage {
    grid-template-columns: minmax(520px, 1fr) minmax(360px, 460px) !important;
}

body.bl-feed-full-page .bl-feed-preview-card,
body.bl-all-live-page .bl-all-live-preview-card,
body.bl-live-studio-page .bl-live-preview-card {
    background:
        radial-gradient(circle at 50% 34%, rgba(178, 138, 140, 0.14), transparent 24%),
        #0b0809 !important;
}

body.bl-feed-full-page .bl-feed-grid-slot {
    width: 100% !important;
    height: 100% !important;
    display: grid !important;
    place-items: center !important;
    overflow: hidden !important;
}

body.bl-feed-full-page .reelstream-directory-grid.bl-feed-grid {
    width: auto !important;
    height: 100% !important;
    display: grid !important;
    place-items: center !important;
    padding: 0 !important;
}

body.bl-feed-full-page .bl-feed-grid .reelstream-grid-item {
    width: min(420px, calc((100svh - 118px) * 0.5625)) !important;
    height: min(calc(100svh - 118px), 760px) !important;
    border-radius: 18px !important;
}

body.bl-feed-full-page .bl-feed-grid .rs-preview-meta,
body.bl-feed-full-page .bl-feed-grid .rs-preview-meta > span,
body.bl-feed-full-page .bl-feed-grid .rs-preview-meta > span > span {
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    line-height: 1 !important;
}

body.bl-feed-full-page .bl-feed-grid .rs-preview-meta img,
body.bl-feed-full-page .bl-feed-grid .rs-preview-meta img.emoji {
    width: 14px !important;
    height: 14px !important;
    min-width: 14px !important;
    min-height: 14px !important;
    max-width: 14px !important;
    max-height: 14px !important;
    object-fit: contain !important;
    border-radius: 0 !important;
    transform: none !important;
}

body.bl-feed-full-page .bl-feed-comments {
    height: 100% !important;
    min-height: 0 !important;
    border-left: 0 !important;
    background: #fffaf9 !important;
}

body.bl-feed-full-page .bl-feed-side-actions {
    right: max(18px, calc(50% - 292px)) !important;
    bottom: 86px !important;
}

body.bl-live-studio-page #hax-publisher-app.bl-live-source-hidden {
    display: none !important;
}

body.bl-live-studio-page .bl-live-preview-card {
    display: block !important;
    padding: 0 !important;
}

body.bl-live-studio-page .bl-live-preview-card .hax-video-area {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

body.bl-live-studio-page .bl-live-preview-card .hax-video-container {
    height: 100% !important;
    min-height: 0 !important;
    border-radius: 0 !important;
}

body.bl-live-studio-page .bl-live-control-card {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
}

body.bl-live-studio-page .bl-live-control-slot,
body.bl-live-studio-page .bl-live-control-slot .hax-sidebar,
body.bl-live-studio-page .bl-live-control-slot .hax-sidebar-content {
    min-height: 0 !important;
    flex: 1 1 auto !important;
}

body.bl-live-studio-page .bl-live-control-slot .hax-sidebar {
    width: 100% !important;
    height: auto !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
}

body.bl-live-studio-page .bl-live-control-slot .hax-sidebar-header,
body.bl-live-studio-page .bl-live-control-slot .hax-sidebar-footer {
    display: none !important;
}

body.bl-live-studio-page .bl-live-control-slot .hax-sidebar-content {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    padding: 0 !important;
    overflow-y: auto !important;
}

body.bl-live-studio-page .bl-live-control-slot .hax-sidebar-content > div,
body.bl-live-studio-page .bl-live-control-slot #hax-publisher-chat-list,
body.bl-live-studio-page .bl-live-control-slot .bl-chat-input-row {
    border: 1px solid #eadede !important;
    border-radius: 14px !important;
    background: #fff !important;
}

body.bl-live-studio-page .bl-live-control-slot #hax-publisher-chat-list {
    min-height: 280px !important;
}

body.bl-all-live-page .bl-all-live-grid-slot {
    width: min(520px, 100%) !important;
    max-height: 100% !important;
    overflow-y: auto !important;
    padding: 18px !important;
}

body.bl-all-live-page .bl-all-live-grid-slot .hax-live-grid {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 18px !important;
}

body.bl-all-live-page .bl-all-live-grid-slot .live-card {
    width: 100% !important;
    margin: 0 !important;
    border-color: rgba(255, 255, 255, 0.18) !important;
    box-shadow: 0 20px 58px rgba(0, 0, 0, 0.34) !important;
}

body.bl-all-live-page .bl-all-live-control-card {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
}

body.bl-all-live-page .bl-live-search-card {
    display: grid !important;
    gap: 8px !important;
    padding: 14px !important;
    border: 1px solid #eadede !important;
    border-radius: 16px !important;
    background: #fff !important;
    color: #322929 !important;
    font-weight: 800 !important;
}

body.bl-all-live-page .bl-live-search-card input {
    width: 100% !important;
    min-height: 44px !important;
    padding: 0 12px !important;
    border: 1px solid #eadede !important;
    border-radius: 12px !important;
    background: #fffaf9 !important;
}

body.bl-all-live-page .bl-all-live-control-card .bl-creator-primary {
    margin-top: auto !important;
}

@media (max-width: 1100px) {
    body.bl-feed-full-page .bl-studio-feed-stage,
    body.bl-all-live-page .bl-all-live-stage,
    body.bl-live-studio-page .bl-live-studio-stage {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    body.bl-feed-full-page .bl-feed-comments,
    body.bl-all-live-page .bl-all-live-control-card,
    body.bl-live-studio-page .bl-live-control-card {
        display: none !important;
    }
}

@media (max-width: 767px) {
    body.bl-feed-full-page .bl-studio-feed-app,
    body.bl-all-live-page .bl-all-live-app,
    body.bl-live-studio-page .bl-live-app {
        grid-template-columns: 1fr !important;
    }

    body.bl-feed-full-page .bl-studio-feed-app .bl-creator-rail,
    body.bl-all-live-page .bl-all-live-app .bl-creator-rail,
    body.bl-live-studio-page .bl-live-app .bl-creator-rail,
    body.bl-feed-full-page .bl-studio-feed-app .bl-creator-topbar,
    body.bl-all-live-page .bl-all-live-app .bl-creator-topbar,
    body.bl-live-studio-page .bl-live-app .bl-creator-topbar {
        display: none !important;
    }
}

body.bl-vendor-register-page {
    background:
        linear-gradient(180deg, #fff 0%, #fff8f6 100%) !important;
}

body.bl-vendor-register-page .site-main {
    max-width: none !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    min-height: calc(100svh - 206px) !important;
    display: grid !important;
    align-items: center !important;
}

body.bl-vendor-register-page .entry-title {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
}

body.bl-vendor-register-page .page-content {
    max-width: none !important;
    width: min(1460px, calc(100% - 56px)) !important;
    margin: 0 auto !important;
    padding: 58px 0 46px !important;
}

body.bl-vendor-register-page #wcfm-main-contentainer,
body.bl-vendor-register-page #wcfm-content,
body.bl-vendor-register-page .wcfm-membership-wrapper,
body.bl-vendor-register-page #wcfm_membership_container {
    max-width: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
}

body.bl-vendor-register-page #wcfm_membership_registration_form {
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: minmax(420px, 1fr) minmax(460px, 560px) !important;
    gap: clamp(48px, 7vw, 110px) !important;
    align-items: center !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
    position: relative !important;
}

body.bl-vendor-register-page #wcfm_membership_registration_form:not(.bl-vendor-form-ready) {
    opacity: 0 !important;
}

body.bl-vendor-register-page #wcfm_membership_registration_form.bl-vendor-form-ready {
    opacity: 1 !important;
    transition: opacity 160ms ease !important;
}

body.bl-vendor-register-page #wcfm_membership_registration_form::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -46px;
    height: 180px;
    background:
        linear-gradient(135deg, transparent 0 18%, rgba(185, 150, 150, 0.12) 18% 19%, transparent 19% 100%),
        linear-gradient(90deg, rgba(185, 150, 150, 0.12), rgba(185, 150, 150, 0.04));
    clip-path: polygon(0 62%, 8% 72%, 14% 56%, 22% 74%, 30% 50%, 38% 73%, 48% 54%, 58% 76%, 66% 48%, 76% 72%, 86% 55%, 100% 68%, 100% 100%, 0 100%);
    pointer-events: none;
    z-index: 0;
}

body.bl-vendor-register-page .bl-vendor-intro {
    min-height: 100% !important;
    padding: 0 0 110px !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #6f5657 !important;
    box-shadow: none !important;
    position: relative !important;
    z-index: 1 !important;
}

body.bl-vendor-register-page .bl-vendor-intro .bl-kicker {
    color: #b17c7c !important;
    font-size: 24px !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

body.bl-vendor-register-page .bl-vendor-intro h2 {
    max-width: 680px !important;
    margin: 22px 0 50px !important;
    color: #7d5557 !important;
    font-size: clamp(44px, 4.1vw, 68px) !important;
    line-height: 1.08 !important;
    font-weight: 800 !important;
}

body.bl-vendor-register-page .bl-vendor-intro p {
    max-width: 600px !important;
    margin: -30px 0 34px !important;
    color: #9b7475 !important;
    font-size: 20px !important;
    line-height: 1.6 !important;
}

body.bl-vendor-register-page .bl-vendor-intro ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    display: grid !important;
    gap: 34px !important;
    max-width: 660px !important;
}

body.bl-vendor-register-page .bl-vendor-intro li {
    position: relative !important;
    min-height: 56px !important;
    padding: 0 0 0 74px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #8b6869 !important;
    font-size: 21px !important;
    line-height: 1.45 !important;
    font-weight: 700 !important;
}

body.bl-vendor-register-page .bl-vendor-intro li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 4px;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #fff;
    color: #b17c7c;
    border: 2px solid #ead8d5;
    font-weight: 900;
    box-shadow: 0 12px 26px rgba(86, 55, 58, 0.08);
}

body.bl-vendor-register-page #wcfm_membership_registration_form .wcfm-container {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: 0 20px 58px rgba(86, 55, 58, 0.14) !important;
    border-radius: 8px !important;
    position: relative !important;
    z-index: 2 !important;
}

body.bl-vendor-register-page #wcfm_membership_registration_form .wcfm-content {
    width: 100% !important;
    min-height: 100% !important;
    padding: 42px 42px 36px !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: #fff !important;
}

body.bl-vendor-register-page .wcfm_registration_form_heading {
    margin: 0 0 18px !important;
    color: #322929 !important;
    font-size: 30px !important;
    line-height: 1.1 !important;
    font-weight: 700 !important;
}

body.bl-vendor-register-page .wcfm_registration_form_heading::after {
    display: none !important;
}

body.bl-vendor-register-page .bl-vendor-fields {
    display: grid !important;
    gap: 13px !important;
}

body.bl-vendor-register-page .bl-vendor-field {
    display: grid !important;
    grid-template-columns: 1fr !important;
    row-gap: 7px !important;
    align-items: stretch !important;
    padding: 0 !important;
}

body.bl-vendor-register-page #wcfm_membership_registration_form p.wcfm_title {
    width: auto !important;
    min-height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    color: #8b6869 !important;
    font-size: 13px !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
    font-style: normal !important;
    text-transform: none !important;
}

body.bl-vendor-register-page #wcfm_membership_registration_form p.wcfm_title strong {
    font-weight: 800 !important;
}

body.bl-vendor-register-page #wcfm_membership_registration_form .required {
    color: #c53f5d !important;
}

body.bl-vendor-register-page #wcfm_membership_registration_form input.wcfm-text,
body.bl-vendor-register-page #wcfm_membership_registration_form select.wcfm-select:not(.select2-hidden-accessible),
body.bl-vendor-register-page #wcfm_membership_registration_form textarea,
body.bl-vendor-register-page #wcfm_membership_registration_form .select2-container .select2-selection {
    width: 100% !important;
    min-height: 54px !important;
    margin: 0 !important;
    padding: 0 16px !important;
    float: none !important;
    border: 1px solid #e2cfcc !important;
    border-radius: 3px !important;
    background: #fff !important;
    color: #3a2d2f !important;
    font-size: 16px !important;
    line-height: 54px !important;
    box-shadow: none !important;
}

body.bl-vendor-register-page #wcfm_membership_registration_form input.wcfm-text:focus,
body.bl-vendor-register-page #wcfm_membership_registration_form select.wcfm-select:not(.select2-hidden-accessible):focus,
body.bl-vendor-register-page #wcfm_membership_registration_form textarea:focus,
body.bl-vendor-register-page #wcfm_membership_registration_form .select2-container--focus .select2-selection {
    outline: 0 !important;
    border-color: #b99696 !important;
    box-shadow: 0 0 0 4px rgba(185, 150, 150, 0.16) !important;
}

body.bl-vendor-register-page #wcfm_membership_registration_form .select2-container {
    width: 100% !important;
    max-width: none !important;
}

body.bl-vendor-register-page #wcfm_membership_registration_form select.select2-hidden-accessible {
    width: 1px !important;
    min-width: 1px !important;
    max-width: 1px !important;
    height: 1px !important;
    min-height: 1px !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
}

body.bl-vendor-register-page #wcfm_membership_registration_form .select2-selection__rendered {
    padding: 0 !important;
    color: #3a2d2f !important;
    line-height: 54px !important;
}

body.bl-vendor-register-page #wcfm_membership_registration_form .select2-selection__arrow {
    height: 54px !important;
    right: 10px !important;
}

body.bl-vendor-register-page #wcfm_membership_registration_form .description,
body.bl-vendor-register-page #wcfm_membership_registration_form .wcfm_page_options_desc {
    grid-column: 1 !important;
    width: auto !important;
    margin: -2px 0 0 !important;
    padding: 0 !important;
    color: #9b7475 !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    font-style: normal !important;
}

body.bl-vendor-register-page #wcfm_membership_registration_form .wcfm_submit_button {
    min-width: 190px !important;
    width: 100% !important;
    min-height: 56px !important;
    margin: 18px 0 0 !important;
    padding: 0 26px !important;
    border: 0 !important;
    border-radius: 3px !important;
    background: #b99696 !important;
    color: #fff !important;
    font-size: 17px !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    box-shadow: 0 12px 26px rgba(125, 91, 92, 0.2) !important;
}

body.bl-vendor-register-page #wcfm_membership_registration_form .wcfm_submit_button:hover {
    background: #9f7a7b !important;
}

body.bl-vendor-register-page #wcfm_membership_registration_form .wcfm-message,
body.bl-vendor-register-page #wcfm_membership_registration_form .wcfm-error,
body.bl-vendor-register-page #wcfm_membership_registration_form .wcfm_form_simple_submit_wrapper {
    grid-column: 2 !important;
}

body.bl-vendor-register-page #wcfm_membership_registration_form + p,
body.bl-vendor-register-page #wcfm_membership_registration_form .wcfm_notification,
body.bl-vendor-register-page #wcfm_membership_registration_form .wcfm-message {
    color: #6f5657 !important;
}

@media (max-width: 980px) {
    body.bl-vendor-register-page .site-main {
        width: min(100% - 28px, 760px) !important;
        padding-top: 18px !important;
    }

    body.bl-vendor-register-page #wcfm_membership_registration_form {
        grid-template-columns: 1fr !important;
        padding: 12px !important;
        border-radius: 20px !important;
    }

    body.bl-vendor-register-page .bl-vendor-intro {
        padding: 22px !important;
        min-height: auto !important;
    }

    body.bl-vendor-register-page .bl-vendor-intro ul {
        gap: 8px !important;
    }
}

@media (max-width: 640px) {
    body.bl-vendor-register-page .entry-title {
        font-size: 34px !important;
    }

    body.bl-vendor-register-page #wcfm_membership_registration_form .wcfm-content {
        padding: 20px 16px !important;
    }

    body.bl-vendor-register-page .wcfm_registration_form_heading {
        font-size: 26px !important;
    }

    body.bl-vendor-register-page .wcfm_registration_form_heading::after {
        margin: 10px 0 0 !important;
        display: flex !important;
        width: max-content !important;
    }

    body.bl-vendor-register-page .bl-vendor-field {
        grid-template-columns: 1fr !important;
        gap: 7px !important;
    }

    body.bl-vendor-register-page #wcfm_membership_registration_form .description,
    body.bl-vendor-register-page #wcfm_membership_registration_form .wcfm_page_options_desc,
    body.bl-vendor-register-page #wcfm_membership_registration_form .wcfm-message,
    body.bl-vendor-register-page #wcfm_membership_registration_form .wcfm-error,
    body.bl-vendor-register-page #wcfm_membership_registration_form .wcfm_form_simple_submit_wrapper {
        grid-column: 1 !important;
    }

    body.bl-vendor-register-page #wcfm_membership_registration_form .wcfm_submit_button {
        width: 100% !important;
        margin-top: 18px !important;
    }
}

@media (min-width: 1025px) {
    body.bl-feed-real-player-page .reelstream-modal.active .rs-actions {
        position: fixed !important;
        left: calc(82px + ((100vw - 472px) / 2) + min(calc((100svh - 24px) * 0.28125), 300px) + 14px) !important;
        right: auto !important;
        top: calc(50% - 47px) !important;
        bottom: auto !important;
        width: 58px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 14px !important;
        transform: none !important;
        z-index: 2147483641 !important;
        pointer-events: auto !important;
    }

    body.bl-feed-real-player-page .reelstream-modal.active:not(.bl-comments-open) .rs-actions {
        left: calc(82px + ((100vw - 82px) / 2) + min(calc((100svh - 24px) * 0.28125), 300px) + 14px) !important;
        right: auto !important;
    }

    body.bl-feed-real-player-page .reelstream-modal.active .rs-nav-controls {
        position: fixed !important;
        left: calc(82px + ((100vw - 472px) / 2) + min(calc((100svh - 24px) * 0.28125), 300px) + 22px) !important;
        right: auto !important;
        top: calc(50% - 165px) !important;
        transform: none !important;
        z-index: 2147483642 !important;
    }

    body.bl-feed-real-player-page .reelstream-modal.active:not(.bl-comments-open) .rs-nav-controls {
        left: calc(82px + ((100vw - 82px) / 2) + min(calc((100svh - 24px) * 0.28125), 300px) + 22px) !important;
        right: auto !important;
    }

    body.bl-feed-real-player-page .reelstream-modal.active .bl-desktop-reel-actions {
        display: none !important;
    }
}

.bl-reel-modal .rs-icon i,
.bl-desktop-reel-action i {
    color: rgb(255, 255, 255) !important;
    font-size: 24px !important;
    line-height: 1 !important;
}

.bl-reel-modal #rs-like-btn .rs-icon,
.bl-reel-modal #rs-comment-btn .rs-icon,
.bl-reel-modal #rs-share-btn .rs-icon {
    font-size: 24px !important;
}

.bl-reel-modal #rs-like-btn .rs-icon::before,
.bl-reel-modal #rs-like-btn .rs-icon::after,
.bl-reel-modal #rs-comment-btn .rs-icon::before,
.bl-reel-modal #rs-comment-btn .rs-icon::after,
.bl-reel-modal #rs-share-btn .rs-icon::before,
.bl-reel-modal #rs-share-btn .rs-icon::after,
.bl-desktop-comment-action span::before,
.bl-desktop-comment-action span::after,
.bl-desktop-share-action span::before,
.bl-desktop-share-action span::after {
    content: none !important;
    display: none !important;
}
