/* ait-author Info Box Styles */
.ait-author-info {
    /*display: flex;*/
	align-items: left;
    margin: 20px 0;
    padding: 15px;
    background-color: #f7f7f7;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
}

.ait-author-avatar {
    margin-right: 20px;
	float: left;
}

.ait-author-avatar img {
    width: 90px; /* Explicitly set the width */
    height: 90px; /* Explicitly set the height */
    border-radius: 50%;
    object-fit: cover; /* Ensures the image covers the area without distortion */
}

.ait-author-details h2{  margin-top: 0; font-size: 16px !important;}
.ait-author-details h3{  margin-top: 0; line-height: 1.3em !important; font-size: .95em !important;}

.ait-author-details p {
    margin-bottom: 0;
	font-size: .90em;
	/*text-align: justify;*/
}

/* ait-author Info Box Styles for dark background*/
.ait-author-info-dark {
    /*display: flex;*/
	align-items: left;
    margin: 20px 0;
    padding: 15px;
}

