

.elementor-popup-modal .team-popup-nav {
	position: fixed;
	z-index: 10;
	background: #ffffff;
	color: var(--Purple, #8762FF);
	padding: 0.5rem !important;
	border-radius: 999px;
	font-weight: 600;
	cursor: pointer;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.15rem;
	text-align: center;
	user-select: none;

	width: 8rem !important;
	height: 8rem !important;
	box-sizing: border-box !important;
	overflow: hidden !important;
}

@media (max-width: 767px) {
	.elementor-popup-modal .team-popup-nav {
		width: 6rem !important;
		height: 6rem !important;
	}
}

.elementor-popup-modal .team-popup-nav__arrow {
	font-size: 1.1rem;
	line-height: 1;
}

.elementor-popup-modal .team-popup-nav__label {
	font-size: 1rem;
	line-height: 1.2;
	max-width: 100%;
	min-width: 0;
	white-space: normal !important;
	hyphens: auto;
	-webkit-hyphens: auto;
	overflow-wrap: break-word;
	word-break: break-word;
}

.elementor-popup-modal .team-popup-nav__label--long {
	font-size: 0.68rem;
}