#topmenu li.linkedin .safiricon {
	position: relative;
	top: -2px;
}

#authorPage .profileBlock, #authorPage .profileBlock .theiaStickySidebar {
	display: flex;
	flex-direction: column;
}

#authorPage .profileBlock .thumb {
	margin-bottom: 0;
	z-index: 1;
}

#authorPage .profileBlock .detail:has(a) {
	order: 2;
	margin-top: -12px;
	z-index: 2;
}

#authorPage .profileBlock .detail .bio:not(:empty) {
	padding-right: 0;
	line-height: 24px;
	background: #546f82;
	text-align: center;
	color: #fff;
	font-weight: 600;
	border-radius: 12px;
}

#authorPage .profileBlock .detail .bio a {
	display: block;
	color: #fff;
}

#authorPage .profileBlock .safirSocial:not(:has(li)) {
	display: none;
}

#authorPage .profileBlock h1, #authorPage .profileBlock h2 {
	order: 3;
}

.authorsWidget .post .postthumb {
	padding: 3px;
}

.authorsWidget .post .postthumb:before {
	display: none;
}


.authorsWidget .post .postthumb .thumb {	
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: 0 0 3px rgba(0,0,0,.1);
	width: 70px;
}

.authorsWidget .post .postthumb .info {
	height: auto;
}

.authorsWidget .author-tag {
	background: var(--c1);
	color: #fff;
	display: inline-block;
	border-radius: 5px;
	padding: 0 10px;
	line-height: 24px;
	font-weight: 600;
	font-size: 13px;
	margin-bottom: 5px;
}

.authorsWidget .post .postthumb .author-name a {
	display: flex;
	align-items: center;
	gap: 4px;
	font-size: 16px;
}

.authorsWidget .author-name a .icon {
	margin-left: auto;
}

.authorsWidget .author-name a svg {
	width: 12px;
	height: 12px;
	color: var(--c1);
}

.authorsWidget .post .postthumb .info {
	margin-left: 80px;
}

.authorsWidget .post .postthumb .date {
	display: none;
}

.authorsWidget .post .postthumb .datetime {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 5px;
}

.authorsWidget .post .postthumb .datetime .item {
	display: flex;
	align-items: center;
	gap: 3px;
	color: #555;
	line-height: 16px;
	font-size: 12px;
}

.authorsWidget .post .postthumb .datetime .item:first-child {
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px solid #f0f0f0;
}

.authorsWidget .post .postthumb .datetime .item svg {
	width: 12px;
	height: 12px;
}

.authorsWidget .post .detail {
	border-top: 1px solid #f0f0f0;
	padding-top: 10px;
	margin-top: 10px;
}

.authorsWidget .post .detail .title {
	line-height: 28px;
	height: 84px;
	overflow: hidden;
}

.authorsWidget .post .detail .title a {
	font-size: 22px;
}

.authorsWidget .post .detail .title a:hover {
	color: var(--c1) !important;
	
}

.authorsWidget .post .detail .summary {
	display: none;
}