@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");

/**
 * Herald Social VC / index2 — ISM Inspire TV–inspired live UI.
 * Scoped to body.vc-cinema-live. Presentation only; JS unchanged.
 * Reference: https://www.isminspire.tv/live
 */

/* --- Tokens (black + red primary + orange section accents) --- */
body.vc-cinema-live {
  --ism-black: #000000;
  --ism-panel: #141414;
  --ism-panel-2: #1a1a1a;
  --ism-border: #2a2a2a;
  --ism-muted: #a3a3a3;
  --ism-white: #ffffff;
  --ism-red: #e50914;
  --ism-red-deep: #b20710;
  --ism-orange: #f5a623;
  --ism-orange-soft: rgba(245, 166, 35, 0.88);
  --vc-cta-fs: 0.75rem;
  --vc-cta-icon: 16px;
  --vc-cta-pad-x: 0.65rem;
  --vc-cta-pad-y: 0.3rem;
  --vc-cta-gap: 0.35rem;
  font-family: "Inter", "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
  background-color: var(--ism-black);
  background-image: none;
  color: var(--ism-white);
}

body.vc-cinema-live .bodyfont {
  font-family: inherit;
}

body.vc-cinema-live .base {
  color: var(--ism-orange-soft) !important;
}

/* --- Header: solid bar, stacks above player (fixes main.css position:absolute collapses attachment) --- */
body.vc-cinema-live .header__section__attachment {
  position: sticky;
  top: 0;
  z-index: 1040;
  isolation: isolate;
  background: var(--ism-black) !important;
  background-color: var(--ism-black) !important;
  border-bottom: 1px solid var(--ism-border);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
}

body.vc-cinema-live .header-wrapper.mainbg {
  background: var(--ism-black) !important;
}

/* main.css `.header-wrapper { position: absolute }` — restore in-flow so content starts below chrome */
body.vc-cinema-live .header-wrapper {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  right: auto !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100% !important;
  padding: 0.5rem clamp(14px, 3vw, 36px) !important;
  min-height: 56px;
  flex-wrap: wrap;
}

body.vc-cinema-live .header-wrapper.body-collapse {
  width: 100% !important;
  left: auto !important;
  padding-left: clamp(14px, 3vw, 36px) !important;
}

body.vc-cinema-live .header-wrapper.menu-fixed {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: 100% !important;
}

@media (max-width: 1199px) {
  body.vc-cinema-live .header-wrapper {
    padding-left: clamp(14px, 3vw, 36px) !important;
    width: 100% !important;
    left: 0 !important;
  }
}

body.vc-cinema-live .main-menuone {
  align-items: center;
  gap: clamp(8px, 1.8vw, 22px);
  margin: 0;
  flex-wrap: wrap;
}

body.vc-cinema-live .main-menuone > li > a.logo-link {
  padding: 0;
  border-radius: 0;
  background: transparent !important;
}

body.vc-cinema-live .main-menuone > li > a:not(.logo-link) {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: rgba(255, 255, 255, 0.88) !important;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  transition: background 0.18s ease, color 0.18s ease;
}

body.vc-cinema-live .main-menuone > li > a:not(.logo-link):hover {
  background: rgba(255, 255, 255, 0.08);
  color: var(--ism-white) !important;
}

/* “Live” nav pill + red pulse (pairs with markup class `vc-nav-live`) */
body.vc-cinema-live .vc-nav-live {
  background: rgba(255, 255, 255, 0.12) !important;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

body.vc-cinema-live .vc-nav-live::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ism-red);
  box-shadow: 0 0 0 3px rgba(229, 9, 20, 0.35);
  flex-shrink: 0;
}

body.vc-cinema-live .logo-img {
  margin-left: 0 !important;
  filter: none;
}

body.vc-cinema-live .menu__right__components {
  gap: 0.5rem;
}

body.vc-cinema-live .menu__components .dropdown .user__active .vc-profile-avatar {
  box-shadow: 0 0 0 2px rgba(229, 9, 20, 0.55);
}

/* Profile avatar tile: Inspire-like square chip + initials when no usable photo */
body.vc-cinema-live .vc-profile-avatar {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 10px !important;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: linear-gradient(145deg, #b20710 0%, #e50914 88%);
  border: none;
}

body.vc-cinema-live .vc-profile-avatar__initials {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #fff;
  line-height: 1;
  user-select: none;
  pointer-events: none;
  z-index: 1;
}

body.vc-cinema-live .vc-profile-avatar__img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  z-index: 2;
  visibility: hidden;
  pointer-events: none;
}

body.vc-cinema-live .vc-profile-avatar--photo .vc-profile-avatar__img {
  visibility: visible;
  pointer-events: auto;
}

body.vc-cinema-live .vc-profile-avatar--photo .vc-profile-avatar__initials {
  visibility: hidden;
}

body.vc-cinema-live .vc-profile-avatar--photo .vc-profile-avatar__img[src=''] {
  display: none !important;
}

body.vc-cinema-live .dropdown.profie__dropdown .user__active {
  display: inline-flex !important;
  align-items: center;
  outline: none;
}

body.vc-cinema-live .dropdown-menu {
  border: 1px solid var(--ism-border) !important;
  background: var(--ism-panel) !important;
  border-radius: 12px !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
}

body.vc-cinema-live .dropdown-menu .white {
  color: var(--ism-white) !important;
}

/* Kill template hero spacing — fixes large gap under header before player */
body.vc-cinema-live section.live__video.custom__150,
body.vc-cinema-live .live__video.custom__150 {
  padding-top: 8px !important;
  padding-bottom: 0 !important;
}

/* --- Main columns --- */
body.vc-cinema-live section.vc-live-zone {
  margin-top: 0 !important;
  margin-bottom: clamp(1rem, 3vw, 2rem) !important;
  padding-top: clamp(8px, 1.35vw, 14px) !important;
  padding-left: clamp(12px, 2.5vw, 28px) !important;
  padding-right: clamp(12px, 2.5vw, 28px) !important;
}

body.vc-cinema-live .live__video .row.g-4 {
  --bs-gutter-y: 0.75rem;
}

body.vc-cinema-live .main__highlight__wrapper .attach__highlight__box.round16.mainbg {
  background: transparent !important;
  border-radius: 16px !important;
  overflow: visible;
}

body.vc-cinema-live .main__highlight__wrapper .attach__highlight__box {
  padding: 6px 8px clamp(10px, 1.25vw, 12px);
  border: 1px solid var(--ism-border);
  background: var(--ism-panel) !important;
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45);
}

body.vc-cinema-live .main__highlight__wrapper .attach__highlight__box.mb-40 {
  margin-bottom: 0.875rem !important;
}

body.vc-cinema-live .custom__vidoe.this__live .video-container.containerc {
  border-radius: 12px !important;
  overflow: hidden;
  background: #000;
  box-shadow: none;
  border: 1px solid var(--ism-border);
}

/*
 * Player stage: on large screens use a fixed 16:9 frame with absolute fill.
 * On small screens PlayerJS stacks video + bottom controls — strict 16:9 + overflow clips the bar (see mobile block).
 */
body.vc-cinema-live #vcLivePlayerWrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: auto !important;
  min-height: 0;
  box-sizing: border-box;
}

body.vc-cinema-live #vcLivePlayerWrap #player iframe {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  border: 0 !important;
}

