/**
 * MateAventura - Help y Contenido
 * Estilos para página de ayuda, secciones de contenido
 */

.help-content {
    padding: 20px 0;
}

.help-content h1 {
    color: var(--primary);
    text-align: center;
    margin-bottom: 30px;
}

.help-section {
    margin-bottom: 30px;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 15px;
    border-left: 4px solid var(--primary);
}

.help-section h2 {
    color: var(--dark);
    margin-top: 0;
    margin-bottom: 15px;
}

.help-section p {
    line-height: 1.6;
    margin: 10px 0;
}

.help-item {
    margin: 15px 0;
    padding: 15px;
    background: white;
    border-radius: 10px;
    border: 2px solid #eee;
}

.help-item h3 {
    color: var(--accent);
    margin-top: 0;
    margin-bottom: 10px;
}

.help-item p {
    margin: 0;
    line-height: 1.6;
}

.help-list {
    line-height: 1.8;
    padding-left: 25px;
}

.help-list li {
    margin: 10px 0;
}

.help-list strong {
    color: var(--dark);
}
