.gwoman-author-box-eb4aaaf5 {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 30px;
	background-color: #FCFBF9; /* Cream light */
	border: 1px solid #E6D084; /* Soft Gold */
	border-radius: 12px;
	padding: 40px;
	margin: 50px 0;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	font-family: inherit;
	clear: both;
}

.gw-author-avatar-eb4aaaf5 {
	flex-shrink: 0;
}

.gw-author-avatar-eb4aaaf5 img {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	object-fit: cover;
	border: 3px solid #D4AF37; /* Gold accent */
	box-shadow: 0 4px 15px rgba(212, 175, 55, 0.2);
}

.gw-author-content-eb4aaaf5 {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.gw-author-header-eb4aaaf5 {
	margin-bottom: 12px;
}

.gw-author-name-eb4aaaf5 {
	font-size: 26px;
	font-weight: 700;
	color: #222;
	margin: 0 0 5px 0;
	line-height: 1.2;
}

.gw-author-specialty-eb4aaaf5 {
	font-size: 15px;
	color: #D4AF37;
	font-weight: 600;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.gw-author-bio-eb4aaaf5 {
	font-size: 16px;
	line-height: 1.6;
	color: #555;
	margin-bottom: 20px;
}

.gw-author-bio-eb4aaaf5 p {
	margin: 0 0 10px 0;
}

.gw-author-bio-eb4aaaf5 p:last-child {
	margin-bottom: 0;
}

.gw-author-footer-eb4aaaf5 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: auto;
}

.gw-author-socials-eb4aaaf5 {
	display: flex;
	gap: 12px;
	align-items: center;
}

.gw-social-icon-eb4aaaf5 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	background-color: #FFF;
	color: #555;
	border-radius: 50%;
	border: 1px solid #EAEAEA;
	transition: all 0.3s ease;
	text-decoration: none;
}

.gw-social-icon-eb4aaaf5 svg {
	width: 16px;
	height: 16px;
}

.gw-social-icon-eb4aaaf5:hover {
	background-color: #D4AF37;
	color: #FFF;
	border-color: #D4AF37;
	transform: translateY(-2px);
}

.gw-author-website-btn-eb4aaaf5 {
	display: inline-block;
	padding: 8px 24px;
	font-size: 14px;
	font-weight: 600;
	color: #FFF;
	background-color: #222;
	border-radius: 30px;
	text-decoration: none;
	transition: background-color 0.3s ease, transform 0.3s ease;
}

.gw-author-website-btn-eb4aaaf5:hover {
	background-color: #D4AF37;
	transform: translateY(-2px);
	color: #FFF;
}

/* Responsive */
@media (max-width: 768px) {
	.gwoman-author-box-eb4aaaf5 {
		flex-direction: column;
		text-align: center;
		padding: 30px 20px;
		gap: 20px;
	}

	.gw-author-header-eb4aaaf5 {
		align-items: center;
	}

	.gw-author-footer-eb4aaaf5 {
		justify-content: center;
		flex-direction: column;
	}
}