body.vc-cinema-live #vcLivePlayerWrap #player video {
  width: 100% !important;
  object-fit: contain;
  object-position: center center;
  background: #000;
}

/* PlayerJS root — never cap max-height (clips timeline / fullscreen row on small widths) */
body.vc-cinema-live #vcLivePlayerWrap #player .playerjs {
  width: 100% !important;
  box-sizing: border-box;
}

body.vc-cinema-live #jaas-container iframe {
  width: 100% !important;
  height: 100% !important;
  min-height: 200px;
}

/* Large viewports: letterboxed 16:9 stage */
@media (min-width: 992px) {
  body.vc-cinema-live .custom__vidoe.this__live .video-container.containerc {
    overflow: hidden;
  }

  body.vc-cinema-live #vcLivePlayerWrap {
    aspect-ratio: 16 / 9;
    max-height: min(76vh, 860px);
  }

  body.vc-cinema-live #vcLivePlayerWrap #player {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    box-sizing: border-box;
  }

  body.vc-cinema-live #vcLivePlayerWrap #player video {
    position: absolute;
    left: 0;
    top: 0;
    height: 100% !important;
  }

  body.vc-cinema-live #vcLivePlayerWrap #player .playerjs {
    height: 100% !important;
    min-height: 0 !important;
  }

  /* Iframe/HLS embeds fill the stage; drop legacy padding hack (parent is already 16:9). */
  body.vc-cinema-live #vcLivePlayerWrap #player.vc-embed-aspect {
    padding-bottom: 0 !important;
  }
}

/* Small phones / tablets: let PlayerJS (video + control bar) set natural height; no clipping */
@media (max-width: 991.98px) {
  body.vc-cinema-live .custom__vidoe.this__live .video-container.containerc {
    overflow: visible;
  }

  body.vc-cinema-live #vcLivePlayerWrap {
    aspect-ratio: unset;
    max-height: none;
    height: auto !important;
    min-height: 0;
  }

  body.vc-cinema-live #vcLivePlayerWrap #player:not(.vc-embed-aspect) {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
  }

  /*
   * Google Drive / YouTube / HLS: mobile rule was forcing #player { height: auto }, which
   * broke the 16:9 wrapper (border-box + padding hack) and clipped iframe content.
   * Use aspect-ratio so the embed always reserves correct space above CTAs.
   */
  body.vc-cinema-live #vcLivePlayerWrap #player.vc-embed-aspect {
    position: relative !important;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100% !important;
    height: auto !important;
    padding-bottom: 0 !important;
    aspect-ratio: 16 / 9;
    max-height: none;
    overflow: hidden !important;
    min-height: 0 !important;
    box-sizing: border-box !important;
  }

  body.vc-cinema-live #vcLivePlayerWrap #player.vc-embed-aspect iframe {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    border: 0 !important;
  }

  body.vc-cinema-live #vcLivePlayerWrap #player.vc-embed-aspect video {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    aspect-ratio: unset !important;
    object-fit: contain;
    object-position: center center;
    background: #000;
  }

  body.vc-cinema-live #vcLivePlayerWrap #player:not(.vc-embed-aspect) .playerjs {
    height: auto !important;
    min-height: 0 !important;
  }

  body.vc-cinema-live #vcLivePlayerWrap #player:not(.vc-embed-aspect) video {
    position: relative;
    left: auto;
    top: auto;
    height: auto !important;
    aspect-ratio: 16 / 9;
    max-height: min(56.25vw, 78vh);
  }
}

body.vc-cinema-live #jaas-container {
  margin-bottom: 0.75rem;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--ism-border);
  min-height: 200px;
  background: #000;
}

/* No Jitsi / empty conferencing slot — removes black “dead” strip under header */
body.vc-cinema-live #jaas-container:empty {
  display: none;
  margin: 0;
  padding: 0;
  border: none;
  min-height: 0 !important;
  height: 0 !important;
  overflow: hidden;
}

body.vc-cinema-live .attach__highlight__content {
  padding: 0.35rem 0 0 !important;
}

/* --- CTA grid: 5 actions on one row; Amplified Views full width below (no horizontal scroll) --- */
body.vc-cinema-live .like__sharewrap.vc-cta-grid {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: var(--vc-cta-gap) !important;
  row-gap: var(--vc-cta-gap) !important;
  padding: 0.3rem 0 !important;
  margin-top: 0.35rem !important;
  margin-bottom: 0 !important;
  width: 100% !important;
  list-style: none;
  overflow-x: visible !important;
  overflow-y: visible !important;
  border-radius: 0;
  border: none;
  background: transparent !important;
  mask-image: none !important;
  align-items: stretch;
}

body.vc-cinema-live .like__sharewrap.vc-cta-grid > li {
  list-style: none;
  min-width: 0;
  background: transparent !important;
  border-radius: 999px !important;
  overflow: hidden;
  padding: 0 !important;
}

body.vc-cinema-live .like__sharewrap.vc-cta-grid > li.vc-cta-views {
  grid-column: auto;
}

body.vc-cinema-live .like__sharewrap.vc-cta-grid > li.vc-cta-views > a {
  width: 100%;
  justify-content: center !important;
  flex-direction: row !important;
}

/* Compact icon + label stack so five columns fit on narrow phones */
body.vc-cinema-live .like__sharewrap.vc-cta-grid > li:not(.vc-cta-views) > a {
  flex-direction: column !important;
  justify-content: center !important;
  gap: 0.12rem !important;
  padding: var(--vc-cta-pad-y) 0.22rem !important;
  text-align: center;
  line-height: 1.12;
}

body.vc-cinema-live .like__sharewrap.vc-cta-grid > li:not(.vc-cta-views) > a .bodyfont {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: var(--vc-cta-fs) !important;
}

/* Wider viewports: normal horizontal chip (still one row of five + views) */
@media (min-width: 576px) {
  body.vc-cinema-live .like__sharewrap.vc-cta-grid > li:not(.vc-cta-views) > a {
    flex-direction: row !important;
    gap: 0.28rem !important;
    padding: var(--vc-cta-pad-y) var(--vc-cta-pad-x) !important;
  }

  body.vc-cinema-live .like__sharewrap.vc-cta-grid > li:not(.vc-cta-views) > a .bodyfont {
    white-space: normal;
    text-overflow: unset;
    overflow: visible;
  }
}

/* Non-grid .like__sharewrap (legacy pages): keep flexible wrap */
body.vc-cinema-live .like__sharewrap:not(.vc-cta-grid) {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: stretch !important;
  justify-content: center !important;
  gap: var(--vc-cta-gap) !important;
}

body.vc-cinema-live .like__sharewrap:not(.vc-cta-grid) > li {
  flex: 1 1 auto;
  min-width: min(100%, clamp(7.25rem, 38vw, 11.5rem));
  max-width: 100%;
}

body.vc-cinema-live .like__sharewrap:not(.vc-cta-grid) > li.vc-cta-views {
  flex: 1 1 100%;
  min-width: 100%;
}

body.vc-cinema-live .like__sharewrap:not(.vc-cta-grid) > li.vc-cta-views > a {
  width: 100%;
  justify-content: center !important;
}

