/*
Theme Name: NGO Child
Theme URI: http://tijaabo.ciscup.com/
Description: Child theme for the NGO theme.
Author: Fatah Muse
Author URI: http://fatahmuse.com/
Template: ngo
Version: 1.0.0
*/

/* Add your custom CSS below this line */

.post-meta {
    font-size: 14px;
    color: #333;
    margin-bottom: 20px;
}
.post-meta span {
    margin-right: 15px;
}
.author-info a {
    text-decoration: none;
    color: inherit;
    display: inline-flex;
    align-items: center;
}

.author-avatar {
    width: 25px;
    height: 25px;
    border-radius: 50% !important;
    object-fit: cover;
    margin-right: 8px;
}

