/* nxr_customtext — bloque de texto SEO del home (estilo de marca) */
.nxr-customtext {
  padding: 48px 16px;
}
.nxr-customtext__inner {
  text-align: left;
}
.nxr-customtext__title {
  font-size: 1.9rem;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 20px;
}
.nxr-customtext__body {
  color: #333;
  font-size: 1rem;
  line-height: 1.7;
  text-align: left;
}
.nxr-customtext__body :first-child { margin-top: 0; }
.nxr-customtext__body :last-child { margin-bottom: 0; }
.nxr-customtext__body h2,
.nxr-customtext__body h3 {
  color: #212529;
  font-weight: 800;
}
.nxr-customtext__body a {
  color: var(--nxr-accent-dark, #1f2937);
  text-decoration: underline;
}
@media (max-width: 767px) {
  .nxr-customtext { padding: 32px 16px; }
  .nxr-customtext__title { font-size: 1.5rem; }
}