body.vc-cinema-live .like__sharewrap > li > a {
  min-height: 0;
  width: 100%;
  padding: var(--vc-cta-pad-y) var(--vc-cta-pad-x) !important;
  border-radius: 999px !important;
  gap: 0.28rem !important;
  display: flex !important;
  align-items: center !important;
  transition: transform 0.12s ease, filter 0.12s ease, opacity 0.12s ease;
}

body.vc-cinema-live .like__sharewrap > li > a:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
}

body.vc-cinema-live .like__sharewrap .material-symbols-outlined,
body.vc-cinema-live .like__sharewrap > li > a .material-symbols-outlined {
  font-size: var(--vc-cta-icon) !important;
  line-height: 1 !important;
  vertical-align: middle;
}

body.vc-cinema-live .like__sharewrap span.fw-500,
body.vc-cinema-live .like__sharewrap span.white,
body.vc-cinema-live .like__sharewrap .bodyfont {
  font-size: var(--vc-cta-fs) !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em !important;
  line-height: 1.25 !important;
}

body.vc-cinema-live .like__sharewrap > li:nth-child(6) #viewCount {
  font-size: var(--vc-cta-fs) !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
}

body.vc-cinema-live .like__sharewrap > li:nth-child(6) p {
  margin: 0;
}

/* Default “secondary” chip */
body.vc-cinema-live .like__sharewrap > li:not(:nth-child(2)) > a,
body.vc-cinema-live .like__sharewrap > li:not(:nth-child(2)) > a {
  box-shadow: none;
}

body.vc-cinema-live .like__sharewrap > li:nth-child(1) a,
body.vc-cinema-live .like__sharewrap > li:nth-child(3) a,
body.vc-cinema-live .like__sharewrap > li:nth-child(4) a,
body.vc-cinema-live .like__sharewrap > li:nth-child(5) a,
body.vc-cinema-live .like__sharewrap > li:nth-child(6) a {
  background: var(--ism-panel-2) !important;
  border: 1px solid var(--ism-border);
}

body.vc-cinema-live .like__sharewrap > li:nth-child(2),
body.vc-cinema-live .like__sharewrap > li:nth-child(2) a {
  background: var(--ism-red) !important;
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 2px 8px rgba(229, 9, 20, 0.28), 0 1px 0 rgba(255, 255, 255, 0.05) inset;
}

body.vc-cinema-live .like__sharewrap .white {
  color: #fff !important;
}

/* Narrow phones: tighter tokens; grid row gets extra-compact type for 5 columns */
@media (max-width: 575.98px) {
  body.vc-cinema-live .like__sharewrap:not(.vc-cta-grid) > li {
    min-width: min(100%, 7rem);
  }

  body.vc-cinema-live {
    --vc-cta-fs: 0.6875rem;
    --vc-cta-icon: 15px;
    --vc-cta-pad-x: 0.5rem;
    --vc-cta-pad-y: 0.28rem;
    --vc-cta-gap: 0.3rem;
  }

  body.vc-cinema-live .like__sharewrap.vc-cta-grid {
    --vc-cta-fs: 0.5625rem;
    --vc-cta-icon: 13px;
    --vc-cta-pad-x: 0.35rem;
    --vc-cta-pad-y: 0.22rem;
    --vc-cta-gap: 0.22rem;
  }
}

body.vc-cinema-live .attach__highlight__content hr,
body.vc-cinema-live .main__highlight__wrapper hr {
  border-color: var(--ism-border) !important;
  opacity: 1;
  margin-top: 0.45rem !important;
  margin-bottom: 0.45rem !important;
}

/* Title under player */
body.vc-cinema-live .vc-live-title-wrap {
  margin-top: 0.5rem;
  padding: clamp(8px, 1.25vw, 11px);
  border-radius: 10px;
  border: 1px solid var(--ism-border);
  background: rgba(255, 255, 255, 0.03);
}

body.vc-cinema-live #meetingTitle {
  margin: 0;
  font-size: clamp(0.8125rem, 1.5vw, 0.9375rem);
  font-weight: 700;
  color: var(--ism-white) !important;
  letter-spacing: 0.04em;
  line-height: 1.35;
  text-transform: uppercase;
}

/* --- Chat column --- */
body.vc-cinema-live .watching__chatbar.vc-chat-panel {
  background: var(--ism-panel) !important;
  border: 1px solid var(--ism-border);
  border-radius: 16px !important;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45);
  display: flex;
  flex-direction: column;
  min-height: min(560px, 70vh);
  max-height: 85vh;
}

body.vc-cinema-live .vc-chat-toolbar {
  width: 100%;
}

body.vc-cinema-live .watching__chatbar .baseborder__bottomdadh {
  border-color: var(--ism-border) !important;
  padding-bottom: 0.75rem !important;
  margin-bottom: 0.85rem !important;
}

body.vc-cinema-live .vc-chat-live-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--ism-red);
  box-shadow: 0 0 0 4px rgba(229, 9, 20, 0.25);
  flex-shrink: 0;
}

body.vc-cinema-live .watching__chatbar h4.white {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  text-transform: none;
  letter-spacing: 0.02em !important;
  color: var(--ism-white) !important;
  margin: 0;
}

body.vc-cinema-live .watching__chatbar h4.white .material-symbols-outlined:not(.vc-ms-icon) {
  font-size: 1.35rem !important;
  opacity: 0.9;
}

body.vc-cinema-live .vc-chat-toolbar-meta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ism-muted);
}

body.vc-cinema-live .vc-chat-toolbar-meta .material-symbols-outlined {
  font-size: 1.35rem !important;
}

body.vc-cinema-live .chating__running {
  flex: 1 1 auto;
  min-height: 200px;
  display: flex;
  flex-direction: column;
}

body.vc-cinema-live .chating__runbox {
  flex: 1 1 auto;
  background: var(--ism-black);
  border-radius: 10px;
  padding: 10px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--ism-red) transparent;
}

body.vc-cinema-live .chating__runbox::-webkit-scrollbar {
  width: 6px;
}
body.vc-cinema-live .chating__runbox::-webkit-scrollbar-thumb {
  background: rgba(229, 9, 20, 0.45);
  border-radius: 6px;
}

body.vc-cinema-live #chatMessages .message {
  padding: 0.55rem 0.72rem !important;
  margin-bottom: 8px !important;
  margin-top: 0 !important;
  border-radius: 10px !important;
  background: var(--ism-panel-2) !important;
  border: 1px solid var(--ism-border);
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.92);
}

body.vc-cinema-live #chatMessages .message .base strong {
  color: var(--ism-white) !important;
}

body.vc-cinema-live .watching__chatbar form.saysometing {
  border-color: var(--ism-border) !important;
  padding-top: 0.85rem !important;
  margin-top: auto !important;
}

body.vc-cinema-live #messageInput {
  width: 100%;
  background: var(--ism-black) !important;
  border: 1px solid var(--ism-border) !important;
  border-radius: 10px !important;
  padding: 0.7rem 1rem !important;
  color: #fff !important;
  margin-top: 0.35rem;
}

body.vc-cinema-live #messageInput::placeholder {
  color: rgba(163, 163, 163, 0.9);
}

body.vc-cinema-live #chatForm button[type="submit"] {
  background: var(--ism-red) !important;
  border: none !important;
  border-radius: 50% !important;
  width: 44px;
  height: 44px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(229, 9, 20, 0.35);
}

body.vc-cinema-live #chatForm button[type="submit"] .material-symbols-outlined {
  color: var(--ism-white) !important;
}

