.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:1024px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for text-editor, class: .elementor-element-812af68 *//* =========================
   NOST CLASSIC MOVIE CHANNELS PAGE
   FULL STYLES (Cinzel + Inter)
   ========================= */

/* =========================
   HERO SECTION
   ========================= */

.nost-classic-hero {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 110px 24px 90px;
  background:
    linear-gradient(180deg, rgba(11,9,8,.2) 0%, rgba(11,9,8,.75) 75%, rgba(11,9,8,.95) 100%),
    radial-gradient(circle at 20% 30%, rgba(229,191,102,.18) 0%, transparent 40%),
    radial-gradient(circle at 80% 20%, rgba(229,191,102,.12) 0%, transparent 35%),
    url("YOUR-HERO-IMAGE-URL") center/cover no-repeat;
  border-bottom: 1px solid rgba(229,191,102,.18);
}

/* Dark cinematic overlay */
.nost-classic-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(11,9,8,.85), rgba(11,9,8,.4));
  z-index: 0;
}

/* Gold divider line */
.nost-classic-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(229,191,102,.9),
    transparent
  );
}

/* Inner content */
.nost-classic-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  text-align: center;
}

/* Eyebrow */
.nost-classic-hero__eyebrow {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  letter-spacing: .18em;
  color: rgba(255,255,255,.7);
  margin-bottom: 16px;
}

/* =========================
   HERO TITLE (Cinzel)
   ========================= */

.nost-classic-hero__title {
  font-family: "Cinzel", serif;
  font-size: clamp(48px, 7vw, 90px);
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin: 0;
  background: linear-gradient(180deg, #F2D27A 0%, #E5BF66 60%, #C89A3E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Divider under title */
.nost-classic-hero__title::after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  margin: 20px auto;
  background: linear-gradient(90deg, transparent, #E5BF66, transparent);
}

/* Subheadline */
.nost-classic-hero__sub {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  color: rgba(255,255,255,.9);
  max-width: 750px;
  margin: 0 auto;
}

/* Buttons */
.nost-classic-hero__actions {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

/* Buttons base */
.nost-btn {
  padding: 12px 26px;
  border-radius: 999px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all .25s ease;
}

/* Gold button */
.nost-btn--gold {
  background: linear-gradient(180deg, #F2D27A, #E5BF66);
  color: #0B0908;
}

.nost-btn--gold:hover {
  transform: translateY(-2px);
}

/* Ghost button */
.nost-btn--ghost {
  border: 1px solid rgba(229,191,102,.4);
  color: #F5F2E8;
}

.nost-btn--ghost:hover {
  background: rgba(229,191,102,.1);
}

/* =========================
   CONTENT STYLING
   ========================= */

body.page .entry-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 24px;
}

/* =========================
   H2 (Cinzel)
   ========================= */

body.page .entry-content h2 {
  font-family: "Cinzel", serif;
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #E5BF66;
  margin-top: 40px;
}

/* =========================
   H3 (Optional Cinzel)
   ========================= */

body.page .entry-content h3 {
  font-family: "Cinzel", serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: .03em;
  color: #F5F2E8;
}

/* Body text */
body.page .entry-content p,
body.page .entry-content li {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255,255,255,.85);
}

/* Links */
body.page .entry-content a {
  color: #E5BF66;
  text-decoration: none;
}

body.page .entry-content a:hover {
  color: #F2D27A;
}

/* Lists */
body.page .entry-content ul {
  padding-left: 20px;
}

/* =========================
   MOBILE OPTIMIZATION
   ========================= */

@media (max-width: 768px) {
  .nost-classic-hero {
    min-height: 520px;
    padding: 80px 20px;
  }

  .nost-classic-hero__sub {
    font-size: 18px;
  }

  body.page .entry-content {
    padding: 40px 20px;
  }

  body.page .entry-content p {
    font-size: 17px;
  }
}/* End custom CSS */