
/* Hero Section (Light Theme) */
    .newBlogMain-hero {
        background-color: #f8f9fa;
        padding: 80px 0;
        border-bottom: 1px solid #eaeaea;
    }
    .newBlogMain-hero-content {
        max-width: 800px;
        margin-inline: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .newBlogMain-hero-tag {
        display: inline-flex;
        align-items: center;
        background-color: #ffffff;
        border: 1px solid #ff0000;
        color: #ff0000;
        padding: 6px 16px;
        border-radius: 100px;
        font-size: 13px;
        font-weight: 700;
        margin-bottom: 24px;
        letter-spacing: 0.5px;
    }
    .newBlogMain-hero-tag-icon {
        margin-right: 8px;
    }
    .newBlogMain-hero-heading {
        font-size: 56px;
        font-weight: 800;
        color: #111111;
        margin-bottom: 8px;
        line-height: 1.1;
        letter-spacing: -1px;
    }
    .newBlogMain-hero-subheading {
        font-size: 56px;
        font-weight: 800;
        color: #ff0000;
        margin-bottom: 24px;
        line-height: 1.1;
        letter-spacing: -1px;
    }
    .newBlogMain-hero-desc {
        margin-bottom: 30px;
    }
    .newBlogMain-hero-search-wrapper {
        display: flex;
        max-width: 600px;
        border-radius: 10px;
        overflow: hidden;
    }
    .newBlogMain-hero-input {
        flex: 1;
        min-width: 300px;
        padding: 16px 20px;
        border: 1px solid #b3b3b3;
        border-right: none;
        border-radius: 8px 0 0 8px;
        font-size: 15px;
        outline: none;
        color: #111111;
    }
    .newBlogMain-hero-input:focus {
        border-color: #ff0000;
    }
    .newBlogMain-hero-button {
        background-color: #ff0000;
        color: #ffffff;
        border: 1px solid #ff0000;
        padding: 16px 32px;
        border-radius: 0 8px 8px 0;
        font-size: 15px;
        font-weight: 600;
        cursor: pointer;
        transition: background-color 0.2s;
    }
    .newBlogMain-hero-button:hover {
        background-color: #d90000;
    }


    /* ------------------------------- */
    @media (max-width: 768px) {
        .newBlogMain-hero {
            padding: 40px 0;
        }
        .newBlogMain-hero-heading,
        .newBlogMain-hero-subheading {
            font-size: 40px;
        }
        .newBlogMain-hero-input {
            border-radius: 8px;
            width: 100%;
            border: 1px solid #dddddd;
        }
        .newBlogMain-hero-button {
            border-color: #ff0000;
            padding: 10px 20px;
        }
    }

    @media (max-width: 480px) {
        .newBlogMain-hero-heading,
        .newBlogMain-hero-subheading {
            font-size: 32px;
        }
        .newBlogMain-hero-desc,
        .newBlogMain-hero-search-wrapper {
            margin-bottom: 20px;
        }
        .newBlogMain-hero-input {
            min-width: unset;
        }
    }

    .newBlogMain-hero-eyebrow{display:inline-flex;align-items:center;gap:6px;background:#ff0000;border:1px solid rgba(232,45,45,.3);color:#fff;font-size:11px;font-weight:500;padding:4px 12px;border-radius:20px;margin-bottom:1.2rem;letter-spacing:.08em;text-transform:uppercase;}
    .newBlogMain-hero-eyebrow::before{content:'';width:6px;height:6px;border-radius:50%;background:#fff;animation:pulse 1.5s infinite;}
    @keyframes pulse{0%,100%{opacity:1;}50%{opacity:.3;}}



    /* ============================================== */
/* CONTENT AREA */
.newsletter-content-wrap {
  /* max-width: 1100px;
  margin: 0 auto;
  font-family: 'DM Sans', sans-serif; */
  padding-block: 2rem;
}

.newsletter-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #111;
}

.newsletter-section-header h2 {
    font-size: 26px;
    font-weight: 800;
    color: #111111;
}

.newsletter-section-header a {
  font-size: 16px;
  color: #ff0000;
  text-decoration: none;
  cursor: pointer;
}

/* FEATURED CARD */
.newsletter-featured-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid #e0ddd7;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 2rem;
  cursor: pointer;
  transition: box-shadow 0.2s;
}

.newsletter-featured-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.newsletter-feat-content-descrp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.newsletter-feat-img img {
    width: 100%;
}

.newsletter-feat-content {
  padding: 1.5rem;
}

.newsletter-feat-content-heading {
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 0.6rem;
  color: #111;
}

.newsletter-feat-content p {
  font-size: 14px;
  color: #444;
  line-height: 1.65;
  margin-bottom: 1rem;
}

.newsletter-feat-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #999;
}