body.vc-cinema-live .watching__chatbar .scrollbtn a {
  color: var(--ism-muted);
  opacity: 1;
}

/* --- Section rails --- */
body.vc-cinema-live .recent__livesection {
  padding-bottom: clamp(2rem, 5vw, 4rem);
}

body.vc-cinema-live .vc-cinema-block {
  margin-bottom: clamp(1.5rem, 3.5vw, 2.5rem);
  border-radius: 0 !important;
  border: none;
  background: transparent !important;
  box-shadow: none;
}

body.vc-cinema-live .vc-cinema-block.vc-live-programs {
  padding: clamp(14px, 2.2vw, 22px);
  border-radius: 16px !important;
  border: 1px solid var(--ism-border);
  background: var(--ism-panel) !important;
}

body.vc-cinema-live .vc-heading-recommended {
  margin: 0;
  font-size: clamp(1.25rem, 3.8vw, 1.875rem);
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ism-white) !important;
}


body.vc-cinema-live .vc-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 1rem;
  padding-bottom: 0.25rem;
}

body.vc-cinema-live .vc-live-programs .vc-section-head-split {
  gap: 1rem 1.25rem;
}

body.vc-cinema-live .vc-live-programs .vc-section-head-split .cmn__sidebtn {
  margin-left: auto;
}

body.vc-cinema-live .vc-live-programs .vc-section-head h3 {
  margin: 0;
  font-size: clamp(0.95rem, 1.6vw, 1.05rem);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ism-white) !important;
}

body.vc-cinema-live .vc-section-badge {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.28rem 0.55rem;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.88);
}

/* --- Recommended thumbnails (badges like Inspire) --- */
body.vc-cinema-live .vc-rec-scroll {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding: 6px 0 10px;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

body.vc-cinema-live .vc-rec-card {
  flex: 0 0 min(268px, 82vw);
  scroll-snap-align: start;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--ism-border);
  background: var(--ism-black);
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  color: inherit;
}

/* Sidebar list items: override horizontal card styles */
body.vc-cinema-live button.vc-yt-rec-item.vc-rec-card {
  display: flex !important;
  flex: 1 1 auto !important;
  width: 100% !important;
  max-width: none;
  border: none !important;
  border-radius: 10px;
  background: transparent !important;
  overflow: visible;
  transform: none !important;
  box-shadow: none !important;
}

body.vc-cinema-live button.vc-yt-rec-item.vc-rec-card:hover {
  transform: none !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

body.vc-cinema-live .vc-rec-scroll .vc-rec-card {
  display: block;
  width: auto;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid var(--ism-border);
  padding: 0;
  margin: 0;
  font: inherit;
  text-align: left;
  cursor: pointer;
  color: inherit;
  background: var(--ism-black);
}

body.vc-cinema-live button.vc-rec-card:focus-visible {
  outline: 2px solid rgba(229, 9, 20, 0.75);
  outline-offset: 2px;
}

body.vc-cinema-live .vc-rec-card--pinned-live {
  border-color: rgba(229, 9, 20, 0.45);
  box-shadow: inset 0 0 0 1px rgba(229, 9, 20, 0.12);
}

body.vc-cinema-live .vc-rec-pin-sub {
  opacity: 0.9;
}

body.vc-cinema-live .vc-rec-card:hover {
  transform: scale(1.02);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
}

body.vc-cinema-live .vc-rec-thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  background: linear-gradient(
    155deg,
    #2d1810 0%,
    var(--ism-panel-2) 45%,
    #0f1530 100%
  );
  overflow: hidden;
}

body.vc-cinema-live .vc-rec-thumb-img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

body.vc-cinema-live .vc-rec-empty {
  margin: 0;
  padding: 10px 4px;
  font-size: 0.875rem;
  color: var(--ism-muted);
}

body.vc-cinema-live .vc-rec-play {
  position: absolute !important;
  inset: 0 !important;
  margin: auto !important;
  font-size: 52px !important;
  opacity: 0.35 !important;
  color: rgba(255, 255, 255, 0.9);
  pointer-events: none;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
}

body.vc-cinema-live .vc-rec-badge {
  position: absolute;
  z-index: 2;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.25rem 0.45rem;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.55);
  color: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

body.vc-cinema-live .vc-rec-badge--tl {
  top: 8px;
  left: 8px;
}

body.vc-cinema-live .vc-rec-badge--tr {
  top: 8px;
  right: 8px;
}

body.vc-cinema-live .vc-rec-badge--bl {
  bottom: 8px;
  left: 8px;
}

body.vc-cinema-live .vc-rec-badge--live {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  color: var(--ism-white);
  background: rgba(229, 9, 20, 0.85);
  border-color: transparent;
}

body.vc-cinema-live .vc-rec-badge-live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ism-white);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}

body.vc-cinema-live .vc-rec-thumb-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 1.8rem 10px 10px;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--ism-white);
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(0, 0, 0, 0.78) 100%
  );
}

body.vc-cinema-live .vc-rec-meta {
  padding: 10px 12px 12px;
}

body.vc-cinema-live .vc-rec-title {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--ism-muted);
  line-height: 1.35;
}

body.vc-cinema-live .vc-live-programs .cmn-button-prev2,
body.vc-cinema-live .vc-live-programs .cmn-button-next2 {
  width: 40px;
  height: 40px;
  border-radius: 999px !important;
  border: 1px solid var(--ism-border);
  background: var(--ism-black);
  transition: background 0.2s ease, border-color 0.2s ease;
}

body.vc-cinema-live .vc-live-programs .cmn-button-prev2:hover,
body.vc-cinema-live .vc-live-programs .cmn-button-next2:hover {
  background: var(--ism-panel-2);
  border-color: rgba(255, 255, 255, 0.2);
}

body.vc-cinema-live .vc-live-programs .material-symbols-outlined {
  color: var(--ism-white) !important;
}

body.vc-cinema-live .vc-live-programs .recent__livewrap .swiper-wrapper {
  min-height: 80px;
}

body.vc-cinema-live .recent__liveitem {
  border: 1px solid var(--ism-border) !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.4);
}

body.vc-cinema-live .recent__liveitem .live__badge {
  background: var(--ism-red) !important;
  border-radius: 999px !important;
}

body.vc-cinema-live .cmn-pagination.cmn__paginationtwo {
  position: relative;
  margin-top: 0.75rem !important;
}

body.vc-cinema-live .cmn-pagination.cmn__paginationtwo .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.35) !important;
  opacity: 1 !important;
}

body.vc-cinema-live .cmn-pagination.cmn__paginationtwo .swiper-pagination-bullet-active {
  background: var(--ism-red) !important;
}

