.sc-meus-cursos {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    margin: 20px 0;
}

.sc-curso-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    display: flex;
}

.sc-curso-card a img {
    width: 150px;
    height: 100px;
    object-fit: cover;
}

.sc-curso-info {
    padding: 15px;
    flex: 1;
}

.sc-curso-info h3 {
    margin: 0 0 10px 0;
    font-size: 1.1em;
    color: #2c3e50;
}

.sc-curso-info h3 a {
    text-decoration: none;
    color: #2c3e50;
}

.button {
    display: inline-block;
    padding: 8px 16px;
    background: #3498db;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-size: 0.9em;
}

.button:hover {
    background: #2980b9;
}

.sc-meus-cursos .button {
    background-color: #3498db;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
}

.sc-certificados-lista div {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 8px;
}
/* Adicione no style.css do tema filho */
.sc-video-wrapper + form,
.sc-proxima-aula + form {
    text-align: center;
    margin: 30px 0;
}
.sc-proxima-aula button,
.sc-botao-concluir button {
    background: #27ae60;
    color: white;
    border: none;
    padding: 12px 30px;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: 0 4px 10px rgba(39, 174, 96, 0.3);
}
.sc-proxima-aula button:hover,
.sc-botao-concluir button:hover {
    background: #219a52;
    transform: translateY(-2px);
}

.sc-botao-concluir {
    background: #27ae60;
    color: white;
    border: none;
    padding: 12px 30px;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: 0 4px 10px rgba(39, 174, 96, 0.3);
    margin: 20px auto;
    display: block;
    width: 200px;
    text-align: center;
}

.sc-botao-concluir:hover {
    background: #219a52;
    transform: translateY(-2px);
}

.sc-botao-concluir:active {
    transform: translateY(0);
}

.sc-botao-concluir {
    background: #27ae60;
    color: white;
    border: none;
    padding: 12px 30px;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: 0 4px 10px rgba(39, 174, 96, 0.3);
    margin: 20px auto;
    display: block;
    width: 200px;
    text-align: center;
}

.sc-botao-concluir:hover {
    background: #219a52;
    transform: translateY(-2px);
}