.newsletter-read-link {
    font-size: 14px;
    color: #ff0000;
    font-weight: 500;
    cursor: pointer;
    margin-top: 0.9rem;
    display: inline-block;
}
.newsletter-read-link:hover {
    color: #ff0000;
}

/* GRID CARDS */
.newsletter-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-bottom: 2rem;
}

.newsletter-news-card {
  border: 1px solid #e0ddd7;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: box-shadow 0.2s;
}

.newsletter-news-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
}

.newsletter-card-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsletter-card-img img {
    width: 100%;
}



.newsletter-card-body {
  padding: 1rem;
}
/* 
.newsletter-card-body .newsletter-tag {
  display: inline-block;
  background: #fdf2f2;
  color: #c22;
  font-size: 10px;
  font-weight: 500;
  padding: 2px 8px;
  border-radius: 20px;
  margin-bottom: 0.5rem;
} */

.newsletter-card-body h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 0.4rem;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.newsletter-card-body p {
  font-size: 14px;
}

.newsletter-card-footer {
  padding: 0.75rem 1rem;
  border-top: 1px solid #e0ddd7;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.newsletter-card-footer span {
  font-size: 14px;
  color: #aaa;
}

.newsletter-card-footer .newsletter-read-btn {
  font-size: 14px;
  color: #ff0000;
  font-weight: 500;
  cursor: pointer;
}

/* SIDEBAR */
.newsletter-two-col {
  display: grid;
  grid-template-columns: 2.5fr 1fr;
  gap: 2.5rem;
}

.newsletter-sidebar-box {
  border: 1px solid #e0ddd7;
  border-radius: 8px;
  padding: 1.25rem;
  margin-bottom: 1.25rem;
}

.newsletter-sidebar-box h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #111;
}

.newsletter-topic-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.newsletter-topic-tag {
  text-decoration: none;
  background: #fff;
  border: 1px solid #e0ddd7;
  font-size: 12px;
  padding: 5px 12px;
  border-radius: 20px;
  cursor: pointer;
  color: #ff0000;
  transition: all 0.2s;
}

.newsletter-topic-tag:hover,
.newsletter-topic-tag.newsletter-active {
  background: #ff0000;
  color: #fff;
}

.newsletter-popular-item {
  display: flex;
  gap: 10px;
  padding: 0.6rem 0;
  border-bottom: 1px solid #e0ddd7;
}

.newsletter-popular-item:last-child {
  border-bottom: none;
}

.newsletter-popular-num {
  font-family: 'Syne', sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  color: rgba(255, 0, 0, 0.3);
  min-width: 24px;
}

.newsletter-popular-title {
  font-size: 14px;
  font-weight: 500;
  color: #111;
  cursor: pointer;
  line-height: 1.4;
}

.newsletter-popular-title:hover {
  color: #ff0000;
}

/* INNER PAGE */
.newsletter-inner-back {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #444;
  cursor: pointer;
  margin-bottom: 1.5rem;
}

.newsletter-inner-back:hover {
  color: #ff0000;
}

.newsletter-inner-back::before {
  content: '←';
  font-size: 16px;
}

.newsletter-inner-hero {
  border-bottom: 2px solid #111;
  padding-bottom: 1.5rem;
  margin-bottom: 5px;
}

.newsletter-inner-hero .newsletter-tag {
  display: inline-block;
  background: #fdf2f2;
  color: #c22;
  font-size: 12px;
  font-weight: 500;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 0.75rem;
}

.newsletter-inner-hero h1 {
  font-family: 'Syne', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.2;
  color: #111;
  margin-bottom: 0.75rem;
}

.newsletter-inner-hero .newsletter-subtitle {
  line-height: 1.5;
  max-width: 700px;
}

.newsletter-inner-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 1rem;
  font-size: 14px;
  color: #999;
}

.newsletter-inner-meta strong {
  color: #111;
  font-weight: 500;
}

.newsletter-author-chip {
  display: flex;
  align-items: center;
  gap: 8px;
}

.newsletter-author-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #ff0000;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.newsletter-article-body {
  display: grid;
  grid-template-columns: 2.5fr 1fr;
  gap: 2rem;
}
.newsletter-article-content a {
  color: var(--rich-black);
  font-weight: 600;
  font-size: 16px;
} 
.newsletter-article-content {
  max-width: 70%;
}
.newsletter-article-content.whitepaper-article-content {
  max-width: 100%;
}
.newsletter-article-content h2 {
  font-size: 28px;
  font-weight: 700;
  margin: 1.5rem 0 0.6rem;
  color: #111;
}
.newsletter-article-content h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 1.5rem 0 0.6rem;
  color: #111;
}

.newsletter-article-content p {
  margin-bottom: 1rem;
}

