.aw-blog-features {
	margin-top: 3.5rem;
	display: flex;
	flex-direction: column;
	gap: 0;
}

.aw-blog-author + .aw-blog-tags {
	margin-top: 2.75rem;
	padding-top: 1.75rem;
	border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.aw-blog-tags {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 1.5;
	color: #9aa0a8;
}

.aw-blog-tags__heading {
	margin: 0 0 0.35rem;
	padding: 0;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.4;
	color: #aeb3bb;
}

.aw-blog-tags__list {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 1.5;
	color: #9aa0a8;
}

.aw-blog-tags__sep {
	color: #9aa0a8;
}

.aw-blog-features .aw-blog-tags a.aw-blog-tags__link,
.aw-blog-features .aw-blog-tags a.aw-blog-tags__link:link,
.aw-blog-features .aw-blog-tags a.aw-blog-tags__link:visited,
.aw-blog-features .aw-blog-tags a.aw-blog-tags__link:active,
.aw-blog-features .aw-blog-tags .aw-blog-tags__link-text {
	color: #9aa0a8 !important;
	text-decoration: none !important;
	border-bottom: none !important;
	box-shadow: none !important;
	background: transparent !important;
}

.aw-blog-features .aw-blog-tags a.aw-blog-tags__link:hover,
.aw-blog-features .aw-blog-tags a.aw-blog-tags__link:focus {
	color: #7a8088 !important;
	text-decoration: none !important;
	border-bottom: none !important;
	box-shadow: none !important;
}

.aw-blog-features .aw-blog-tags a.aw-blog-tags__link:hover .aw-blog-tags__link-text,
.aw-blog-features .aw-blog-tags a.aw-blog-tags__link:focus .aw-blog-tags__link-text {
	text-decoration: underline !important;
	text-underline-offset: 2px;
}

.aw-blog-author {
	display: flex;
	align-items: flex-start;
	gap: 2rem;
	padding: 2rem 2.25rem;
	background: #ffffff;
	border-radius: 18px;
	box-shadow: 0 8px 30px rgba(15, 23, 42, 0.08);
	box-sizing: border-box;
}

.aw-blog-author__avatar {
	flex: 0 0 auto;
	margin: 0;
	padding: 0;
	list-style: none;
}

.aw-blog-author__avatar-img,
.aw-blog-author__avatar img {
	display: block;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	object-fit: cover;
	background: #f3f4f6;
}

.aw-blog-author__body {
	flex: 1 1 auto;
	min-width: 0;
}

.aw-blog-author__name,
.aw-blog-author h3.aw-blog-author__name {
	margin: 0 0 0.2rem !important;
	padding: 0 !important;
	padding-bottom: 0 !important;
	font-size: 1.5rem !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	color: #1a1b3f !important;
}

.aw-blog-author__subtitle {
	margin: 0 0 0.85rem;
	padding: 0;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	line-height: 1.3;
	color: var(--aw-blog-primary, #522fb9);
}

.aw-blog-author__bio {
	margin: 0 0 1.1rem;
	font-size: 0.95rem;
	line-height: 1.65;
	color: #6b7280;
}

.aw-blog-author__bio p {
	margin: 0 0 0.75em;
}

.aw-blog-author__bio p:last-child {
	margin-bottom: 0;
}

.aw-blog-author__socials {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.65rem;
	margin: 0;
	padding: 0;
}

.aw-blog-author__social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: var(--aw-blog-primary-soft, rgba(82, 47, 185, 0.12));
	color: var(--aw-blog-primary, #522fb9);
	text-decoration: none;
	transition: opacity 0.15s ease;
}

.aw-blog-author__social-link:hover,
.aw-blog-author__social-link:focus {
	opacity: 0.85;
	text-decoration: none;
}

.aw-blog-author__social-icon,
.aw-blog-author__svg {
	display: block;
	width: 16px;
	height: 16px;
	text-decoration: none;
}

@media (max-width: 640px) {
	.aw-blog-author {
		flex-direction: column;
		align-items: flex-start;
		gap: 1.25rem;
		padding: 1.5rem;
	}

	.aw-blog-author__avatar-img,
	.aw-blog-author__avatar img {
		width: 96px;
		height: 96px;
	}
}
