.elementor-widget-atlasnic-author-profile .atlasnic-author-profile-widget {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 320px;
	max-width: 100%;
	margin: 0 auto;
	background: #ffffff;
	border-radius: 28px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(26, 43, 95, 0.08);
}

.elementor-widget-atlasnic-author-profile .atlasnic-author-profile-widget__header {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 150px;
	padding: 28px 24px 56px;
	background: linear-gradient(180deg, #1a4fd8 0%, #3b59ff 100%);
	overflow: hidden;
}

.elementor-widget-atlasnic-author-profile .atlasnic-author-profile-widget__header-grid {
	--atlasnic-author-grid-color: rgba(255, 255, 255, 0.12);
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(var(--atlasnic-author-grid-color) 1px, transparent 1px),
		linear-gradient(90deg, var(--atlasnic-author-grid-color) 1px, transparent 1px);
	background-size: 24px 24px;
	pointer-events: none;
}

.elementor-widget-atlasnic-author-profile .atlasnic-author-profile-widget__logo-wrap {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.elementor-widget-atlasnic-author-profile .atlasnic-author-profile-widget__logo {
	display: block;
	width: 48px;
	height: auto;
	max-height: 56px;
	object-fit: contain;
}

.elementor-widget-atlasnic-author-profile .atlasnic-author-profile-widget__logo--svg,
.elementor-widget-atlasnic-author-profile .atlasnic-author-profile-widget__logo.is-fallback {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	color: #ffffff;
}

.elementor-widget-atlasnic-author-profile .atlasnic-author-profile-widget__logo--svg svg {
	display: block;
	width: 100%;
	height: auto;
}

.elementor-widget-atlasnic-author-profile .atlasnic-author-profile-widget__logo.is-fallback {
	font-size: 34px;
	font-weight: 800;
	line-height: 1;
}

.elementor-widget-atlasnic-author-profile .atlasnic-author-profile-widget__header-wave {
	position: absolute;
	left: 50%;
	bottom: -34px;
	z-index: 1;
	width: 130%;
	height: 68px;
	background: #ffffff;
	border-radius: 50%;
	transform: translateX(-50%);
	pointer-events: none;
}

.elementor-widget-atlasnic-author-profile .atlasnic-author-profile-widget__avatar-wrap {
	position: relative;
	z-index: 2;
	margin-top: -52px;
	text-align: center;
}

.elementor-widget-atlasnic-author-profile .atlasnic-author-profile-widget__avatar {
	display: inline-block;
	width: 104px;
	height: 104px;
	border: 5px solid #ffffff;
	border-radius: 28%;
	object-fit: cover;
	background: #eef2f7;
	box-shadow: 0 6px 18px rgba(26, 43, 95, 0.12);
}

.elementor-widget-atlasnic-author-profile .atlasnic-author-profile-widget__body {
	position: relative;
	z-index: 1;
	padding: 8px 24px 24px;
	text-align: center;
	background: #ffffff;
}

.elementor-widget-atlasnic-author-profile .atlasnic-author-profile-widget__name-row {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 10px;
}

.elementor-widget-atlasnic-author-profile .atlasnic-author-profile-widget__name {
	margin: 0;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	color: #1a2b5f;
}

.elementor-widget-atlasnic-author-profile .atlasnic-author-profile-widget__badge {
	display: inline-flex;
	align-items: center;
	padding: 4px 10px;
	border-radius: 999px;
	background: #ebe4ff;
	color: #5b4fcf;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.2;
}

.elementor-widget-atlasnic-author-profile .atlasnic-author-profile-widget__bio {
	margin: 0 0 18px;
	font-size: 13px;
	line-height: 1.55;
	color: #8a94a6;
}

.elementor-widget-atlasnic-author-profile .atlasnic-author-profile-widget__mag-zone {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 72px;
	margin: 0 auto 4px;
	position: relative;
	cursor: pointer;
}

.elementor-widget-atlasnic-author-profile .atlasnic-404-widget__mag-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-width: 0;
	padding: 12px 32px;
	border: none;
	border-radius: 999px;
	cursor: pointer;
	font: inherit;
	font-weight: 600;
	font-size: 0.85rem;
	line-height: 1.2;
	color: #0e100f;
	text-decoration: none;
	overflow: hidden;
	will-change: transform;
	appearance: none;
	background: transparent;
}

.elementor-widget-atlasnic-author-profile {
	--atlasnic-author-btn-bg-start: #0ae448;
	--atlasnic-author-btn-bg-end: #abff84;
	--atlasnic-author-btn-bg-hover-start: var(--atlasnic-author-btn-bg-start);
	--atlasnic-author-btn-bg-hover-end: var(--atlasnic-author-btn-bg-end);
}

.elementor-widget-atlasnic-author-profile .atlasnic-404-widget__mag-btn-bg {
	position: absolute;
	inset: 0;
	border-radius: inherit;
	z-index: 0;
	background: linear-gradient(
		to right,
		var(--atlasnic-author-btn-bg-start),
		var(--atlasnic-author-btn-bg-end)
	);
	transition: background 0.25s ease;
}

.elementor-widget-atlasnic-author-profile .atlasnic-404-widget__mag-btn:hover .atlasnic-404-widget__mag-btn-bg {
	background: linear-gradient(
		to right,
		var(--atlasnic-author-btn-bg-hover-start),
		var(--atlasnic-author-btn-bg-hover-end)
	);
}

.elementor-widget-atlasnic-author-profile .atlasnic-404-widget__mag-btn-label {
	position: relative;
	z-index: 1;
	pointer-events: none;
	white-space: nowrap;
}

.elementor-widget-atlasnic-author-profile .atlasnic-404-widget__mag-btn:focus {
	outline: none;
}

.elementor-widget-atlasnic-author-profile .atlasnic-404-widget__mag-btn:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.elementor-widget-atlasnic-author-profile .atlasnic-author-profile-widget__social {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-top: 18px;
	min-height: 28px;
}

.elementor-widget-atlasnic-author-profile .atlasnic-author-profile-widget__social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: calc(var(--atlasnic-social-icon-size, 26px) + 12px);
	height: calc(var(--atlasnic-social-icon-size, 26px) + 12px);
	color: #6b7280;
	text-decoration: none;
	transition: color 0.25s ease, transform 0.25s ease;
}

