.elementor-144 .elementor-element.elementor-element-2d61de8{--display:flex;}/* Start custom CSS for html, class: .elementor-element-c392919 *//* 4K IPTV Article – Clean Premium Style */
.seo-article[class*="4k-iptv-guide"] {
  max-width: 860px;
  margin: 40px auto 60px;
  padding: 24px 22px;
  box-sizing: border-box;

  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  box-shadow:
    0 14px 30px rgba(15, 23, 42, 0.10),
    0 0 0 1px rgba(248, 250, 252, 0.8);

  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.7;
  color: #111827;
  position: relative;
}

/* Thin 4K stripe at the top */
.seo-article[class*="4k-iptv-guide"]::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  border-radius: 16px 16px 0 0;
  background: linear-gradient(90deg, #22c55e, #0ea5e9, #6366f1);
}

/* Small label badge */
.seo-article[class*="4k-iptv-guide"]::after {
  content: "4K IPTV GUIDE 2025";
  position: absolute;
  top: 12px;
  right: 18px;
  padding: 4px 10px;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
  color: #4b5563;
}

/* ---------- Headings ---------- */

.seo-article[class*="4k-iptv-guide"] h1 {
  margin: 0 0 14px;
  font-size: 1.9rem;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: #0f172a;
}

.seo-article[class*="4k-iptv-guide"] h2 {
  margin-top: 26px;
  margin-bottom: 8px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f172a;
  position: relative;
  padding-left: 12px;
}

.seo-article[class*="4k-iptv-guide"] h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, #22c55e, #0ea5e9);
}

/* FAQ questions */
.seo-article[class*="4k-iptv-guide"] h3 {
  margin-top: 20px;
  margin-bottom: 6px;
  font-size: 1.02rem;
  font-weight: 600;
  color: #0f172a;
  padding: 7px 11px;
  border-radius: 999px;
  background: #f3f4f6;
  display: inline-block;
}

/* ---------- Paragraphs & text ---------- */

.seo-article[class*="4k-iptv-guide"] p {
  margin: 9px 0;
  font-size: 0.96rem;
  color: #4b5563;
}

/* Intro paragraph block */
.seo-article[class*="4k-iptv-guide"] p:first-of-type {
  margin-top: 16px;
  margin-bottom: 18px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
}

/* Strong highlight */
.seo-article[class*="4k-iptv-guide"] strong {
  color: #111827;
}

/* Links (if any) */
.seo-article[class*="4k-iptv-guide"] a {
  color: #2563eb;
  text-decoration: none;
  border-bottom: 1px dotted rgba(37, 99, 235, 0.5);
}

.seo-article[class*="4k-iptv-guide"] a:hover {
  border-bottom-style: solid;
}

/* ---------- Lists ---------- */

.seo-article[class*="4k-iptv-guide"] ul,
.seo-article[class*="4k-iptv-guide"] ol {
  margin: 10px 0 14px 0;
  padding-left: 0;
}

.seo-article[class*="4k-iptv-guide"] ul li,
.seo-article[class*="4k-iptv-guide"] ol li {
  list-style: none;
  position: relative;
  padding-left: 22px;
  margin-bottom: 6px;
  font-size: 0.95rem;
  color: #4b5563;
}

/* Custom bullet for UL */
.seo-article[class*="4k-iptv-guide"] ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #22c55e, #0ea5e9);
}

/* Numbered list for OL */
.seo-article[class*="4k-iptv-guide"] ol {
  counter-reset: step;
}

.seo-article[class*="4k-iptv-guide"] ol li::before {
  content: counter(step);
  counter-increment: step;
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 1px solid #d1d5db;
  background: #f9fafb;
  color: #111827;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

/* ---------- Spacing between sections ---------- */

.seo-article[class*="4k-iptv-guide"] h2 + p,
.seo-article[class*="4k-iptv-guide"] h2 + ul,
.seo-article[class*="4k-iptv-guide"] h2 + ol {
  margin-top: 4px;
}

.seo-article[class*="4k-iptv-guide"] h3 + p {
  margin-top: 4px;
}

/* ---------- Mobile ---------- */

@media (max-width: 768px) {
  .seo-article[class*="4k-iptv-guide"] {
    margin: 24px 12px 40px;
    padding: 18px 15px;
    border-radius: 14px;
  }

  .seo-article[class*="4k-iptv-guide"]::after {
    position: static;
    display: inline-block;
    margin-top: 4px;
    margin-bottom: 8px;
  }

  .seo-article[class*="4k-iptv-guide"] h1 {
    font-size: 1.55rem;
  }

  .seo-article[class*="4k-iptv-guide"] h2 {
    font-size: 1.12rem;
  }

  .seo-article[class*="4k-iptv-guide"] p,
  .seo-article[class*="4k-iptv-guide"] ul li,
  .seo-article[class*="4k-iptv-guide"] ol li {
    font-size: 0.9rem;
  }
}/* End custom CSS */