.tema-contenido h1 {
    font-size: 2em;
    font-weight: bold;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    color: #2c3e50;
}

.tema-contenido h2 {
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    color: #34495e;
    border-bottom: 2px solid #ddd;
    padding-bottom: 0.3rem;
}

.tema-contenido p {
    line-height: 1.6;
    margin-bottom: 0.8rem;
}

.tema-contenido ul, .tema-contenido ol {
    margin-left: 1.5rem;
    margin-bottom: 1rem;
}

.tema-contenido strong {
    color: #c0392b;
}