/* Floating “Share testimony” (Inspire-style FAB) — optional link wrapper */
body.vc-cinema-live .vc-fab-testimony {
  position: fixed;
  right: max(14px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 1020;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.72rem 1.15rem;
  border-radius: 999px;
  background: var(--ism-red);
  color: #fff !important;
  font-weight: 700;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  text-decoration: none;
  border: none;
  box-shadow: 0 12px 36px rgba(229, 9, 20, 0.45);
  transition: transform 0.18s ease, filter 0.18s ease;
}

body.vc-cinema-live .vc-fab-testimony:hover {
  color: #fff !important;
  filter: brightness(1.08);
  transform: translateY(-2px);
}

body.vc-cinema-live .vc-fab-testimony .material-symbols-outlined {
  font-size: 22px !important;
}

@media (min-width: 992px) {
  body.vc-cinema-live .vc-fab-testimony {
    bottom: max(26px, env(safe-area-inset-bottom));
  }
}

/* Inspire-style multi-column footer */
body.vc-cinema-live .recent__livesection + .footer__section.vc-inspire-footer,
body.vc-cinema-live footer.footer__section.vc-inspire-footer {
  border-top: 1px solid var(--ism-border);
  background: var(--ism-black) !important;
  padding: clamp(2.5rem, 5vw, 3.75rem) clamp(16px, 3vw, 40px) clamp(2rem, 4vw, 2.75rem);
  margin-top: 0;
}

body.vc-cinema-live .vc-ft-shell {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

body.vc-cinema-live .vc-ft-brand-link {
  display: inline-block;
  line-height: 0;
  margin-bottom: 1rem;
}

body.vc-cinema-live .vc-ft-logo-img {
  height: auto;
  width: clamp(118px, 32vw, 152px);
  object-fit: contain;
  filter: brightness(1.05);
}

body.vc-cinema-live .vc-ft-tagline {
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--ism-muted);
  max-width: 28rem;
  margin-bottom: 1.25rem;
}

body.vc-cinema-live .vc-ft-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.vc-cinema-live .vc-ft-soc {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
  text-decoration: none;
}

body.vc-cinema-live .vc-ft-soc:hover {
  border-color: rgba(229, 9, 20, 0.45);
  color: var(--ism-white);
  background: rgba(229, 9, 20, 0.12);
}

body.vc-cinema-live .vc-ft-soc .fa-brands {
  font-size: 1rem;
  line-height: 1;
}

body.vc-cinema-live .vc-ft-col-title {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 0.9rem;
}

body.vc-cinema-live .vc-ft-links li {
  margin-bottom: 0.55rem;
}

body.vc-cinema-live .vc-ft-links a {
  color: var(--ism-muted);
  font-size: 0.9375rem;
  text-decoration: none;
  transition: color 0.18s ease;
}

body.vc-cinema-live .vc-ft-links a:hover {
  color: var(--ism-white);
}

body.vc-cinema-live .vc-ft-rule {
  margin: clamp(2rem, 4vw, 2.75rem) 0 1rem;
  border: 0;
  border-top: 1px solid var(--ism-border);
  opacity: 1;
}

body.vc-cinema-live .vc-ft-legal .vc-ft-copy {
  font-size: 0.8125rem;
  color: rgba(163, 163, 163, 0.9);
}

body.vc-cinema-live .vc-ft-mini-link {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--ism-muted);
  text-decoration: none;
}

body.vc-cinema-live .vc-ft-mini-link:hover {
  color: var(--ism-orange-soft);
}

/* Modals */
body.vc-cinema-live #numberModal.modal,
body.vc-cinema-live #giveModal.modal,
body.vc-cinema-live #salvationModal.modal,
body.vc-cinema-live #testimonyModal.modal {
  backdrop-filter: blur(8px);
}

body.vc-cinema-live #numberModal .modal-content,
body.vc-cinema-live #giveModal .modal-content,
body.vc-cinema-live #salvationModal .modal-content,
body.vc-cinema-live #testimonyModal .modal-content {
  border-radius: 14px !important;
  border: 1px solid var(--ism-border) !important;
  background: var(--ism-panel) !important;
}

body.vc-cinema-live #salvationModal .signup__wrapper,
body.vc-cinema-live #giveModal .signup__wrapper {
  background: transparent !important;
}

body.vc-cinema-live #salvationModal .white,
body.vc-cinema-live #giveModal .white {
  color: rgba(255, 255, 255, 0.92) !important;
}

body.vc-cinema-live #salvationModal .close {
  color: rgba(255, 255, 255, 0.75);
}

body.vc-cinema-live #vcSalvationSuccessModal.modal {
  backdrop-filter: blur(12px);
  background-color: rgba(0, 0, 0, 0.78) !important;
  z-index: 1055;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

body.vc-cinema-live .vc-salvation-success-content {
  position: relative;
  width: min(92vw, 540px);
  margin: 0 auto;
  padding: 0;
  border-radius: 20px !important;
  border: 1px solid rgba(245, 166, 35, 0.35) !important;
  background:
    radial-gradient(120% 80% at 50% -20%, rgba(229, 9, 20, 0.22) 0%, transparent 55%),
    linear-gradient(180deg, #222 0%, #161616 48%, #121212 100%) !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 28px 70px rgba(0, 0, 0, 0.65),
    0 0 48px rgba(229, 9, 20, 0.18);
  overflow: hidden;
}

body.vc-cinema-live .vc-salvation-success-banner {
  height: 5px;
  background: linear-gradient(90deg, var(--ism-red) 0%, var(--ism-orange) 50%, #ffd166 100%);
}

body.vc-cinema-live .vc-salvation-success-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.35);
  color: rgba(255, 255, 255, 0.92);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

body.vc-cinema-live .vc-salvation-success-close:hover {
  background: rgba(229, 9, 20, 0.35);
  border-color: rgba(255, 255, 255, 0.28);
  transform: scale(1.04);
}

body.vc-cinema-live .vc-salvation-success-body {
  padding: 1.75rem 1.35rem 1.35rem;
  text-align: center;
}

body.vc-cinema-live .vc-salvation-success-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, rgba(245, 166, 35, 0.28) 0%, rgba(229, 9, 20, 0.24) 100%);
  border: 2px solid rgba(245, 166, 35, 0.45);
  color: #ffd166;
  box-shadow: 0 0 28px rgba(245, 166, 35, 0.25);
}

body.vc-cinema-live .vc-salvation-success-icon .material-symbols-outlined {
  font-size: 38px;
}

body.vc-cinema-live .vc-salvation-success-title {
  margin: 0 0 0.85rem;
  font-size: clamp(1.35rem, 4.5vw, 1.65rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #fff;
  text-shadow: 0 2px 18px rgba(229, 9, 20, 0.35);
}

body.vc-cinema-live .vc-salvation-success-text {
  margin: 0 auto 1.35rem;
  max-width: 42ch;
  font-size: clamp(0.98rem, 2.8vw, 1.05rem);
  line-height: 1.65;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.94);
}

body.vc-cinema-live .vc-salvation-success-label {
  margin: 0 0 0.75rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ism-orange-soft);
}

body.vc-cinema-live .vc-salvation-success-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

@media (min-width: 480px) {
  body.vc-cinema-live .vc-salvation-success-actions {
    grid-template-columns: 1fr 1fr;
  }
}

body.vc-cinema-live .vc-salvation-success-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 48px;
  padding: 0.7rem 0.9rem;
  border-radius: 12px;
  font-size: 0.8125rem;
  font-weight: 800;
  text-decoration: none;
  line-height: 1.25;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

body.vc-cinema-live .vc-salvation-success-btn .material-symbols-outlined {
  font-size: 18px;
  flex-shrink: 0;
}

body.vc-cinema-live .vc-salvation-success-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
}