.newsletter-article-content .newsletter-highlight-box {
  border-left: 3px solid #ff0000;
  background: #fdf2f2;
  padding: 1rem 1.25rem;
  border-radius: 0 8px 8px 0;
  margin: 1.25rem 0;
}

.newsletter-article-content .newsletter-highlight-box p {
  font-style: italic;
  margin: 0;
}

.newsletter-article-sidebar {
    margin-top: 24px;
}
.newsletter-aside-card {
  border: 1px solid #e0ddd7;
  border-radius: 8px;
  padding: 1.25rem;
  margin-bottom: 1rem;
}

.newsletter-aside-card h5 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 0.75rem;
}

.newsletter-related-item {
  display: flex;
  gap: 8px;
  margin-bottom: 0.75rem;
  cursor: pointer;
}

.newsletter-related-item:last-child {
  margin-bottom: 0;
}

.newsletter-rel-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff0000;
  margin-top: 6px;
  flex-shrink: 0;
}

.newsletter-rel-title {
  font-size: 14px;
  color: #111;
  line-height: 1.4;
}

.newsletter-rel-title:hover {
  color: #ff0000;
}

.newsletter-stat-row {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
  border-bottom: 1px solid #e0ddd7;
  font-size: 14px;
}

.newsletter-stat-row:last-child {
  border-bottom: none;
}

.newsletter-stat-row .newsletter-val {
  font-weight: 600;
  color: #111;
}

/* WHITEPAPER */
.newsletter-wp-hero-strip {
  background: #111;
  color: #fff;
  padding: 2.5rem 2rem;
  text-align: center;
}

.newsletter-wp-hero-strip .newsletter-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(232, 45, 45, 0.15);
  border: 1px solid rgba(232, 45, 45, 0.3);
  color: #ff8888;
  font-size: 11px;
  font-weight: 500;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.newsletter-wp-hero-strip h1 {
  font-family: 'Syne', sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 0.6rem;
}

.newsletter-wp-hero-strip p {
  color: #aaa;
  font-size: 14px;
  max-width: 500px;
  margin: 0 auto;
}

.newsletter-wp-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.newsletter-wp-card {
  border: 1px solid #e0ddd7;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  flex-direction: column;
}

.newsletter-wp-card:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.09);
  transform: translateY(-2px);
}

.newsletter-wp-card-banner {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-height: 150px;
  position: relative;
}

/* .newsletter-wp-card-banner.newsletter-dark {
  background: #111;
  color: #fff;
} */

/* .newsletter-wp-card-banner.newsletter-red {
  background: #ff0000;
  color: #fff;
} */

/* .newsletter-wp-card-banner.newsletter-gray {
  background: #f0ede6;
  color: #111;
} */

.newsletter-wp-card-banner .newsletter-pages-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.8);
  font-size: 11px;
  padding: 3px 8px;
  border-radius: 4px;
}

.newsletter-wp-card-banner.newsletter-gray .newsletter-pages-badge {
  background: rgba(0, 0, 0, 0.08);
  color: #444;
}

.newsletter-wp-icon {
  font-size: 1.8rem;
  margin-bottom: 0.3rem;
}

.newsletter-wp-card-banner h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.newsletter-wp-card-banner p {
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
}

.newsletter-wp-card-body {
  padding: 1rem 1.25rem;
  flex: 1;
}

.newsletter-wp-card-body p {
  font-size: 14px;
  line-height: 1.5;
}

.newsletter-wp-card-foot {
  padding: 0.75rem 1.25rem;
  border-top: 1px solid #e0ddd7;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.newsletter-wp-card-foot span {
  font-size: 14px;
}

.newsletter-dl-btn {
  background: #ff0000;
  color: #fff;
  border: none;
  padding: 7px 20px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
}

.newsletter-dl-btn:hover {
  background: #ff0000;
}

