html:has(body.elementor-kit-profile-standalone) {
	background: #0d0e14;
}

body.elementor-kit-profile-standalone {
	margin: 0;
	min-width: 320px;
	color: #272935;
	background: #0d0e14;
}

body.elementor-kit-profile-standalone.admin-bar {
	min-height: calc(100vh - 32px);
}

.ekit-profile-shell,
.ekit-profile-shell *,
.ekit-profile-shell *::before,
.ekit-profile-shell *::after {
	box-sizing: border-box;
}

.ekit-profile-shell {
	--ekit-shadow: 0 26px 80px rgba(0, 0, 0, 0.28);
	position: relative;
	min-height: 100vh;
	padding: clamp(20px, 4vw, 56px) 18px;
	color: var(--ekit-profile-text, #272935);
	background:
		radial-gradient(circle at 15% 8%, rgba(180, 147, 113, 0.16), transparent 25%),
		radial-gradient(circle at 88% 92%, rgba(143, 114, 85, 0.09), transparent 25%),
		var(--ekit-profile-dark, #0d0e14);
	font-family: "Peyda", Tahoma, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ekit-profile-shell a {
	color: inherit;
}

.ekit-profile {
	--ekit-hero-align: var(--ekit-hero-align-fa, center);
	--ekit-content-align: var(--ekit-content-align-fa, right);
	--ekit-contact-align: var(--ekit-contact-align-fa, right);
	--ekit-actions-align: var(--ekit-actions-align-fa, center);
	width: min(100%, var(--ekit-profile-max-width, 760px));
	margin: 0 auto;
	overflow: hidden;
	color: var(--ekit-profile-text, #272935);
	background: var(--ekit-profile-paper, #f3ece2);
	border: 1px solid rgba(215, 197, 178, 0.25);
	border-radius: 28px;
	box-shadow: var(--ekit-shadow);
}

.ekit-profile[data-active-lang="en"] {
	--ekit-hero-align: var(--ekit-hero-align-en, center);
	--ekit-content-align: var(--ekit-content-align-en, left);
	--ekit-contact-align: var(--ekit-contact-align-en, left);
	--ekit-actions-align: var(--ekit-actions-align-en, center);
	direction: ltr;
}

.ekit-profile[data-active-lang="fa"] {
	direction: rtl;
}

.ekit-profile[data-active-lang="fa"] [data-ekit-lang="en"],
.ekit-profile[data-active-lang="en"] [data-ekit-lang="fa"],
.ekit-profile-shell[data-shell-lang="fa"] .ekit-mobile-dock [data-ekit-lang="en"],
.ekit-profile-shell[data-shell-lang="en"] .ekit-mobile-dock [data-ekit-lang="fa"] {
	display: none !important;
}

.ekit-icon-sprite {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}

.ekit-icon {
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.ekit-profile-hero {
	position: relative;
	padding: clamp(44px, 8vw, 76px) clamp(22px, 7vw, 74px) clamp(32px, 6vw, 58px);
	overflow: hidden;
	color: var(--ekit-profile-light, #f7f2eb);
	background:
		radial-gradient(circle at 12% 16%, rgba(180, 147, 113, 0.18), transparent 28%),
		linear-gradient(145deg, #272935 0%, #161923 58%, #0d0e14 100%);
	text-align: var(--ekit-hero-align);
}

.ekit-profile-hero::after {
	position: absolute;
	right: -110px;
	bottom: -150px;
	width: 340px;
	height: 340px;
	border: 1px solid rgba(180, 147, 113, 0.08);
	border-radius: 50%;
	box-shadow:
		0 0 0 32px rgba(180, 147, 113, 0.025),
		0 0 0 64px rgba(180, 147, 113, 0.018);
	content: "";
	pointer-events: none;
}

.ekit-language-switch {
	position: absolute;
	z-index: 2;
	top: 18px;
	right: 20px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 5px 10px;
	color: rgba(247, 242, 235, 0.72);
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(247, 242, 235, 0.12);
	border-radius: 99px;
	backdrop-filter: blur(12px);
}

.ekit-profile[data-active-lang="en"] .ekit-language-switch {
	right: auto;
	left: 20px;
}

body.elementor-kit-profile-page .ekit-profile .ekit-language-switch button {
	min-width: 28px;
	padding: 2px 3px;
	color: inherit !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 6px;
	font: inherit;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.5;
	cursor: pointer;
}

body.elementor-kit-profile-page .ekit-profile .ekit-language-switch button[aria-pressed="true"] {
	color: var(--ekit-profile-dark, #0d0e14) !important;
	background: var(--ekit-profile-primary, #b49371) !important;
}

.ekit-language-switch span {
	width: 1px;
	height: 14px;
	background: rgba(247, 242, 235, 0.2);
}

.ekit-language-switch button:focus-visible,
.ekit-profile-shell a:focus-visible {
	outline: 3px solid var(--ekit-profile-accent, #ad8c6a);
	outline-offset: 3px;
}

.ekit-profile-logo {
	position: relative;
	z-index: 1;
	display: grid;
	place-items: center;
	width: 78px;
	height: 94px;
	margin-inline: auto;
	margin-bottom: 22px;
	overflow: hidden;
	color: #161923;
	background: linear-gradient(155deg, #c8a783, var(--ekit-profile-primary, #b49371));
	border-radius: 38px 38px 12px 12px;
	box-shadow: 0 12px 36px rgba(0, 0, 0, 0.25);
}

.ekit-profile-logo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ekit-fingerprint {
	width: 58px;
	height: 76px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.65;
	stroke-linecap: round;
	stroke-linejoin: round;
}

body.elementor-kit-profile-page .ekit-profile .ekit-profile-hero h1 {
	position: relative;
	z-index: 1;
	margin: 0;
	color: var(--ekit-profile-light, #f7f2eb);
	font-family: "Peyda", Tahoma, Arial, sans-serif;
	font-size: clamp(31px, 6vw, 48px);
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.02em;
}

.ekit-profile[data-active-lang="en"] .ekit-profile-hero h1 {
	letter-spacing: 0.08em;
}

.ekit-profile-roles {
	position: relative;
	z-index: 1;
	max-width: 660px;
	margin: 12px auto 0;
	color: rgba(247, 242, 235, 0.72);
	font-size: clamp(14px, 2.4vw, 17px);
	line-height: 1.75;
}

.ekit-profile-tagline {
	position: relative;
	z-index: 1;
	margin: 18px 0 0;
	color: var(--ekit-profile-primary, #b49371);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(18px, 3vw, 23px);
	font-style: italic;
	letter-spacing: 0.04em;
}

.ekit-primary-actions {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: var(--ekit-actions-align);
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 30px;
}

.ekit-action {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 46px;
	padding: 10px 18px;
	color: var(--ekit-profile-light, #f7f2eb) !important;
	background: rgba(247, 242, 235, 0.07);
	border: 1px solid rgba(247, 242, 235, 0.16);
	border-radius: 12px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	text-decoration: none !important;
	overflow: hidden;
}

.has-action-effects .ekit-action {
	transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.has-action-effects .ekit-action:hover,
.has-action-effects .ekit-action:focus-visible {
	color: var(--ekit-profile-light, #f7f2eb) !important;
	background: rgba(247, 242, 235, 0.12);
	border-color: rgba(180, 147, 113, 0.65);
	transform: translateY(-2px);
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
}

.ekit-action-primary {
	color: var(--ekit-profile-dark, #0d0e14) !important;
	background: var(--ekit-profile-primary, #b49371);
	border-color: var(--ekit-profile-primary, #b49371);
}

.has-action-effects .ekit-action-primary:hover,
.has-action-effects .ekit-action-primary:focus-visible {
	color: var(--ekit-profile-dark, #0d0e14) !important;
	background: var(--ekit-profile-accent, #ad8c6a);
	border-color: var(--ekit-profile-accent, #ad8c6a);
}

.has-action-effects .ekit-action:active {
	transform: translateY(0) scale(0.97);
}

.has-action-effects .ekit-action .ekit-icon {
	transition: transform 180ms ease;
}

.has-action-effects .ekit-action:hover .ekit-icon {
	transform: scale(1.12) rotate(-4deg);
}

.ekit-profile-section {
	position: relative;
	padding: clamp(32px, 6vw, 58px) clamp(24px, 7vw, 74px);
	color: var(--ekit-profile-text, #272935);
	background: var(--ekit-profile-paper, #f3ece2);
	border-bottom: 1px solid var(--ekit-profile-line, #d7c5b2);
	text-align: var(--ekit-content-align);
}

.ekit-profile-section:nth-of-type(even) {
	background: color-mix(in srgb, var(--ekit-profile-paper, #f3ece2) 82%, var(--ekit-profile-surface, #fff));
}

.ekit-section-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 20px;
}

.ekit-section-heading h2 {
	margin: 0;
	color: var(--ekit-profile-heading, #161923);
	font-family: "Peyda", Tahoma, Arial, sans-serif;
	font-size: clamp(23px, 4vw, 32px);
	font-weight: 700;
	line-height: 1.35;
}

.ekit-section-heading > span {
	color: var(--ekit-profile-secondary, #8f7255);
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.14em;
}

.ekit-profile-about p {
	max-width: 660px;
	margin: 0;
	color: var(--ekit-profile-text, #272935);
	font-size: clamp(16px, 2.5vw, 19px);
	line-height: 2;
}

.ekit-profile-proof ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 13px 22px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ekit-profile-proof li {
	display: grid;
	grid-template-columns: 30px minmax(0, 1fr);
	align-items: center;
	gap: 10px;
	min-height: 54px;
	color: var(--ekit-profile-text, #272935);
}

.ekit-profile-proof li .ekit-icon {
	color: var(--ekit-profile-secondary, #8f7255);
}

.ekit-profile-contact {
	text-align: var(--ekit-contact-align);
}

.ekit-profile-contact dl {
	display: grid;
	gap: 20px;
	margin: 0;
}

.ekit-contact-row {
	display: grid;
	grid-template-columns: 30px minmax(0, 1fr);
	align-items: start;
	gap: 12px;
}

.ekit-contact-row > .ekit-icon {
	margin-top: 4px;
	color: var(--ekit-profile-secondary, #8f7255);
}

.ekit-contact-row dt {
	color: var(--ekit-profile-muted, #6c6870);
	font-size: 13px;
	font-weight: 500;
}

.ekit-contact-row dd {
	margin: 2px 0 0;
	color: var(--ekit-profile-heading, #161923);
	font-weight: 500;
	line-height: 1.75;
	overflow-wrap: anywhere;
}

.ekit-contact-row a {
	color: inherit !important;
	text-decoration: none !important;
}

.ekit-contact-row a:hover {
	color: var(--ekit-profile-secondary, #8f7255) !important;
}

.ekit-social-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.ekit-social-grid > a {
	display: grid;
	grid-template-columns: 24px minmax(0, 1fr) 18px;
	align-items: center;
	gap: 10px;
	min-height: 56px;
	padding: 12px 16px;
	color: var(--ekit-profile-heading, #161923) !important;
	background: rgba(255, 255, 255, 0.38);
	border: 1px solid var(--ekit-profile-line, #d7c5b2);
	border-radius: 13px;
	font-weight: 600;
	text-decoration: none !important;
}

.has-social-effects .ekit-social-grid > a {
	position: relative;
	overflow: hidden;
	transition: transform 200ms ease, background-color 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.has-social-effects .ekit-social-grid > a:hover,
.has-social-effects .ekit-social-grid > a:focus-visible {
	color: var(--ekit-profile-heading, #161923) !important;
	background: rgba(255, 255, 255, 0.68);
	border-color: var(--ekit-profile-primary, #b49371);
	transform: translateY(-3px);
	box-shadow: 0 12px 25px rgba(39, 41, 53, 0.1);
}

.ekit-social-grid > a > .ekit-icon:first-child {
	color: var(--ekit-profile-secondary, #8f7255);
}

.ekit-social-grid > a > .ekit-icon:last-child {
	width: 15px;
	height: 15px;
	opacity: 0.5;
}

.has-social-effects .ekit-social-grid > a > .ekit-icon {
	transition: transform 200ms ease, opacity 200ms ease;
}

.has-social-effects .ekit-social-grid > a:hover > .ekit-icon:first-child {
	transform: scale(1.13);
}

.has-social-effects .ekit-social-grid > a:hover > .ekit-icon:last-child {
	opacity: 0.9;
	transform: translate(-2px, -2px);
}

.ekit-profile-footer {
	display: grid;
	gap: 4px;
	padding: 30px 24px 34px;
	color: var(--ekit-profile-muted, #6c6870);
	background: var(--ekit-profile-paper, #f3ece2);
	text-align: center;
}

.ekit-profile-footer strong {
	color: var(--ekit-profile-secondary, #8f7255);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 17px;
	font-style: italic;
	font-weight: 500;
}

.ekit-profile-footer > span {
	font-size: 12px;
	direction: ltr;
}

.ekit-mobile-dock {
	display: none;
}

/* Optional effects: every block is enabled by its matching shell class. */
.has-fingerprint-draw .ekit-fingerprint-line {
	stroke-dasharray: 1;
	stroke-dashoffset: 1;
	animation: ekit-draw-fingerprint 720ms cubic-bezier(0.45, 0, 0.2, 1) forwards;
}

.has-fingerprint-draw .ekit-fingerprint-line:nth-child(2) { animation-delay: 70ms; }
.has-fingerprint-draw .ekit-fingerprint-line:nth-child(3) { animation-delay: 140ms; }
.has-fingerprint-draw .ekit-fingerprint-line:nth-child(4) { animation-delay: 210ms; }
.has-fingerprint-draw .ekit-fingerprint-line:nth-child(5) { animation-delay: 280ms; }
.has-fingerprint-draw .ekit-fingerprint-line:nth-child(6) { animation-delay: 350ms; }
.has-fingerprint-draw .ekit-fingerprint-line:nth-child(7) { animation-delay: 420ms; }
.has-fingerprint-draw .ekit-fingerprint-line:nth-child(8) { animation-delay: 490ms; }
.has-fingerprint-draw .ekit-fingerprint-line:nth-child(9) { animation-delay: 560ms; }
.has-fingerprint-draw .ekit-fingerprint-line:nth-child(10) { animation-delay: 630ms; }
.has-fingerprint-draw .ekit-fingerprint-line:nth-child(11) { animation-delay: 700ms; }
.has-fingerprint-draw .ekit-fingerprint-line:nth-child(12) { animation-delay: 770ms; }

@keyframes ekit-draw-fingerprint {
	to { stroke-dashoffset: 0; }
}

.ekit-reveal-ready .ekit-profile-section,
.ekit-reveal-ready .ekit-profile-footer {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 620ms ease, transform 620ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.ekit-reveal-ready .ekit-profile-section.is-revealed,
.ekit-reveal-ready .ekit-profile-footer.is-revealed {
	opacity: 1;
	transform: none;
}

.ekit-reveal-ready .ekit-profile-proof li,
.ekit-reveal-ready .ekit-social-grid > a,
.ekit-reveal-ready .ekit-contact-row {
	opacity: 0;
	transform: translateY(12px);
	transition: opacity 450ms ease, transform 450ms ease;
}

.ekit-reveal-ready .ekit-profile-proof.is-revealed li,
.ekit-reveal-ready .is-revealed .ekit-social-grid > a,
.ekit-reveal-ready .is-revealed .ekit-contact-row {
	opacity: 1;
	transform: none;
}

.ekit-reveal-ready .is-revealed :is(li, .ekit-social-grid > a, .ekit-contact-row):nth-child(2) { transition-delay: 70ms; }
.ekit-reveal-ready .is-revealed :is(li, .ekit-social-grid > a, .ekit-contact-row):nth-child(3) { transition-delay: 140ms; }
.ekit-reveal-ready .is-revealed :is(li, .ekit-social-grid > a, .ekit-contact-row):nth-child(4) { transition-delay: 210ms; }
.ekit-reveal-ready .is-revealed :is(li, .ekit-social-grid > a, .ekit-contact-row):nth-child(5) { transition-delay: 280ms; }

.has-language-fade .ekit-profile {
	transition: opacity 140ms ease, filter 140ms ease;
}

.has-language-fade .ekit-profile.is-language-changing {
	opacity: 0.55;
	filter: blur(1.5px);
}

.ekit-reading-progress {
	position: fixed;
	z-index: 100001;
	top: 0;
	right: 0;
	left: 0;
	height: 3px;
	pointer-events: none;
}

.admin-bar .ekit-reading-progress {
	top: 32px;
}

.ekit-reading-progress span {
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, var(--ekit-profile-secondary, #8f7255), #d0af88, var(--ekit-profile-primary, #b49371));
	box-shadow: 0 0 12px rgba(180, 147, 113, 0.5);
	transform: scaleX(0);
	transform-origin: left center;
	will-change: transform;
}

.ekit-profile-shell[data-shell-lang="fa"] .ekit-reading-progress span {
	transform-origin: right center;
}

.ekit-copy-button {
	display: none !important;
}

.has-contact-copy .ekit-contact-row {
	grid-template-columns: 30px minmax(0, 1fr) 34px;
}

.ekit-profile-shell.has-contact-copy .ekit-copy-button {
	display: inline-grid !important;
	place-items: center;
	align-self: center;
	width: 34px;
	height: 34px;
	padding: 0;
	color: var(--ekit-profile-secondary, #8f7255) !important;
	background: rgba(255, 255, 255, 0.34) !important;
	border: 1px solid var(--ekit-profile-line, #d7c5b2) !important;
	border-radius: 9px;
	cursor: pointer;
	transition: transform 160ms ease, color 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.has-contact-copy .ekit-copy-button .ekit-icon {
	width: 16px;
	height: 16px;
	flex-basis: 16px;
}

.ekit-profile-shell.has-contact-copy .ekit-copy-button:hover,
.ekit-profile-shell.has-contact-copy .ekit-copy-button:focus-visible,
.ekit-profile-shell.has-contact-copy .ekit-copy-button.is-copied {
	color: var(--ekit-profile-dark, #0d0e14) !important;
	background: var(--ekit-profile-primary, #b49371) !important;
	border-color: var(--ekit-profile-primary, #b49371) !important;
	transform: translateY(-1px);
}

.ekit-feedback-toast {
	position: fixed;
	z-index: 100002;
	right: 50%;
	bottom: 24px;
	max-width: min(360px, calc(100vw - 32px));
	padding: 10px 16px;
	color: #f7f2eb;
	background: rgba(22, 25, 35, 0.96);
	border: 1px solid rgba(180, 147, 113, 0.45);
	border-radius: 12px;
	box-shadow: 0 12px 35px rgba(0, 0, 0, 0.28);
	opacity: 0;
	pointer-events: none;
	transform: translate(50%, 12px);
	transition: opacity 180ms ease, transform 180ms ease;
}

.ekit-feedback-toast.is-visible {
	opacity: 1;
	transform: translate(50%, 0);
}

.ekit-vcard-success {
	display: none;
	align-items: center;
	gap: 5px;
}

.ekit-vcard-success .ekit-icon {
	width: 17px;
	height: 17px;
}

.has-vcard-feedback [data-ekit-vcard-action].is-success .ekit-vcard-default {
	display: none;
}

.has-vcard-feedback [data-ekit-vcard-action].is-success > .ekit-icon:first-child {
	display: none;
}

.has-vcard-feedback [data-ekit-vcard-action].is-success .ekit-vcard-success {
	display: inline-flex;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

@media (max-width: 782px) {
	body.elementor-kit-profile-standalone.admin-bar {
		min-height: calc(100vh - 46px);
	}

	.admin-bar .ekit-reading-progress {
		top: 46px;
	}
}

@media (max-width: 680px) {
	.ekit-profile-shell {
		padding: 0 0 78px;
		background: var(--ekit-profile-paper, #f3ece2);
	}

	.ekit-profile {
		width: 100%;
		border: 0;
		border-radius: 0;
		box-shadow: none;
	}

	.ekit-profile-hero {
		padding-top: 60px;
	}

	.ekit-profile-proof ul,
	.ekit-social-grid {
		grid-template-columns: 1fr;
	}

	.ekit-mobile-dock {
		position: fixed;
		z-index: 99999;
		right: 12px;
		bottom: max(12px, env(safe-area-inset-bottom));
		left: 12px;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		max-width: 520px;
		margin: 0 auto;
		padding: 6px;
		color: #f7f2eb;
		background: rgba(22, 25, 35, 0.94);
		border: 1px solid rgba(180, 147, 113, 0.32);
		border-radius: 16px;
		box-shadow: 0 12px 38px rgba(0, 0, 0, 0.28);
		backdrop-filter: blur(16px);
	}

	.admin-bar .ekit-mobile-dock {
		bottom: max(12px, env(safe-area-inset-bottom));
	}

	.ekit-mobile-dock > a {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 6px;
		min-height: 44px;
		padding: 7px 5px;
		color: #f7f2eb !important;
		border-radius: 11px;
		font-size: 12px;
		font-weight: 600;
		text-decoration: none !important;
	}

	.ekit-mobile-dock > a:first-child {
		color: #0d0e14 !important;
		background: var(--ekit-profile-primary, #b49371);
	}

	.ekit-mobile-dock .ekit-icon {
		width: 18px;
		height: 18px;
		flex-basis: 18px;
	}

	.ekit-feedback-toast {
		bottom: 86px;
	}
}

@media (max-width: 420px) {
	.ekit-profile-hero {
		padding-inline: 18px;
	}

	.ekit-primary-actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.ekit-action {
		width: 100%;
	}

	.ekit-profile-section {
		padding-inline: 20px;
	}

	.ekit-section-heading {
		align-items: flex-start;
	}

	.ekit-section-heading > span {
		padding-top: 7px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ekit-profile-shell *,
	.ekit-profile-shell *::before,
	.ekit-profile-shell *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-delay: 0ms !important;
	}

	.has-fingerprint-draw .ekit-fingerprint-line {
		stroke-dashoffset: 0;
	}
}

@media print {
	.ekit-profile-shell {
		min-height: 0;
		padding: 0;
		background: #fff;
	}

	.ekit-profile {
		width: 100%;
		max-width: none;
		border: 0;
		border-radius: 0;
		box-shadow: none;
	}

	.ekit-language-switch,
	.ekit-primary-actions,
	.ekit-mobile-dock {
		display: none !important;
	}
}
