body.theme-dark #author-main #author-header {
	background-color: var(--primary-green-dark);
}
body.theme-light #author-header {
	background-color: var(--secondary-yellow1);
}
#author-main #author-header #author-header-svg {
	height: 100%;
	width: auto;
	top: 0;
	right: 0;
}
body.theme-dark #author-main #author-header #author-header-svg rect {
	fill: #254429;
}
body.theme-light #author-main #author-header #author-header-svg rect {
	fill: #EE9D2B;
}
#author-main #author-header .avatar {
	width: 120px;
	height: 120px;
}
#author-main h1 {
	font-size: 20px;
	line-height: 1;
}
.author-posts-count .number {
	min-width: 60px;
	height: 40px;
	color: var(--shade10);
	font-weight: bold;
	font-size: 18px;
	line-height: 1;
	font-family: var(--font-family-2);
}
body.theme-dark .author-posts-count .number {
	background-color: var(--secondary-orange1);
}
body.theme-light .author-posts-count .number {
	background-color: var(--primary-green);
}
.author-posts-count .label {
	height: 40px;
	color: var(--text1);
	line-height: 1;
	width: 100%;
}
body.theme-dark .author-posts-count .label {
	background-color: var(--shade10);
}
body.theme-light .author-posts-count .label {
	background-color: #F8E0AB;
}
#author-texts .icon {
	width: 40px;
	height: 40px;
	background-color: var(--secondary-yellow1);
}
#author-texts .title {
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}
/* RESPONSIVE */
@media (min-width: 992px) {
	#author-texts .title {
		font-size: 24px;
	}
	.author-posts-count .label {
		width: 250px;
		height: 60px;
	}
	.author-posts-count .number {
		font-size: 24px;
		height: 60px;
	}
	.author-posts-count {
		columns: 2;
		column-gap: 1rem;
	}
	#author-main #author-header .avatar {
		width: 300px;
		height: 300px;
	}
	#author-main h1 {
		font-size: 40px;
	}
}