/* ─────────────────────────────────────────────────────────────────────────
   Nethotline site overrides (loaded after style.css).
   ───────────────────────────────────────────────────────────────────────── */

/* Unified body-text size for the homepage content sections.
   Without this, .about-content/.testimonial-left/.analysis/.cta paragraphs fall
   back to the theme's base `p` rule (14px/24px) while hero/services use 16px. */
.header-hero-content .text,
.about-content .text,
.analysis-title .text,
.single-services .services-items .services-content .text,
.testimonial-left-content .text,
.app-download-content .text {
  font-size: 16px;
  line-height: 30px;
}
