.angie-author-box-6b44f9ab {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	padding: 20px;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 8px;
}

/* Layout Variations */
.elementor-author-box--layout-above .angie-author-box-6b44f9ab {
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.elementor-author-box--layout-above .angie-author-socials {
    justify-content: center;
}

.elementor-author-box--layout-above .angie-author-content {
    align-items: center;
}

.elementor-author-box--layout-right .angie-author-box-6b44f9ab {
    flex-direction: row-reverse;
}

/* Image Position Variations */
.elementor-author-box-image-position-top .angie-author-box-6b44f9ab {
    flex-direction: column;
}


.angie-author-box-6b44f9ab .angie-author-avatar img {
	max-width: 150px;
	height: auto;
	border-radius: 50%;
	object-fit: cover;
	display: block;
}

.angie-author-box-6b44f9ab .angie-author-content {
	flex: 1;
	min-width: 250px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.angie-author-name {
	margin: 0 0 10px 0;
}

.angie-author-bio {
	margin-bottom: 15px;
}

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

.angie-author-socials {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
}

/* Ensure justification respects alignment control in flex context */
.angie-author-box-6b44f9ab[style*="text-align: center"] .angie-author-socials {
    justify-content: center;
}
.angie-author-box-6b44f9ab[style*="text-align: right"] .angie-author-socials {
    justify-content: flex-end;
}


.angie-author-social-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #333;
	text-decoration: none;
	transition: all 0.3s ease;
}

.angie-author-social-icon i {
	font-size: 18px;
}

.angie-author-social-icon svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
}

.angie-author-social-icon:hover {
	color: #0073aa;
}

.angie-author-archive-wrap {
	margin-top: auto;
}

.angie-author-archive-btn {
	display: inline-block;
	padding: 10px 20px;
	background: #0073aa;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	font-weight: 500;
	transition: background 0.3s ease;
}

.angie-author-archive-btn:hover {
	background: #005177;
	color: #fff;
}