.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-788c8c64 *//* ==================================================
   NEXT-GEN MBA HOSPITAL & HEALTH MANAGEMENT BLOG
   WordPress Custom CSS
   ================================================== */

/* Main blog title */
.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;
}

/* Paragraph readability */
.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;
}

/* Main headings */
.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;
}

/* Underline below h2 */
.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;
}

/* H3 headings / FAQ questions */
.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;
}

/* Strong text */
.entry-content strong,
.wp-block-post-content strong,
.elementor-widget-theme-post-content strong {
  color: #111;
  font-weight: 700;
}

/* Links */
.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;
}

/* Lists */
.entry-content ul,
.wp-block-post-content ul,
.elementor-widget-theme-post-content ul {
  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;
}

/* Highlight bold paragraphs */
.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;
}

/* Make first paragraph slightly stronger */
.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;
}

/* ==================================================
   COURSE STRUCTURE CARDS
   ================================================== */

.iihmr-course-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 28px 0 34px;
}

.iihmr-course-card {
  position: relative;
  padding: 22px 22px 20px;
  background: #fff7fb;
  border: 1px solid #f1cfe0;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(176, 74, 122, 0.08);
  overflow: hidden;
  transition: all 0.25s ease;
}

.iihmr-course-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: #b04a7a;
}

.iihmr-course-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 38px rgba(176, 74, 122, 0.14);
  border-color: #e8b7cf;
}

.iihmr-course-card h3 {
  margin-top: 0 !important;
  margin-bottom: 14px !important;
  padding-left: 0 !important;
  border-left: none !important;
  font-size: 21px !important;
  line-height: 1.35 !important;
  color: #111 !important;
}

.iihmr-course-card ul {
  margin: 0 0 0 18px !important;
  padding-left: 16px !important;
}

.iihmr-course-card li {
  font-size: 15.8px !important;
  line-height: 1.65 !important;
  margin-bottom: 9px !important;
}

/* FAQ spacing */
.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;
  }

  .iihmr-course-grid {
    grid-template-columns: 1fr;
  }
}

@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 {
    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-course-card {
    padding: 20px 18px;
    border-radius: 16px;
  }

  .iihmr-course-card h3 {
    font-size: 20px !important;
  }

  .iihmr-course-card li {
    font-size: 15.8px !important;
  }
}/* End custom CSS */