body.vc-cinema-live .vc-salvation-success-btn--gold {
  background: linear-gradient(135deg, #f5a623 0%, #ffd166 100%);
  color: #1a1200;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 8px 22px rgba(245, 166, 35, 0.28);
}

body.vc-cinema-live .vc-salvation-success-btn--red {
  background: linear-gradient(135deg, var(--ism-red) 0%, #ff4d57 100%);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 8px 22px rgba(229, 9, 20, 0.32);
}

body.vc-cinema-live .vc-salvation-success-done {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.9375rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

body.vc-cinema-live .vc-salvation-success-done:hover {
  background: rgba(245, 166, 35, 0.14);
  border-color: rgba(245, 166, 35, 0.45);
  color: #fff;
}

body.vc-cinema-live .modal.fade .modal-content {
  border-radius: 14px !important;
}

body.vc-cinema-live .modal.fade .modal-title {
  color: var(--ism-panel) !important;
}

@media (max-width: 991.98px) {
  body.vc-cinema-live .watching__chatbar.vc-chat-panel {
    max-height: none;
    min-height: 320px;
  }
}

@media (min-width: 992px) {
  body.vc-cinema-live .vc-yt-sidebar {
    position: sticky;
    top: 72px;
    align-self: flex-start;
  }

  body.vc-cinema-live .live__video {
    --vc-cta-fs: 0.8125rem;
    --vc-cta-icon: 17px;
    --vc-cta-pad-x: 0.72rem;
    --vc-cta-pad-y: 0.34rem;
  }
}

/* ============================================================
   vc/index1.php — Neo Player stage (natural flow; CTAs sit below)
   ============================================================ */
body.vc-cinema-live .vc-player-card {
  margin-bottom: 0 !important;
  overflow: visible !important;
}

body.vc-cinema-live .vc-player-shell.containerc,
body.vc-cinema-live #vcLivePlayerWrap.vc-player-shell {
  position: relative;
  width: 100%;
  height: auto !important;
  min-height: 0;
  aspect-ratio: unset !important;
  max-height: none !important;
  overflow: visible !important;
  padding-bottom: 0;
}

body.vc-cinema-live #vcLivePlayerWrap .neo-player,
body.vc-cinema-live #vcLivePlayerWrap .neo-player .np-root {
  position: relative !important;
  inset: auto !important;
  width: 100%;
  height: auto !important;
  display: block;
}

body.vc-cinema-live #vcLivePlayerWrap .neo-player .np-shell {
  border-radius: 12px 12px 0 0;
  aspect-ratio: 16 / 9;
  max-height: min(52vw, 72vh);
  width: 100%;
}

body.vc-cinema-live #vcLivePlayerWrap .neo-player .np-shell video {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  object-position: center center;
  background: #000;
}

body.vc-cinema-live #vcLivePlayerWrap .neo-player .np-actionbar {
  border-radius: 0 0 12px 12px;
}

/* Lighter control scrim — less subtitle obstruction when controls briefly show on mobile */
body.vc-cinema-live #vcLivePlayerWrap .neo-player .np-ctrl-overlay {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.72) 0%,
    rgba(0, 0, 0, 0.28) 11%,
    transparent 20%
  ) !important;
}

body.vc-cinema-live #vcLivePlayerWrap #vcRecommendedMp4Player {
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: min(52vw, 72vh);
  border-radius: 12px;
  overflow: hidden;
  background: #000;
}

body.vc-cinema-live #vcLivePlayerWrap #vcRecommendedMp4Player video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
  display: block;
}

body.vc-cinema-live .vc-block-chat .watching__chatbar.vc-chat-panel {
  background: var(--ism-panel);
  border: 1px solid var(--ism-border);
  border-radius: 14px;
  padding: 0.85rem 1rem 1rem;
}

body.vc-cinema-live .vc-cta-below-player {
  position: relative;
  z-index: 2;
  margin-top: 0.65rem !important;
  padding-top: 0.15rem !important;
  clear: both;
}

body.vc-cinema-live .vc-player-divider {
  border-color: var(--ism-border) !important;
  opacity: 1;
  margin: 0.65rem 0 0.5rem !important;
}

/* YouTube-style stage grid */
body.vc-cinema-live .vc-stage-grid {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

body.vc-cinema-live .vc-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

body.vc-cinema-live .vc-video-title {
  margin: 0 0 0.35rem;
  font-size: clamp(1rem, 2.8vw, 1.15rem);
  font-weight: 700;
  line-height: 1.35;
  color: var(--ism-white) !important;
}

body.vc-cinema-live .vc-video-desc {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.45;
  color: var(--ism-muted);
}

body.vc-cinema-live .vc-video-meta-box {
  margin: 0 0 0.65rem;
  padding: 0.65rem 0.85rem;
  border-radius: 12px;
  background: var(--ism-panel-2);
  border: 1px solid var(--ism-border);
}

body.vc-cinema-live .vc-cta-scroll:not(.vc-cta-grid--herald) {
  overflow-x: auto;
  flex-wrap: nowrap !important;
  scrollbar-width: thin;
  padding-bottom: 4px;
}

@media (max-width: 991.98px) {
  body.vc-cinema-live .like__sharewrap.vc-cta-scroll:not(.vc-cta-grid--herald) {
    display: flex !important;
    grid-template-columns: none !important;
  }

  body.vc-cinema-live .like__sharewrap.vc-cta-scroll:not(.vc-cta-grid--herald) > li {
    flex: 0 0 auto;
  }

  body.vc-cinema-live .vc-block-player { order: 1; }
  body.vc-cinema-live .vc-block-meta { order: 2; }
  body.vc-cinema-live .vc-block-chat { order: 3; }
  body.vc-cinema-live .vc-block-rec { order: 4; }
  body.vc-cinema-live .vc-block-ads { order: 5; }

  body.vc-cinema-live .vc-block-meta {
    padding: 0 0.15rem;
  }

  body.vc-cinema-live .vc-block-chat .vc-chat-panel {
    min-height: auto;
    max-height: none;
  }

  body.vc-cinema-live .vc-block-rec .vc-yt-rec-panel {
    max-height: none;
    height: auto;
  }

  body.vc-cinema-live .vc-yt-rec-list {
    max-height: none;
  }
}

@media (min-width: 992px) {
  body.vc-cinema-live .vc-stage-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
    grid-template-areas:
      "player rec"
      "meta rec"
      "chat rec"
      "ads ads";
    gap: 1rem 1.25rem;
    align-items: start;
  }

  body.vc-cinema-live .vc-block-player { grid-area: player; }
  body.vc-cinema-live .vc-block-meta { grid-area: meta; }
  body.vc-cinema-live .vc-block-chat { grid-area: chat; }
  body.vc-cinema-live .vc-block-rec { grid-area: rec; }
  body.vc-cinema-live .vc-block-ads { grid-area: ads; }

  body.vc-cinema-live .vc-block-rec {
    position: sticky;
    top: 72px;
    height: calc(100vh - 84px);
    max-height: calc(100vh - 84px);
    min-height: 480px;
  }

  body.vc-cinema-live .vc-block-rec .vc-yt-rec-panel {
    height: 100%;
    max-height: 100%;
    min-height: 0;
  }

  body.vc-cinema-live .vc-block-rec .vc-yt-rec-list {
    max-height: none;
    flex: 1 1 auto;
    min-height: 0;
  }

  body.vc-cinema-live .vc-block-chat .vc-chat-panel {
    max-height: min(400px, 42vh);
    min-height: 0;
    display: flex;
    flex-direction: column;
  }

  body.vc-cinema-live .vc-block-chat .vc-chat-body {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
  }

  body.vc-cinema-live .vc-block-chat .chating__running {
    flex: 1 1 auto;
    min-height: 0;
    max-height: min(240px, 28vh) !important;
  }
}

