/*Theme Name:Aini oma soust 
* Theme URI:    https://www.vitavia.ee/
* Description:  A DIVI child theme
* Author:Vitavia Eesti 
* Author URI:https://vitavia.ee Template: 
* Template:     Divi
* Divi Version:1.1 

*/ 

/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */

.my-custom-excerpt-class {
  color: #666666 !important;
  font-size: 16px;
  line-height: 115%;	
  overflow: hidden;	
  text-overflow: ellipsis;
  /*height:60px;*/	
  /* add other rules as needed*/
}
.my-custom-excerpt-class::after {
  content: " ...";
}