/*
Plugin Name: Detalhes do Projeto
Description: Estilos para o bloco Detalhes do Projeto
Version: 1.3
Author: Seu Nome
*/

.projeto-detalhes {
    background: #f8f9fa;
    border-left: 4px solid #3858e9;
    padding: 20px;
    margin: 20px 0;
    border-radius: 4px;
}

.projeto-detalhes h3 {
    margin-top: 0;
    color: #1e1e1e;
    font-size: 1.3em;
}

.projeto-detalhes ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.projeto-detalhes li {
    padding: 8px 0;
    border-bottom: 1px solid #eaeaea;
}

.projeto-detalhes li:last-child {
    border-bottom: none;
}

.projeto-detalhes-preview {
    background: #f0f0f0;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.projeto-detalhes-preview h3 {
    margin-top: 0;
}

.projeto-detalhes-preview p {
    margin: 5px 0;
}