raw: estilos
tipo: css
nombre: estilos base
---
/* Estilos para relaciones tipadas */
.rel { font-size: .85rem; padding: .1rem .3rem; border-radius: 3px; text-decoration: none; }
.rel-fuente { background: #e8f5e9; color: #2e7d32; }
.rel-ver { background: #e3f2fd; color: #1565c0; }
.rel-contradice { background: #fce4ec; color: #c62828; }
.rel-continua { background: #fff3e0; color: #e65100; }
/* Encabezados desde reglas render */
h2 { font-size: 1.1rem; margin: 1.2rem 0 .5rem; font-weight: normal; border-bottom: 1px solid #ddd; padding-bottom: .2rem; }
/* Código inline */
code { background: #f0f0ec; padding: .1rem .4rem; font-size: .9rem; }
/* Línea horizontal */
hr { border: none; border-top: 1px solid #ccc; margin: 1rem 0; }