/**
 * WPBakery “Person profile” (si_person_profile)
 *
 * Photo + name/company with Follow on the same line, bio below.
 */

.si-person-profile {
	--si-pp-photo: 3.375rem; /* 54px */
	box-sizing: border-box;
	display: flex;
	align-items: flex-start;
	gap: 1.25rem;
	width: 100%;
	margin: 0 0 1.5rem;
	padding: 0;
	font-family: var(--font-family-2026, var(--font-family-plain, inherit));
	text-align: left;
}

.si-person-profile *,
.si-person-profile *::before,
.si-person-profile *::after {
	box-sizing: border-box;
}

.si-person-profile--light {
	color: var(--color-white, #fff);
}

.si-person-profile--dark {
	color: var(--color-navy, #031733);
}

.si-person-profile__media {
	flex: 0 0 var(--si-pp-photo);
	width: var(--si-pp-photo);
	height: var(--si-pp-photo);
	overflow: hidden;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12);
}

.si-person-profile__photo {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.si-person-profile__media--placeholder {
	background:
		radial-gradient(circle at 35% 30%, rgba(8, 146, 255, 0.45), transparent 55%),
		linear-gradient(145deg, #002c61, #010d1d);
}

.si-person-profile__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	align-items: stretch;
	gap: 0.35rem;
	min-width: 0;
}

.si-person-profile__head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.35rem 1rem;
	width: 100%;
}

.site-main.landing .si-person-profile .si-person-profile__identity,
.si-person-profile .si-person-profile__identity,
.si-person-profile__identity {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0;
	margin: 0;
	min-width: 0;
	font-family: var(--font-family-plain, 'Plain', sans-serif);
	font-size: 0.9375rem; /* 15px */
	font-weight: 600;
	font-synthesis-small-caps: none;
	font-synthesis-style: none;
	font-synthesis-weight: none;
	line-height: 1.25rem; /* 20px */
	color: #111111;
}

.site-main.landing .si-person-profile .si-person-profile__name,
.si-person-profile .si-person-profile__name,
.si-person-profile__name,
.site-main.landing .si-person-profile .si-person-profile__sep,
.si-person-profile .si-person-profile__sep,
.si-person-profile__sep,
.site-main.landing .si-person-profile .si-person-profile__company,
.si-person-profile .si-person-profile__company,
.si-person-profile__company {
	font: inherit;
	color: inherit;
}

.site-main.landing .si-person-profile .si-person-profile__sep,
.si-person-profile .si-person-profile__sep,
.si-person-profile__sep {
	margin-inline-end: 0.25em;
}

.site-main.landing .si-person-profile .si-person-profile__follow,
.si-person-profile .si-person-profile__follow,
.si-person-profile__follow {
	margin: 0;
	margin-left: auto;
	font-size: inherit;
	line-height: inherit;
}

.site-main.landing .si-person-profile .si-person-profile__follow-link,
.si-person-profile .si-person-profile__follow-link,
.si-person-profile__follow-link {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	font-family: var(--font-family-plain, 'Plain', sans-serif);
	font-size: 0.8125rem; /* 13px */
	font-weight: 400;
	font-synthesis-small-caps: none;
	font-synthesis-style: none;
	font-synthesis-weight: none;
	height: 1.25rem; /* 20px */
	line-height: 1.015625rem; /* 16.25px */
	color: #444444;
	text-decoration: none;
	white-space: nowrap;
	transition: color 160ms ease;
}

.si-person-profile--light .si-person-profile__follow-link {
	color: #9aafc8;
}

.si-person-profile--dark .si-person-profile__follow-link {
	color: #444444;
}

.site-main.landing .si-person-profile .si-person-profile__follow-link:hover,
.site-main.landing .si-person-profile .si-person-profile__follow-link:focus-visible,
.si-person-profile__follow-link:hover,
.si-person-profile__follow-link:focus-visible {
	color: #444444;
	outline: none;
}

.si-person-profile--light .si-person-profile__follow-link:hover,
.si-person-profile--light .si-person-profile__follow-link:focus-visible {
	color: var(--color-white, #fff);
}

.site-main.landing .si-person-profile .si-person-profile__follow-link:hover .si-person-profile__follow-label,
.site-main.landing .si-person-profile .si-person-profile__follow-link:focus-visible .si-person-profile__follow-label,
.si-person-profile__follow-link:hover .si-person-profile__follow-label,
.si-person-profile__follow-link:focus-visible .si-person-profile__follow-label {
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.site-main.landing .si-person-profile .si-person-profile__follow-label,
.si-person-profile .si-person-profile__follow-label,
.si-person-profile__follow-label {
	font-family: var(--font-family-plain, 'Plain', sans-serif);
	font-size: 0.8125rem; /* 13px */
	font-weight: 400;
	font-synthesis-small-caps: none;
	font-synthesis-style: none;
	font-synthesis-weight: none;
	height: 1.25rem; /* 20px */
	line-height: 1.015625rem; /* 16.25px */
}

.si-person-profile__follow-link .si-person-card__linkedin-icon {
	display: block;
	width: 1.25rem;
	height: 1.25rem;
	flex-shrink: 0;
}

.site-main.landing .si-person-profile .si-person-profile__bio,
.si-person-profile .si-person-profile__bio,
.si-person-profile__bio {
	margin: 0;
	font-family: var(--font-family-plain, 'Plain', sans-serif);
	font-size: 0.9375rem; /* 15px */
	font-weight: 400;
	font-synthesis-small-caps: none;
	font-synthesis-style: none;
	font-synthesis-weight: none;
	line-height: 1.125rem; /* 18px */
	letter-spacing: 0;
	color: #444444;
}

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

@media (max-width: 575.98px) {
	.si-person-profile {
		gap: 1rem;
	}

	.si-person-profile__head {
		flex-direction: column;
		align-items: flex-start;
	}

	.si-person-profile__follow {
		margin-left: 0;
	}
}
