/* Scoped to articles created through RankTalon. No global theme overrides. */
.single-post .ranktalon-title .elementor-heading-title {
  font-size: clamp(2rem, 4vw, 3.35rem) !important;
  line-height: 1.1 !important;
  overflow-wrap: anywhere;
}

@media (max-width: 767px) {
  .single-post .ranktalon-title .elementor-heading-title {
    font-size: clamp(1.9rem, 8vw, 2.35rem) !important;
    line-height: 1.12 !important;
    letter-spacing: -0.02em;
  }

  .single-post .ranktalon-content,
  .single-post .ranktalon-content p,
  .single-post .ranktalon-content li {
    font-size: 1rem !important;
    line-height: 1.65 !important;
  }

  .single-post .ranktalon-content h2 {
    font-size: clamp(1.45rem, 6vw, 1.9rem) !important;
    line-height: 1.2 !important;
  }

  .single-post .elementor-widget-accordion .elementor-tab-title,
  .single-post .elementor-widget-toggle .elementor-tab-title {
    font-size: 1rem !important;
    line-height: 1.35 !important;
  }
}