.elementor-widget-atlasnic-author-profile .atlasnic-author-profile-widget__social-icon {
	--atlasnic-social-icon-size: 26px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: var(--atlasnic-social-icon-size);
	height: var(--atlasnic-social-icon-size);
	flex-shrink: 0;
	line-height: 0;
}

.elementor-widget-atlasnic-author-profile .atlasnic-author-profile-widget__social-icon-graphic {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.elementor-widget-atlasnic-author-profile .atlasnic-author-profile-widget__social-icon-svg,
.elementor-widget-atlasnic-author-profile .atlasnic-author-profile-widget__social-graphic,
.elementor-widget-atlasnic-author-profile .atlasnic-author-profile-widget__social-graphic--svg,
.elementor-widget-atlasnic-author-profile .atlasnic-author-profile-widget__social-elementor-icon {
	display: block;
	width: 100%;
	height: 100%;
}

.elementor-widget-atlasnic-author-profile .atlasnic-author-profile-widget__social-icon-svg,
.elementor-widget-atlasnic-author-profile .atlasnic-author-profile-widget__social-graphic--svg svg,
.elementor-widget-atlasnic-author-profile .atlasnic-author-profile-widget__social-elementor-icon svg,
.elementor-widget-atlasnic-author-profile .atlasnic-author-profile-widget__social-icon .e-font-icon-svg {
	width: 100%;
	height: 100%;
	display: block;
	shape-rendering: geometricPrecision;
}

.elementor-widget-atlasnic-author-profile .atlasnic-author-profile-widget__social-graphic img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.elementor-widget-atlasnic-author-profile .atlasnic-author-profile-widget__social-elementor-icon {
	font-size: var(--atlasnic-social-icon-size, 26px);
	line-height: 1;
}

.elementor-widget-atlasnic-author-profile .atlasnic-author-profile-widget__social-elementor-icon i {
	display: block;
	font-size: 1em;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.elementor-widget-atlasnic-author-profile .atlasnic-author-profile-widget__social-link:hover {
	color: #3b59ff;
	transform: translateY(-1px);
}

@media (max-width: 767px) {
	.elementor-widget-atlasnic-author-profile .atlasnic-author-profile-widget {
		border-radius: 22px;
	}

	.elementor-widget-atlasnic-author-profile .atlasnic-author-profile-widget__body {
		padding-inline: 18px;
	}

	.elementor-widget-atlasnic-author-profile .atlasnic-author-profile-widget__name {
		font-size: 20px;
	}
}
