/**
 * Author Avatar Fix - Override fullwidth image rules
 * Load last to ensure avatar stays circular
 * 
 * @package Blog Content
 */

/* Force author avatar to be circular */
.author-widget-photo img,
.widget .author-widget-photo img,
.widget.author-box-widget .author-widget-photo img,
.widget.bc-author-widget .author-widget-photo img,
#secondary .author-widget-photo img,
.sidebar .author-widget-photo img,
aside .author-widget-photo img {
	width: 120px !important;
	height: 120px !important;
	max-width: 120px !important;
	min-width: 120px !important;
	max-height: 120px !important;
	min-height: 120px !important;
	border-radius: 50% !important;
	object-fit: cover !important;
	margin: 0 auto 20px auto !important;
	margin-top: 0 !important;
	margin-bottom: 20px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	display: block !important;
	padding: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	border: 4px solid #f0f0f0 !important;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
}



