.widget-group--element
 { display: flex;}

 #caracteresRestants {
    color:brown;
 }

 .children-button {
    background-color: #f90;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    margin-right: 3px;
    font-weight: bold;
}

.children-button:hover {
    background-color: #e80;
}

.children-button:hover {
    color: #e8e8e8;
  }