.cursospro-curso {
    max-width: 800px;
    margin: auto;
    font-family: sans-serif;
}
.cursospro-titulo {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 2rem;
}
.cursospro-modulo {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: 1rem;
    overflow: hidden;
}
.cursospro-modulo-btn {
    background: #f5f5f5;
    padding: 1rem;
    width: 100%;
    text-align: left;
    font-weight: bold;
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 1.1rem;
}
.cursospro-contenido {
    padding: 1rem;
    background: #fff;
}
.cursospro-item {
    margin-bottom: 1rem;
}
.cursospro-video-container iframe {
    width: 100%;
    height: 360px;
    border: none;
}
.cursospro-item.enlace a {
    color: #0073aa;
    text-decoration: underline;
}