.author-content {
	display: flex;
	flex-wrap: wrap;
}
.author-content .image {
	width: 15%;
	display: flex;
    	align-items: center;
}
.author-content .info {
	width: calc(85% - 36px);
	padding: 10px 12px 10px 24px;
}
.author-content h1 {
	color: #EFBE12;
	font-size: 28px;
	font-weight: 600;
	line-height: 34px;
	letter-spacing: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.author-content .url {
	color: #00857E;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0px;
	word-wrap: break-word;
}
.author-content .description p {
	margin-top: 0px;
	margin-bottom: 10px;
	color: #1F1B2D;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0px;
}
.author-content .social {
	border-top: 3px solid #EFBE12;
	display: flex;
	flex-wrap: wrap;
	padding-top: 10px;
	column-gap: 12px;
}
.author-content .social a {
	display: flex;
}
.author-content .social svg {
	width: 24px;
	height: auto;
}
body.author .site-content h2 {
	margin: 16px 0px;
	color: #494942;
	font-size: 28px;
	font-weight: 600;
	line-height: 34px;
	letter-spacing: 0px;
	text-align: center;
}
.archive article .image {
	display: flex;
}
.archive article h3 {
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.archive article h3 a {
	color: #00857E;
	text-decoration: none;
}
.archive article p.date {
	display: flex;
	column-gap: 2px;
	font-weight: 400;
}
.archive article p.date span {
	font-weight: bold;
}
.archive article p.date svg {
	margin: 0px 8px;
}
@media (max-width: 1296px) {
	body.author .site-main {
		padding-left: 20px;
		padding-right: 20px;
	}
	.author-content .image, .author-content .info {
		width: 100%;
	}
}
@media (max-width: 768px) {
	.author-content .image {
		justify-content: center;
	}
	.author-content .info {
		padding-left: 0px;
		padding-right: 0px;
	}
	body.author .site-content h2 {
		font-size: 20px;
    		line-height: 24px;
	}
}
@media (max-width: 500px) {
	body.author .site-main {
		padding-left: 7px;
		padding-right: 7px;
	}
}