.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-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for text-editor, class: .elementor-element-7e9b4cc9 */```css
/* ==================================================
   IIHMR EXECUTIVE PROGRAMMES BLOG
   WordPress Custom CSS
   ================================================== */

.entry-content h1,
.wp-block-post-content h1,
.elementor-widget-theme-post-content h1 {
  font-size: 38px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  color: #111 !important;
  margin-top: 0 !important;
  margin-bottom: 28px !important;
}

.entry-content p,
.wp-block-post-content p,
.elementor-widget-theme-post-content p {
  font-size: 17px !important;
  line-height: 1.8 !important;
  color: #333 !important;
  margin-bottom: 18px !important;
}

.entry-content h2,
.wp-block-post-content h2,
.elementor-widget-theme-post-content h2 {
  position: relative;
  font-size: 32px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
  color: #111 !important;
  margin-top: 44px !important;
  margin-bottom: 20px !important;
  padding-bottom: 12px;
}

.entry-content h2::after,
.wp-block-post-content h2::after,
.elementor-widget-theme-post-content h2::after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  margin-top: 10px;
  background: #b04a7a;
  border-radius: 10px;
}

.entry-content h3,
.wp-block-post-content h3,
.elementor-widget-theme-post-content h3 {
  font-size: 25px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
  color: #171717 !important;
  margin-top: 30px !important;
  margin-bottom: 14px !important;
  padding-left: 14px;
  border-left: 4px solid #b04a7a;
  scroll-margin-top: 120px;
}

.entry-content strong,
.wp-block-post-content strong,
.elementor-widget-theme-post-content strong {
  color: #111;
  font-weight: 700;
}

.entry-content a,
.wp-block-post-content a,
.elementor-widget-theme-post-content a {
  color: #9b2f64 !important;
  font-weight: 600;
  text-decoration: none !important;
  overflow-wrap: anywhere;
  transition: color 0.25s ease;
}

.entry-content a:hover,
.wp-block-post-content a:hover,
.elementor-widget-theme-post-content a:hover {
  color: #761f4b !important;
  text-decoration: underline !important;
}

.entry-content ul,
.wp-block-post-content ul,
.elementor-widget-theme-post-content ul,
.entry-content ol,
.wp-block-post-content ol,
.elementor-widget-theme-post-content ol {
  margin: 18px 0 26px 22px !important;
  padding-left: 18px !important;
}

.entry-content li,
.wp-block-post-content li,
.elementor-widget-theme-post-content li {
  font-size: 16.5px !important;
  line-height: 1.75 !important;
  color: #333 !important;
  margin-bottom: 10px !important;
}

.entry-content li::marker,
.wp-block-post-content li::marker,
.elementor-widget-theme-post-content li::marker {
  color: #b04a7a;
  font-size: 1.1em;
}

.entry-content h1 + p,
.wp-block-post-content h1 + p,
.elementor-widget-theme-post-content h1 + p {
  font-size: 17.5px !important;
  line-height: 1.85 !important;
  color: #2f2f2f !important;
}

.entry-content p:has(strong),
.wp-block-post-content p:has(strong),
.elementor-widget-theme-post-content p:has(strong) {
  padding: 16px 20px;
  margin: 24px 0 !important;
  background: #fff2f7;
  border-left: 5px solid #b04a7a;
  border-radius: 10px;
}

/* Tables */
.iihmr-table-wrap {
  width: 100%;
  margin: 28px 0 34px;
  overflow-x: auto;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(176, 74, 122, 0.08);
  -webkit-overflow-scrolling: touch;
}

.iihmr-blog-table {
  width: 100% !important;
  min-width: 720px;
  margin: 0 !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  background: #fff;
  border: 1px solid #f1cfe0 !important;
  border-radius: 18px;
  overflow: hidden;
}

.iihmr-blog-table thead th {
  padding: 16px 18px !important;
  background: #b04a7a !important;
  color: #fff !important;
  border: none !important;
  font-size: 15.8px !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
  text-align: left !important;
  vertical-align: top !important;
}

.iihmr-blog-table tbody td {
  padding: 16px 18px !important;
  color: #333 !important;
  background: #fff !important;
  border-top: 1px solid #f3d7e4 !important;
  border-right: 1px solid #f3d7e4 !important;
  font-size: 15.5px !important;
  line-height: 1.6 !important;
  vertical-align: top !important;
}

.iihmr-blog-table tbody td:last-child,
.iihmr-blog-table thead th:last-child {
  border-right: none !important;
}

.iihmr-blog-table tbody td:first-child {
  color: #9b2f64 !important;
  background: #fff7fb !important;
  font-weight: 700 !important;
  width: 180px;
}

.iihmr-blog-table tbody tr:nth-child(even) td {
  background: #fffafd !important;
}

.iihmr-blog-table tbody tr:nth-child(even) td:first-child {
  background: #fff2f7 !important;
}

.iihmr-compare-table {
  min-width: 900px;
}

.iihmr-compare-table tbody td:first-child {
  width: 170px;
}

.entry-content h2 + h3,
.wp-block-post-content h2 + h3,
.elementor-widget-theme-post-content h2 + h3 {
  margin-top: 24px !important;
}

/* Responsive */
@media (max-width: 1024px) {
  .entry-content h1,
  .wp-block-post-content h1,
  .elementor-widget-theme-post-content h1 {
    font-size: 34px !important;
  }

  .entry-content p,
  .wp-block-post-content p,
  .elementor-widget-theme-post-content p {
    font-size: 16.5px !important;
  }

  .entry-content h2,
  .wp-block-post-content h2,
  .elementor-widget-theme-post-content h2 {
    font-size: 30px !important;
  }

  .entry-content h3,
  .wp-block-post-content h3,
  .elementor-widget-theme-post-content h3 {
    font-size: 23px !important;
  }
}

@media (max-width: 767px) {
  .entry-content h1,
  .wp-block-post-content h1,
  .elementor-widget-theme-post-content h1 {
    font-size: 29px !important;
    line-height: 1.3 !important;
    margin-bottom: 22px !important;
  }

  .entry-content p,
  .wp-block-post-content p,
  .elementor-widget-theme-post-content p {
    font-size: 16px !important;
    line-height: 1.75 !important;
  }

  .entry-content h1 + p,
  .wp-block-post-content h1 + p,
  .elementor-widget-theme-post-content h1 + p {
    font-size: 16.2px !important;
    line-height: 1.75 !important;
  }

  .entry-content h2,
  .wp-block-post-content h2,
  .elementor-widget-theme-post-content h2 {
    font-size: 26px !important;
    line-height: 1.3 !important;
    margin-top: 34px !important;
  }

  .entry-content h3,
  .wp-block-post-content h3,
  .elementor-widget-theme-post-content h3 {
    font-size: 21px !important;
    padding-left: 12px;
  }

  .entry-content ul,
  .wp-block-post-content ul,
  .elementor-widget-theme-post-content ul,
  .entry-content ol,
  .wp-block-post-content ol,
  .elementor-widget-theme-post-content ol {
    margin-left: 14px !important;
    padding-left: 16px !important;
  }

  .entry-content li,
  .wp-block-post-content li,
  .elementor-widget-theme-post-content li {
    font-size: 16px !important;
    line-height: 1.7 !important;
  }

  .entry-content p:has(strong),
  .wp-block-post-content p:has(strong),
  .elementor-widget-theme-post-content p:has(strong) {
    padding: 14px 16px;
  }

  .iihmr-table-wrap {
    border-radius: 14px;
  }

  .iihmr-blog-table thead th,
  .iihmr-blog-table tbody td {
    padding: 13px 14px !important;
    font-size: 14.5px !important;
  }
}
```/* End custom CSS */