body.vc-cinema-live .vc-chat-open-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid var(--ism-border);
  background: var(--ism-panel-2);
  color: var(--ism-white);
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  cursor: pointer;
}

body.vc-cinema-live .vc-chat-panel.is-collapsed .vc-chat-body {
  display: none !important;
}

body.vc-cinema-live .vc-chat-panel.is-collapsed .vc-chat-toggle-icon {
  transform: rotate(180deg);
}

body.vc-cinema-live .vc-chat-panel.is-collapsed {
  min-height: auto !important;
  max-height: none !important;
}

body.vc-cinema-live .vc-chat-panel.is-collapsed .baseborder__bottomdadh {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
}

body.vc-cinema-live .vc-block-ads .vc-banner-panel {
  width: 100%;
  min-height: 0;
  max-height: none;
  height: auto;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--ism-border);
  background: #0a0a0a;
  aspect-ratio: 21 / 5;
  max-height: clamp(120px, 16vw, 240px);
  line-height: 0;
}

body.vc-cinema-live .vc-block-ads .vc-banner-link {
  display: block;
  width: 100%;
  height: 100%;
}

body.vc-cinema-live .vc-block-ads .vc-banner-panel img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  min-height: 0;
}

@media (max-width: 767.98px) {
  body.vc-cinema-live .vc-block-ads .vc-banner-panel {
    aspect-ratio: 16 / 7;
    max-height: clamp(110px, 28vw, 180px);
  }
}

@media (min-width: 992px) {
  body.vc-cinema-live .vc-block-ads .vc-banner-panel {
    aspect-ratio: 24 / 5;
    max-height: clamp(140px, 14vw, 220px);
  }
}

/* YouTube-style grid (legacy rail helpers) */
body.vc-cinema-live .vc-yt-grid {
  align-items: flex-start;
}

@media (min-width: 992px) {
  body.vc-cinema-live .vc-yt-sidebar {
    position: sticky;
    top: 72px;
    align-self: flex-start;
  }
}

body.vc-cinema-live .vc-yt-rec-panel {
  display: flex;
  flex-direction: column;
  background: var(--ism-panel);
  border: 1px solid var(--ism-border);
  border-radius: 14px;
  overflow: hidden;
  min-height: 0;
}

@media (min-width: 992px) {
  body.vc-cinema-live .vc-yt-rec-panel {
    max-height: calc(100vh - 88px);
  }
}

body.vc-cinema-live .vc-yt-rec-head {
  padding: 0.85rem 1rem 0.35rem;
}

body.vc-cinema-live .vc-yt-rec-heading {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ism-white) !important;
}

body.vc-cinema-live .vc-yt-cat-tabs {
  display: flex;
  gap: 8px;
  padding: 0.35rem 0.85rem 0.75rem;
  overflow-x: auto;
  scrollbar-width: thin;
  flex-shrink: 0;
}

body.vc-cinema-live .vc-yt-cat-tab {
  flex: 0 0 auto;
  border: 1px solid var(--ism-border);
  background: var(--ism-panel-2);
  color: rgba(255, 255, 255, 0.88);
  border-radius: 999px;
  padding: 0.35rem 0.85rem;
  font-size: 0.75rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

body.vc-cinema-live .vc-yt-cat-tab:hover {
  background: rgba(255, 255, 255, 0.08);
}

body.vc-cinema-live .vc-yt-cat-tab.is-active {
  background: var(--ism-white);
  color: #111;
  border-color: var(--ism-white);
}

body.vc-cinema-live .vc-yt-rec-list {
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 0.65rem 0.85rem;
  flex: 1 1 auto;
  min-height: 120px;
  max-height: min(62vh, 640px);
}

@media (max-width: 991.98px) {
  body.vc-cinema-live .vc-yt-rec-list {
    max-height: none;
  }
}

body.vc-cinema-live .vc-yt-rec-item {
  display: flex;
  gap: 10px;
  width: 100%;
  text-align: left;
  border: none;
  background: transparent;
  padding: 8px 6px;
  margin: 0;
  border-radius: 10px;
  cursor: pointer;
  color: inherit;
  transition: background 0.15s ease;
  pointer-events: auto;
  position: relative;
  z-index: 1;
}

body.vc-cinema-live .vc-yt-rec-item:hover {
  background: rgba(255, 255, 255, 0.06);
}

body.vc-cinema-live .vc-yt-rec-item.is-active {
  background: rgba(229, 9, 20, 0.12);
  box-shadow: inset 0 0 0 1px rgba(229, 9, 20, 0.35);
}

body.vc-cinema-live button.vc-yt-rec-item.vc-rec-card.is-tab-hidden,
body.vc-cinema-live .vc-yt-rec-item.is-tab-hidden,
body.vc-cinema-live .vc-rec-pin-live.is-tab-hidden {
  display: none !important;
}

body.vc-cinema-live .vc-yt-rec-item[hidden] {
  display: none !important;
}

body.vc-cinema-live .vc-yt-rec-thumb {
  position: relative;
  flex: 0 0 168px;
  width: 168px;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  overflow: hidden;
  background: #000;
}

@media (max-width: 575.98px) {
  body.vc-cinema-live .vc-yt-rec-thumb {
    flex-basis: 128px;
    width: 128px;
  }
}

body.vc-cinema-live .vc-yt-rec-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

body.vc-cinema-live .vc-yt-rec-live-badge {
  position: absolute;
  left: 6px;
  bottom: 6px;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 2px 6px;
  border-radius: 4px;
  background: var(--ism-red);
  color: #fff;
}

body.vc-cinema-live .vc-yt-rec-body {
  min-width: 0;
  flex: 1 1 auto;
  padding-top: 2px;
}

body.vc-cinema-live .vc-yt-rec-title {
  margin: 0 0 4px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--ism-white);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.vc-cinema-live .vc-yt-rec-meta {
  margin: 0;
  font-size: 0.75rem;
  color: var(--ism-muted);
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Chat + banner row below player */
body.vc-cinema-live .vc-chat-banner-row {
  margin-top: 0.25rem;
}

body.vc-cinema-live .vc-chat-panel .vc-chat-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--ism-border);
  background: var(--ism-panel-2);
  color: var(--ism-white);
  cursor: pointer;
  transition: background 0.15s ease, transform 0.15s ease;
}

body.vc-cinema-live .vc-chat-panel .vc-chat-toggle:hover {
  background: rgba(255, 255, 255, 0.1);
}

body.vc-cinema-live .vc-chat-panel.is-collapsed .vc-chat-body {
  display: none;
}

body.vc-cinema-live .vc-chat-panel.is-collapsed .vc-chat-toggle-icon {
  transform: rotate(180deg);
}

body.vc-cinema-live .vc-chat-panel.is-collapsed {
  min-height: auto !important;
}

body.vc-cinema-live .vc-chat-panel.is-collapsed .baseborder__bottomdadh {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
}

body.vc-cinema-live .vc-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.vc-cinema-live .vc-banner-panel {
  width: 100%;
  height: auto;
  min-height: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--ism-border);
  background: #0a0a0a;
}

