.pvpc-indicadores {
    background: #f9f9f9;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    font-family: 'Segoe UI', sans-serif;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.pvpc-indicadores h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #333;
    text-align: center;
}

.pvpc-indicadores p {
    font-size: 1em;
    color: #666;
    margin-bottom: 15px;
    text-align: center;
}

.pvpc-indicadores ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.pvpc-indicadores li {
    margin-bottom: 12px;
    font-size: 1.1em;
    color: #444;
}

.pvpc-indicadores li strong {
    color: #2a7f62;
}

.pvpc-indicadores small {
    display: block;
    font-size: 0.9em;
    color: #888;
}


