.apfa-author-box {
	display: block !important;
	max-width: 100%;
	background: #ffffff;
	padding: 30px;
	border-radius: 6px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
	margin-bottom: 30px;
}

.apfa-top-row {
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}

.apfa-avatar img {
	display: block;
	object-fit: cover;
	flex-shrink: 0;
}

.apfa-header-text {
	flex: 1;
	min-width: 200px;
}

.apfa-name {
	margin: 0 0 4px !important;
	line-height: 1.2;
}

.apfa-tagline {
	margin: 0 0 10px;
	color: #666;
	font-size: 15px;
}

.apfa-social-icons {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 0;
}

.apfa-social-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #333;
	background: #f0f0f0;
	transition: transform 0.15s ease, background 0.2s ease, color 0.2s ease;
}

.apfa-social-icon:hover {
	transform: translateY(-2px);
	background: #333;
	color: #fff;
}

.apfa-social-icon svg {
	display: block;
}

.apfa-divider {
	border: none;
	border-top: 1px solid #e6e6e6;
	margin: 22px 0;
}

.apfa-bio {
	line-height: 1.75;
	width: 100%;
}

.apfa-bio img {
	max-width: 100%;
	height: auto;
}

.apfa-bio iframe {
	max-width: 100%;
}

@media (max-width: 480px) {
	.apfa-top-row {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.apfa-header-text {
		width: 100%;
	}

	.apfa-social-icons {
		justify-content: center;
	}
}
