body#tinymce.wp-editor { 
    font-family: 'Roboto',Arial; 
    margin: 10px; 
}

body#tinymce.wp-editor a {
    color: #5E5340;
}


/*.modifyDetails {*/
/*    background: #79f9fa;*/
/*    border-radius: 20px;*/
/*    padding: 10px;*/
/*    margin-bottom: 20px;*/
/*}*/

.name_author_out {
    display: flex;
    align-items: center;
    gap: 5px;
}

.author_imag img {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
}