.luk-people-widget {
	position: relative;
	overflow: hidden;
	--luk-photo-gap: 24px;
	--luk-card-padding: 24px;
}

@media (max-width: 575.98px) {
	.luk-people-widget {
		--luk-photo-gap: 12px;
	}
}

.luk-people-widget__navigation {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
	width: auto;
	transform: translateY(var(--luk-nav-y, -100px));
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.luk-people-widget__nav-button {
	position: relative;
	z-index: 3;
	padding: 8px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	color: inherit;
	line-height: 0;
}

.luk-people-widget__nav-button[disabled],
.luk-people-widget__nav-button.swiper-button-disabled {
	opacity: 0.35;
	cursor: default;
}

.luk-people-widget__nav-icon {
	display: block;
	width: 32px;
	height: auto;
}

.luk-people-widget__nav-label {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.luk-people-widget__slide {
	display: flex;
	flex-wrap: wrap;
}

.luk-people-widget__content {
	padding: var(--luk-card-padding);
	background-color: #fff;
	clip-path: polygon(0% 0%, 100% 0, 100% 85%, 96% 100%, 0% 100%);
}

.luk-people-widget .luk-people-widget__media img {
	width: 100% !important;
	height: 100% !important;
	max-width: none;
	object-fit: cover;
	display: block;
}

.luk-people-widget__area {
	display: flex;
	align-items: center;
	gap: 8px;
	text-transform: uppercase;
}

.luk-people-widget__area-icon {
	width: 18px;
	height: 18px;
	flex: 0 0 auto;
}

.luk-people-widget__projects-title {
	text-transform: uppercase;
	font-weight: 700;
}

.luk-people-widget__media {
	position: relative;
	z-index: 1;
	flex: 0 0 auto;
	overflow: hidden;
	margin: 0;
}

@media (min-width: 992px) {
	.luk-people-widget__slide {
		display: flex;
		flex-wrap: nowrap;
		align-items: stretch;
	}

	.luk-people-widget__media {
		float: none;
		margin-right: 0;
		margin-bottom: 0;
	}
}

.luk-people-widget__content {
	position: relative;
	flex: 1 1 auto;
	min-width: 0;
	width: 100%;
}

.luk-people-widget__content {
	margin-top: calc(45px - var(--luk-photo-h, 145px));
}

@media (min-width: 992px) {
	.luk-people-widget__content {
		margin-top: 0;
	}
}

@media (min-width: 992px) {
	.luk-people-widget__content {
		width: auto;
	}
}

.luk-people-widget__header {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.35em;
	margin-bottom: 0.5em;
}

.luk-people-widget__name {
	font-weight: 700;
}

.luk-people-widget__area {
	display: flex;
	align-items: center;
	gap: 0.5em;
}

.luk-people-widget__area-icon {
	flex: 0 0 auto;
}

.luk-people-widget__body {
	clear: both;
}

.luk-people-widget__projects {
	margin-top: 1rem;
}

.luk-people-widget__projects-lists {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 2rem;
}

.luk-people-widget__empty {
	opacity: 0.7;
}

.luk-people-widget--peek {
	overflow: visible;
}

.luk-people-widget--fallback .swiper-wrapper {
	display: block;
}

.luk-people-widget--fallback .swiper-slide {
	margin-bottom: 2rem;
}

.luk-people-widget--fallback .luk-people-widget__navigation {
	display: none;
}

.luk-people-widget .ul-primary-list {
	margin: 0;
	padding-left: 1.15em;
}

.luk-people-widget__nav-button {
	transition-property: color, opacity;
	transition-timing-function: ease;
}

.luk-people-widget--peek .swiper,
.luk-people-widget--peek .swiper-watch-progress {
	overflow: visible;
}

@media (max-width: 991.98px) {
	.luk-people-widget--peek .swiper,
	.luk-people-widget--peek .swiper-watch-progress {
		overflow: hidden;
	}
}

@media (max-width: 991.98px) {
	.luk-people-widget__bio,
	.luk-people-widget__projects,
	.luk-people-widget__linkedin {
		clear: both;
	}
}

@media (min-width: 992px) {
	.luk-people-widget .swiper-wrapper {
		align-items: stretch;
	}

	.luk-people-widget .swiper-slide {
		height: auto;
	}

	.luk-people-widget__slide {
		display: flex;
		flex-wrap: nowrap;
		flex-shrink: 0;
		align-items: stretch;
	}

	.luk-people-widget__content {
		height: 100%;
	}

	.luk-people-widget__media {
		flex-shrink: 0;
	}

	.luk-people-widget__content {
		flex: 1 1 auto;
	}
}

@media (min-width: 992px) {
	.luk-people-widget__content {
		display: flex;
		flex-direction: column;
	}

	.luk-people-widget__body {
		display: flex;
		flex-direction: column;
		flex: 1 1 auto;
		min-height: 0;
	}

	.luk-people-widget__bio {
		flex: 1 1 auto;
		min-height: 0;
		overflow: auto;
	}

	.luk-people-widget__projects {
		flex: 0 0 auto;
	}
}

@media (max-width: 991.98px) {
	.luk-people-widget__content {
		flex: 0 0 100%;
		height: auto;
	}

	.luk-people-widget__intro {
		padding-left: calc(var(--luk-photo-w, 100px) + var(--luk-photo-gap) - var(--luk-card-padding));
		min-height: calc(var(--luk-photo-h, 145px) - 45px);
	}

	.luk-people-widget__body {
		display: block;
	}

	.luk-people-widget__bio {
		display: block;
		overflow: visible;
		max-height: none !important;
		height: auto !important;
		-webkit-line-clamp: none;
	}
}

@media (max-width: 991.98px) {
	.luk-people-widget__navigation {
		transform: translateY(var(--luk-nav-y-mobile, 0));
	}
}

@media (max-width: 991.98px) {
	.luk-people-widget__navigation {
		transform: translateY(var(--luk-nav-y-mobile, 0));
	}
}
