.am-social-strip {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: transparent;
}

.am-social-strip--mobile-menu {
	display: none;
}

.am-social-strip--header-corner {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1001;
}

.am-social-strip--header-corner.am-social-strip--with-lang {
	right: 175px;
}

.am-social-inline-wrap {
	display: flex;
	align-items: center;
	gap: 14px;
}

.am-social-inline-wrap .am-social-strip {
	margin-left: 6px;
}

.am-social-link {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 700;
	color: #ffffff;
	transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
}

.am-social-icon {
	width: 16px;
	height: 16px;
	display: block;
}

.am-social-link:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
	opacity: 0.95;
}

.am-social-link--x {
	background: #0f0f10;
}

.am-social-link--linkedin {
	background: #0a66c2;
}

.am-social-link--instagram {
	background: linear-gradient(45deg, #feda75 0%, #fa7e1e 25%, #d62976 50%, #962fbf 75%, #4f5bd5 100%);
}

.am-social-link--youtube {
	background: #ff0000;
}

@media (max-width: 768px) {
	/* Give mobile nav column enough width for icons + hamburger */
	.elementor-74 .elementor-element.elementor-element-86a01df {
		width: 40%;
	}

	.elementor-74 .elementor-element.elementor-element-42ea90e {
		width: 60%;
	}

	.am-social-strip--header-corner {
		display: none;
	}

	.am-social-strip--header-corner.am-social-strip--with-lang {
		right: auto;
	}

	.am-social-strip--mobile-menu {
		display: inline-flex;
		position: absolute;
		right: 46px;
		top: 50%;
		transform: translateY(-50%);
		gap: 6px;
		z-index: 2;
	}

	.elementor-74 .elementor-element.elementor-element-42ea90e .ekit-wid-con {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		min-height: 34px;
	}

	.elementor-74 .elementor-element.elementor-element-42ea90e .elementskit-menu-hamburger {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		margin: 0;
		padding: 0;
		line-height: 1;
		position: relative;
		z-index: 3;
	}

	.elementor-74 .elementor-element.elementor-element-42ea90e .elementskit-menu-hamburger .ekit-menu-icon {
		line-height: 1;
	}

	.am-social-link {
		width: 28px;
		height: 28px;
	}

	.am-social-icon {
		width: 14px;
		height: 14px;
	}

	.am-social-inline-wrap {
		flex-wrap: wrap;
		gap: 8px;
	}

	.am-social-inline-wrap .am-social-strip {
		margin-left: 0;
	}
}
