.elementor-609 .elementor-element.elementor-element-d62dd45 > .elementor-container{max-width:1600px;}.elementor-609 .elementor-element.elementor-element-75ce14d > .elementor-container{max-width:1600px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}/* Start custom CSS for html, class: .elementor-element-d989c2f */.external-info-section {
  max-width: 1100px;
  margin: 40px auto 20px;
  padding: 18px 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  color: #dbeafe;
  font-size: 15px;
  line-height: 1.7;
}

.external-info-section a {
  color: #38bdf8;
  font-weight: 700;
  text-decoration: underline;
}

.external-info-section a:hover {
  color: #22c55e;
}
.channels-note-section {
  max-width: 1100px;
  margin: 50px auto 30px;
  padding: 28px 30px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.95), rgba(30, 64, 175, 0.25));
  border: 1px solid rgba(56, 189, 248, 0.25);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
  color: #e5f0ff;
}

.channels-note-section h2 {
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 18px;
  color: #ffffff;
}

.channels-note-section p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 16px;
  color: #cbd5e1;
}

.channels-note-section p:last-child {
  margin-bottom: 0;
}
.iptv-entertainment-section {
  --iptv-entertainment-text: #eaf6ff;
  --iptv-entertainment-muted: #a9c3d9;
  --iptv-entertainment-green: #2df3a8;
  --iptv-entertainment-blue: #3aa7ff;
  --iptv-entertainment-bg-a: #071223;
  --iptv-entertainment-bg-b: #040b15;
  --iptv-entertainment-card-bg: rgba(11, 26, 42, 0.58);
  --iptv-entertainment-card-border: rgba(125, 214, 255, 0.24);

  position: relative;
  margin-top: clamp(2.5rem, 5vw, 4rem);
  padding: clamp(3rem, 6vw, 5rem) 1rem;
  color: var(--iptv-entertainment-text);
  background:
    radial-gradient(1000px circle at 6% 0%, rgba(45, 243, 168, 0.14), transparent 58%),
    radial-gradient(900px circle at 94% 100%, rgba(58, 167, 255, 0.16), transparent 58%),
    linear-gradient(180deg, var(--iptv-entertainment-bg-a), var(--iptv-entertainment-bg-b));
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.iptv-entertainment-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.iptv-entertainment-header {
  max-width: 900px;
  margin: 0 auto 2rem;
  text-align: center;
}

.iptv-entertainment-kicker {
  margin: 0 0 0.75rem;
  color: var(--iptv-entertainment-green);
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
}

.iptv-entertainment-title {
  margin: 0;
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  line-height: 1.15;
  color: var(--iptv-entertainment-text);
}

.iptv-entertainment-subtitle {
  margin: 0.9rem auto 0;
  max-width: 780px;
  color: #d7edff;
  font-size: clamp(1rem, 2.1vw, 1.18rem);
  line-height: 1.6;
}

.iptv-entertainment-description {
  margin: 1rem auto 0;
  max-width: 820px;
  color: var(--iptv-entertainment-muted);
  font-size: 1rem;
  line-height: 1.75;
}

.iptv-entertainment-wiki-link {
  display: inline-flex;
  margin-top: 1rem;
  color: #9ee6ff;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
  transition: color 0.25s ease, text-shadow 0.25s ease;
}

.iptv-entertainment-wiki-link:hover,
.iptv-entertainment-wiki-link:focus-visible {
  color: #ccf5ff;
  text-shadow: 0 0 12px rgba(58, 167, 255, 0.42);
}

.iptv-entertainment-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.iptv-entertainment-card {
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
  padding: 0.9rem;
  border-radius: 20px;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.09), var(--iptv-entertainment-card-bg));
  border: 1px solid var(--iptv-entertainment-card-border);
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.iptv-entertainment-card:hover {
  transform: translateY(-6px);
  border-color: rgba(45, 243, 168, 0.58);
  box-shadow:
    0 22px 52px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(58, 167, 255, 0.48),
    0 0 24px rgba(58, 167, 255, 0.2);
}

.iptv-entertainment-image-wrap {
  position: relative;
  aspect-ratio: 313 / 512;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #060d18;
}

.iptv-entertainment-image-blur {
  position: absolute;
  inset: -7%;
  background-size: cover;
  background-position: center;
  filter: blur(20px) brightness(0.55) saturate(1.25);
  transform: scale(1.1);
  opacity: 0.5;
  pointer-events: none;
}

.iptv-entertainment-image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 313 / 512;
  object-fit: cover;
  object-position: center;
}

/* Optional fallback: add class "iptv-entertainment-card--contain" to a card if a specific image crops too much */
.iptv-entertainment-card--contain .iptv-entertainment-image {
  object-fit: contain;
  padding: 0.35rem;
}

.iptv-entertainment-card--contain .iptv-entertainment-image-blur {
  opacity: 0.72;
}

.iptv-entertainment-card-body {
  padding: 0.1rem 0.05rem 0.2rem;
}

.iptv-entertainment-card-title {
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.3;
  color: #f3fbff;
}

.iptv-entertainment-card-text {
  margin: 0.55rem 0 0;
  color: var(--iptv-entertainment-muted);
  line-height: 1.62;
  font-size: 0.97rem;
}

.iptv-entertainment-disclaimer {
  margin: 1.4rem 0 0;
  color: rgba(205, 227, 247, 0.78);
  font-size: 0.82rem;
  line-height: 1.6;
  text-align: center;
}

@media (max-width: 1024px) {
  .iptv-entertainment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .iptv-entertainment-section {
    padding-left: 0.85rem;
    padding-right: 0.85rem;
  }

  .iptv-entertainment-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .iptv-entertainment-card {
    padding: 0.82rem;
    border-radius: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .iptv-entertainment-card,
  .iptv-entertainment-wiki-link {
    transition: none;
  }

  .iptv-entertainment-card:hover {
    transform: none;
  }
}/* End custom CSS */