.newsletter-filter-bar {
  display: flex;
  gap: 8px;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.newsletter-filter-btn {
  background: #fff;
  border: 1px solid #e0ddd7;
  font-size: 12px;
  padding: 6px 14px;
  border-radius: 20px;
  cursor: pointer;
  color: #ff0000;
  font-family: 'DM Sans', sans-serif;
  transition: all 0.2s;
}

.newsletter-filter-btn:hover,
.newsletter-filter-btn.newsletter-active {
  background: #ff0000;
  color: #fff;
}

/* WP INNER */
.newsletter-wp-inner-header {
  background: #111;
  color: #fff;
  padding: 2.5rem 2rem;
}

.newsletter-wp-inner-header .newsletter-back {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #aaa;
  cursor: pointer;
  margin-bottom: 1.2rem;
}

.newsletter-wp-inner-header .newsletter-back:hover {
  color: #fff;
}

.newsletter-wp-inner-header .newsletter-back::before {
  content: '←';
  font-size: 15px;
}

.newsletter-wp-inner-header .newsletter-tag {
  display: inline-block;
  background: rgba(232, 45, 45, 0.2);
  border: 1px solid rgba(232, 45, 45, 0.4);
  color: #ff8888;
  font-size: 11px;
  font-weight: 500;
  padding: 3px 10px;
  border-radius: 20px;
  margin-bottom: 0.75rem;
}

.newsletter-wp-inner-header h1 {
  font-family: 'Syne', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}

.newsletter-wp-inner-header p {
  color: #aaa;
  font-size: 14px;
  max-width: 680px;
  line-height: 1.65;
}

.newsletter-wp-meta-row {
    display: flex;
    gap: 1rem 2rem;
    flex-wrap: wrap;
}
.newsletter-wp-meta-item {
    font-size: 12px;
    color: #000;
}
.newsletter-wp-meta-lbl {
    margin-bottom: 5px;
}
.newsletter-wp-meta-val {
    font-weight: 600;
    font-size: 16px;
}

.newsletter-wp-body {
  display: flex;
  gap: 2rem;
}

.newsletter-article-content .newsletter-kf-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin: 1rem 0;
}

.newsletter-kf-item {
  background: #f5f5f3;
  border-radius: 8px;
  padding: 0.75rem 1rem;
}

.newsletter-kf-item .newsletter-kf-num {
  font-family: 'Syne', sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: #ff0000;
  margin-bottom: 2px;
}

.newsletter-kf-item .newsletter-kf-lbl {
  font-size: 12px;
  color: #444;
}


.newsletter-article-sidebar .newsletter-dl-card {
  border: 1px solid #e0ddd7;
  border-radius: 8px;
  padding: 1.25rem;
  text-align: center;
  margin-bottom: 1rem;
}

.newsletter-article-sidebar .newsletter-dl-card h5 {
  font-family: 'Syne', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.newsletter-article-sidebar .newsletter-dl-card p {
  font-size: 12px;
  color: #444;
  margin-bottom: 1rem;
}

.newsletter-full-dl-btn {
  width: 100%;
  background: #ff0000;
  color: #fff;
  border: none;
  padding: 10px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
}

.newsletter-full-dl-btn:hover {
  background: #c22;
}

.newsletter-toc {
  border: 1px solid #e0ddd7;
  border-radius: 8px;
  padding: 1.25rem;
  margin-bottom: 1rem;
}

.newsletter-toc h5 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 0.75rem;
}

.newsletter-toc ol {
  padding-left: 1.2rem;
}

.newsletter-toc li a {
  text-decoration: none;
  font-size: 14px;
  color: #111;
  margin-bottom: 0.4rem;
  cursor: pointer;
  line-height: 1.4;
}

.newsletter-toc li a:hover {
  color: #ff0000;
}

.newsletter-sample-button {
    display: inline-block;
    text-decoration: none;
    padding: 12px 24px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    background: #ff0000;
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
}


.newsletter-earlier-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5rem;
}
.newsletter-earlier-card {
    border: 1px solid #e0ddd7;
    border-radius: 8px;
    padding: 1rem;
    cursor: pointer;
}
.newsletter-earlier-title {
    font-size: 20px;
    font-weight: 700;
    margin-block: 15px;
}
.newsletter-earlier-icon {
    font-size: 28px;
}
.whitepaper-aside-card-para {
    font-size: 14px;
}
.whitepaper-dl-note {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 0;
}


@media (max-width: 1400px) {
    .newsletter-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 992px) {
    .newsletter-two-col {
        grid-template-columns: 1fr;
    }
    .newsletter-article-body {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    .newsletter-article-sidebar {
        margin-top: 0px;
    }
    .newsletter-wp-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .newsletter-earlier-grid {
        grid-template-columns: 1fr 1fr;
    }
    .newsletter-wp-body {
        flex-direction: column;
        gap: 1rem;
    }
    .newsletter-article-content {
      max-width: 100%;
    }
}   
@media (max-width: 768px) {
    .newsletter-featured-card {
        grid-template-columns: 1fr;
    }
    .newsletter-wp-grid {
        grid-template-columns: 1fr;
    }
    .newsletter-earlier-grid {
        grid-template-columns: 1fr;
    }
    .newsletter-article-content .newsletter-kf-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 500px) {
    .newsletter-cards-grid {
        grid-template-columns: 1fr;
    }
    .newsletter-two-col {
        gap: 1rem;
    }
}

/* ---------------------------------------- */
.table-parent .myntra-th,
.table-parent .myntra-td {
    white-space: nowrap;
}
.table-parent {
    overflow: auto;
}