.phorte-instructors-222 {
	--phorte-instructors-222-card-bg: #fff;
	--phorte-instructors-222-text-color: #101828;
	--phorte-instructors-222-copy-color: #52627b;
	--phorte-instructors-222-accent: #e94b3c;
	--phorte-instructors-222-border: rgba(16, 24, 40, .08);
	--phorte-instructors-222-name-size: 20px;
	--phorte-instructors-222-role-size: 10px;
	--phorte-instructors-222-body-size: 12px;
	--phorte-instructors-222-card-radius: 18px;
	--phorte-instructors-222-card-padding: 16px;
	--phorte-instructors-222-image-height: 260px;
	display: block;
	width: 100%;
	min-width: 0;
	color: var(--phorte-instructors-222-text-color);
}

.phorte-instructors-222__empty {
	padding: 20px;
	border: 1px dashed var(--phorte-instructors-222-border);
	border-radius: var(--phorte-instructors-222-card-radius);
	background: var(--phorte-instructors-222-card-bg);
	color: var(--phorte-instructors-222-copy-color);
	font-size: var(--phorte-instructors-222-body-size);
	line-height: 1.5;
	text-align: center;
}

.phorte-instructors-222__image {
	height: var(--phorte-instructors-222-image-height);
	overflow: hidden;
	background: #e7e7e7;
}

.phorte-instructors-222__image--initials {
	display: grid;
	place-items: center;
	background: color-mix(in srgb, var(--phorte-instructors-222-accent) 14%, var(--phorte-instructors-222-card-bg));
	color: var(--phorte-instructors-222-accent);
}

.phorte-instructors-222__image--initials span {
	font-size: clamp(2rem, 8vw, 4.5rem);
	font-weight: 800;
	letter-spacing: 0;
}

.phorte-instructors-222__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.phorte-instructors-222__content {
	padding: var(--phorte-instructors-222-card-padding);
	background: var(--phorte-instructors-222-card-bg);
}

.phorte-instructors-222__name {
	margin: 0;
	color: var(--phorte-instructors-222-text-color) !important;
	font-size: var(--phorte-instructors-222-name-size);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.08;
	text-transform: uppercase;
}

.phorte-instructors-222__role {
	margin: 10px 0 0;
	color: var(--phorte-instructors-222-accent) !important;
	font-size: var(--phorte-instructors-222-role-size);
	font-weight: 900;
	letter-spacing: .16em;
	line-height: 1.45;
	text-transform: uppercase;
}

.phorte-instructors-222__copy {
	margin: 12px 0 0;
	color: var(--phorte-instructors-222-copy-color) !important;
	font-size: var(--phorte-instructors-222-body-size);
	line-height: 1.65;
}

.phorte-instructors-222__copy p {
	margin: 0;
	color: inherit !important;
}

.phorte-instructors-222--standard,
.phorte-instructors-222--commerce,
.phorte-instructors-222--figma {
	border: 1px solid var(--phorte-instructors-222-border);
	border-radius: var(--phorte-instructors-222-card-radius);
	background: var(--phorte-instructors-222-card-bg);
	box-shadow: 0 16px 38px rgba(0, 0, 0, .08);
	overflow: hidden;
}

.phorte-instructors-222--immersive {
	--phorte-instructors-222-card-bg: #111;
	--phorte-instructors-222-text-color: #fff;
	--phorte-instructors-222-copy-color: rgba(255, 255, 255, .66);
	--phorte-instructors-222-accent: #ef2f35;
	--phorte-instructors-222-border: rgba(255, 255, 255, .14);
	display: grid;
	grid-template-columns: 145px minmax(0, 1fr);
	gap: 18px;
	padding: 15px;
	border: 1px solid var(--phorte-instructors-222-border);
	border-radius: 14px;
	background: var(--phorte-instructors-222-card-bg);
}

.phorte-instructors-222--immersive .phorte-instructors-222__image {
	height: auto;
	min-height: 170px;
	border-radius: 10px;
}

.phorte-instructors-222--immersive .phorte-instructors-222__content {
	padding: 7px 0 0;
}

.phorte-instructors-222--immersive .phorte-instructors-222__name {
	text-transform: none;
}

@media (max-width: 767px) {
	.phorte-instructors-222--immersive {
		grid-template-columns: 92px minmax(0, 1fr);
		gap: 14px;
	}

	.phorte-instructors-222--immersive .phorte-instructors-222__image {
		min-height: 108px;
	}
}

@media (max-width: 480px) {
	.phorte-instructors-222--immersive {
		grid-template-columns: 1fr;
	}

	.phorte-instructors-222--immersive .phorte-instructors-222__image {
		min-height: 250px;
	}
}
