/* === ESTILOS PARA LOS WIDGETS DEL ESCRITORIO DE WORDPRESS === */

.smg-dashboard-widget {
    padding: 10px;
}

/* --- FIX: Estilo movido desde dashboard-widgets.php --- */
/* Añade padding extra al widget del dashboard principal */
.smg-dashboard-widget.smg-widget-padded {
    padding: 20px;
}
/* --- FIN FIX --- */


.smg-dashboard-widget p {
    margin-top: 0;
    font-size: 14px;
}

.smg-widget-stats {
    background-color: #f6f7f7;
    border: 1px solid #e2e2e2;
    padding: 15px;
    border-radius: 4px;
    margin: 15px 0;
}

.smg-widget-stats p {
    margin: 0 !important;
    line-height: 1.6;
    font-size: 14px !important;
}

.smg-widget-footer {
    text-align: right;
    margin-top: 15px;
    margin-bottom: 0;
}