/* Realty Investor · Aprende — estilos comunes de los artículos */
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
  body { margin: 0; background: #fff; color: #0A0C0E; font-family: "Public Sans", system-ui, sans-serif; }
  * { box-sizing: border-box; }
  a { color: #0A0C0E; text-decoration: none; }
  a:hover { color: #5C656D; }
  h1, h2, h3 { margin: 0; }
  p { margin: 0; }
  summary::-webkit-details-marker { display: none; }
  @media (min-width: 900px) { [data-toc-mobile] { display: none !important; } }
  @media (max-width: 899.98px) { [data-toc-desktop] { display: none !important; } }

/* Estados hover */
.h1:hover { color:#5C656D !important; }
.h2:hover { border-color:#0A0C0E !important; color:#0A0C0E !important; }
.h3:hover { background:#F1E7E0 !important; color:#1A1411 !important; }
.h4:hover { border-color:#FBF6F2 !important; color:#FBF6F2 !important; }
.h5:hover { background:#2A3036 !important; color:#fff !important; }