body.vc-cinema-live .vc-block-ads .vc-banner-panel {
  aspect-ratio: 21 / 5;
  max-height: clamp(120px, 16vw, 240px);
}

body.vc-cinema-live .vc-banner-panel img,
body.vc-cinema-live .vc-banner-link {
  display: block;
  width: 100%;
  height: 100%;
}

body.vc-cinema-live .vc-banner-panel img {
  object-fit: cover;
  object-position: center center;
  min-height: 0;
}

@media (max-width: 991.98px) {
  body.vc-cinema-live .col-lg-3 .watching__chatbar.vc-chat-panel,
  body.vc-cinema-live .vc-yt-sidebar {
    position: static;
  }
}

body.vc-cinema-live .like__sharewrap.vc-cta-grid--herald {
  display: grid !important;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.35rem !important;
  width: 100% !important;
  padding: 0.35rem 0 !important;
  margin-top: 0.35rem !important;
  overflow: visible !important;
  overflow-x: visible !important;
  flex-wrap: nowrap !important;
}

body.vc-cinema-live .like__sharewrap.vc-cta-grid--herald > li {
  flex: none;
  min-width: 0;
  width: 100%;
}

body.vc-cinema-live .like__sharewrap.vc-cta-grid--herald > li.vc-cta-views {
  grid-column: auto;
}

body.vc-cinema-live .like__sharewrap.vc-cta-grid--herald > li > a {
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 0.2rem !important;
  width: 100%;
  padding: 0.38rem 0.12rem !important;
  text-align: center;
  line-height: 1.15;
  white-space: normal;
}

body.vc-cinema-live .like__sharewrap.vc-cta-grid--herald > li > a .bodyfont,
body.vc-cinema-live .like__sharewrap.vc-cta-grid--herald > li > a span.fw-500 {
  display: block;
  width: 100%;
  max-width: 100%;
  font-size: 0.6875rem !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.25;
}

/* Material Symbols: ligature in data-icon only; reveal after font loads */
body.vc-cinema-live .vc-ms-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  font-size: 0 !important;
  line-height: 0;
  overflow: hidden;
  opacity: 0;
  flex-shrink: 0;
  transition: opacity 0.15s ease;
}

body.vc-cinema-live .vc-ms-icon::before {
  content: attr(data-icon);
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

body.vc-cinema-live.vc-ms-icons-ready .vc-ms-icon {
  opacity: 1;
}

body.vc-cinema-live #vcActionButtons .vc-ms-icon {
  width: var(--vc-cta-icon);
  min-width: var(--vc-cta-icon);
  height: var(--vc-cta-icon);
}

body.vc-cinema-live #vcActionButtons .vc-ms-icon::before {
  font-size: var(--vc-cta-icon);
  color: #fff;
}

body.vc-cinema-live .like__sharewrap.vc-cta-grid--herald > li > a .vc-ms-icon::before {
  font-size: 17px !important;
}

body.vc-cinema-live #vcChatBox .watching__chatbar h4 .vc-ms-icon {
  width: 1.35rem;
  min-width: 1.35rem;
  height: 1.35rem;
}

body.vc-cinema-live #vcChatBox .watching__chatbar h4 .vc-ms-icon::before {
  font-size: 1.35rem;
  color: #fff;
  opacity: 0.9;
}

body.vc-cinema-live #vcChatBox .vc-chat-toggle-icon.vc-ms-icon {
  width: 1.15rem;
  min-width: 1.15rem;
  height: 1.15rem;
}

body.vc-cinema-live #vcChatBox .vc-chat-toggle-icon.vc-ms-icon::before {
  font-size: 1.15rem;
  color: #fff;
}

body.vc-cinema-live #vcChatBox .scrollbtn .vc-ms-icon {
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
}

body.vc-cinema-live #vcChatBox .scrollbtn .vc-ms-icon::before {
  font-size: 1.25rem;
  color: var(--ism-muted);
}

body.vc-cinema-live #vcChatBox #chatForm button[type="submit"] .vc-ms-icon {
  width: 1.35rem;
  min-width: 1.35rem;
  height: 1.35rem;
}

body.vc-cinema-live #vcChatBox #chatForm button[type="submit"] .vc-ms-icon::before {
  font-size: 1.35rem;
  color: #fff;
}

/* Toggle label always visible (not dependent on icon font) */
body.vc-cinema-live #vcChatBox .vc-chat-toggle-label {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--ism-white);
}

body.vc-cinema-live .like__sharewrap.vc-cta-grid--herald > li.vc-cta-views > a {
  flex-direction: column !important;
}

@media (min-width: 576px) {
  body.vc-cinema-live .like__sharewrap.vc-cta-grid--herald {
    gap: 0.45rem !important;
  }

  body.vc-cinema-live .like__sharewrap.vc-cta-grid--herald > li > a {
    flex-direction: row !important;
    padding: 0.42rem 0.35rem !important;
    gap: 0.28rem !important;
  }

  body.vc-cinema-live .like__sharewrap.vc-cta-grid--herald > li > a .bodyfont,
  body.vc-cinema-live .like__sharewrap.vc-cta-grid--herald > li > a span.fw-500 {
    font-size: 0.75rem !important;
    white-space: nowrap;
  }
}

@media (min-width: 992px) {
  body.vc-cinema-live .like__sharewrap.vc-cta-grid--herald > li > a {
    padding: 0.42rem 0.5rem !important;
  }

  body.vc-cinema-live .like__sharewrap.vc-cta-grid--herald > li > a .bodyfont,
  body.vc-cinema-live .like__sharewrap.vc-cta-grid--herald > li > a span.fw-500 {
    font-size: 0.8125rem !important;
  }
}

body.vc-cinema-live button.vc-yt-rec-item.vc-rec-card.is-active {
  background: rgba(229, 9, 20, 0.12) !important;
  box-shadow: inset 0 0 0 1px rgba(229, 9, 20, 0.35) !important;
  border-color: transparent !important;
}

body.vc-cinema-live .vc-rec-scroll .vc-rec-card.is-active {
  border-color: var(--ism-red) !important;
  box-shadow: 0 0 0 2px rgba(229, 9, 20, 0.35);
}

body.vc-cinema-live #meetTitle.vc-video-title {
  margin: 0 0 0.35rem;
  font-size: clamp(1rem, 2.8vw, 1.15rem);
  font-weight: 700;
  line-height: 1.35;
  color: var(--ism-white) !important;
  letter-spacing: normal;
  text-transform: none;
}

body.vc-cinema-live #meetTitle:not(.vc-video-title) {
  margin: 0;
  font-size: clamp(0.8125rem, 1.5vw, 0.9375rem);
  font-weight: 700;
  color: var(--ism-white) !important;
  letter-spacing: 0.04em;
  line-height: 1.35;
  text-transform: uppercase;
}

body.vc-cinema-live .vc-sponsored-strip {
  padding-top: 0.75rem;
}

body.vc-cinema-live .vc-sponsored-strip img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
  border: 1px solid var(--ism-border);
}

/* Override index1-actions chat caps when cinema layout is active */
body.vc-cinema-live .vc-chat-banner-row .watching__chatbar.vc-chat-panel {
  min-height: min(420px, 55vh);
  max-height: none;
}

body.vc-cinema-live .vc-chat-banner-row .chating__running {
  max-height: min(280px, 38vh) !important;
  min-height: 160px;
}
