.belingogeo-people-slider {
	--bg-people-card-bg: #f8f8fa;
	--bg-people-accent: #006e96;
	--bg-people-text: #1a1a1a;
	--bg-people-muted: #6b7280;
	width: 100%;
	box-sizing: border-box;
}

.belingogeo-people-slider.wd-carousel-container {
	max-width: none;
	margin: 0;
	padding: 0;
}

.belingogeo-people-slider .wd-carousel-inner {
	position: relative;
}

.belingogeo-people-slider .wd-nav-arrows.wd-pos-sep:after {
	display: none;
}

.belingogeo-people-slider__swiper {
	width: 100%;
	min-width: 0;
	overflow: hidden;
}

/* Swiper base rules to prevent vertical stacking */
.belingogeo-people-slider__swiper .swiper-wrapper {
	display: flex;
	box-sizing: content-box;
}

.belingogeo-people-slider__swiper .swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: auto;
}

.belingogeo-people-slider__card {
	background: var(--bg-people-card-bg);
	border-radius: 20px;
	padding: 28px 20px 24px;
	height: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.belingogeo-people-slider__photo {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 20px;
	background: #eceff3;
}

.belingogeo-people-slider__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.belingogeo-people-slider__photo-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #e5e7eb 0%, #d1d5db 100%);
}

.belingogeo-people-slider__name {
	display: flex;
	flex-direction: column;
	gap: 2px;
	margin-bottom: 8px;
	color: var(--bg-people-text);
	font-weight: 700;
	font-size: 22px;
	line-height: 1.2;
}

.belingogeo-people-slider__position {
	margin: 0 0 22px;
	color: var(--bg-people-muted);
	font-size: 15px;
	line-height: 1.35;
	max-width: 220px;
}

.belingogeo-people-slider__actions {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: auto;
}

.belingogeo-people-slider__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	min-height: 52px;
	padding: 12px 20px;
	border-radius: 999px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	box-sizing: border-box;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.belingogeo-people-slider__btn:hover {
	opacity: 0.92;
	transform: translateY(-1px);
}

.belingogeo-people-slider__btn--phone {
	background: var(--bg-people-accent);
	color: #ffffff;
	border: 1px solid var(--bg-people-accent);
}

.belingogeo-people-slider__btn--phone .belingogeo-people-slider__btn-icon {
	color: currentColor;
}

.belingogeo-people-slider__btn--email {
	background: #ffffff;
	color: var(--bg-people-accent);
	border: 1px solid #ffffff;
	box-shadow: 0 4px 18px rgba(17, 24, 39, 0.08);
}

.belingogeo-people-slider__btn--email .belingogeo-people-slider__btn-icon {
	color: currentColor;
}

.belingogeo-people-slider__btn--phone:hover {
	background: #ffffff;
	color: var(--bg-people-accent);
}

.belingogeo-people-slider__btn--email:hover {
	background: var(--bg-people-accent);
	color: #ffffff;
}

.belingogeo-people-slider__btn-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
}

.belingogeo-people-slider__btn-icon svg {
	width: 20px;
	height: 20px;
	display: block;
	color: currentColor;
}

.belingogeo-people-slider__btn-icon svg * {
	fill: currentColor !important;
	stroke: currentColor !important;
}

.belingogeo-people-slider__btn-icon .belingogeo-people-slider__icon-img {
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.belingogeo-people-slider__pagination {
	position: static !important;
	margin-top: 28px;
	display: flex;
	justify-content: center;
	gap: 8px;
}

.belingogeo-people-slider__pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0 !important;
	background: #bbb;
	border-radius: 50%;
	opacity: 1;
}

.belingogeo-people-slider__pagination .swiper-pagination-bullet-active {
	background: #e4462d;
}

.belingogeo-people-slider.belingogeo-people-slider--locked .belingogeo-people-slider__pagination {
	display: none;
}

.belingogeo-people-slider.belingogeo-people-slider--locked .wd-nav-arrows {
	display: none;
}

@media (max-width: 767px) {
	.belingogeo-people-slider__card {
		padding: 24px 16px 20px;
	}

	.belingogeo-people-slider__name {
		font-size: 20px;
	}
}
