/* nt_customtext — bloque de texto SEO del home (estilo de marca) */
.nt-customtext {
    color: #252e5f !important;
    padding: 32px;
    margin: 0;
    border-radius: 8px;
    border: none;
    width: 100%;
    align-items: center;
    border: 1px solid #e3e3e3;
    border-radius: 14px;
    transition: box-shadow .22s ease, transform .22s ease, border-color .22s ease;
    background-image: linear-gradient(rgb(255 255 255 / 87%), rgb(255 255 255 / 65%)), url(https://nitrotattoosupplies.com/img/fondo-nitrotattoo.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.nt-customtext__inner {
  text-align: left;
}
.nt-customtext__title {
  font-size: 1.9rem;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 20px;
}
.nt-customtext__body, .nt-customtext__inner p {
  color: #252e5f !important;
  font-size: 1rem;
  line-height: 1.7;
  text-align: left;
}
.nt-customtext__body :first-child { margin-top: 0; }
.nt-customtext__body :last-child { margin-bottom: 0; }
.nt-customtext__body h2,
.nt-customtext__body h3 {
  color: #252e5f !important;
  font-weight: 800;
}
.nt-customtext__body a {
  color: #003aee;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .nt-customtext { padding: 32px 16px; }
  .nt-customtext__title { font-size: 1.5rem; }
}
