.phorte-reviews-227 {
	--phorte-reviews-227-card-bg: #171717;
	--phorte-reviews-227-text: #ffffff;
	--phorte-reviews-227-copy: rgba(255, 255, 255, .82);
	--phorte-reviews-227-accent: #f5323b;
	--phorte-reviews-227-border: rgba(255, 255, 255, .15);
	--phorte-reviews-227-title-size: 34px;
	--phorte-reviews-227-body-size: 15px;
	--phorte-reviews-227-radius: 14px;
	--phorte-reviews-227-gap: 18px;
	box-sizing: border-box;
	width: 100%;
	color: var(--phorte-reviews-227-text);
}

.phorte-reviews-227 *,
.phorte-reviews-227 *::before,
.phorte-reviews-227 *::after { box-sizing: border-box; }

.phorte-reviews-227__inner { width: 100%; }

.phorte-reviews-227__heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 24px;
}

.phorte-reviews-227__title {
	margin: 0;
	color: var(--phorte-reviews-227-text) !important;
	font-size: var(--phorte-reviews-227-title-size);
	font-weight: 900;
	letter-spacing: -.025em;
	line-height: 1.05;
}

.phorte-reviews-227__controls { display: flex; gap: 8px; }

.phorte-reviews-227__arrow {
	display: grid;
	width: 44px;
	height: 44px;
	padding: 0;
	place-items: center;
	border: 1px solid var(--phorte-reviews-227-border);
	border-radius: 50%;
	background: var(--phorte-reviews-227-card-bg);
	color: var(--phorte-reviews-227-text);
	font-size: 22px;
	cursor: pointer;
}

.phorte-reviews-227__arrow:hover,
.phorte-reviews-227__arrow:focus-visible {
	border-color: var(--phorte-reviews-227-accent);
	background: var(--phorte-reviews-227-accent);
	outline: 0;
}

.phorte-reviews-227__arrow:disabled { opacity: .35; cursor: default; }
.phorte-reviews-227__viewport { overflow: hidden; }

.phorte-reviews-227__track {
	display: grid;
	grid-auto-columns: calc((100% - 2 * var(--phorte-reviews-227-gap)) / 3);
	grid-auto-flow: column;
	gap: var(--phorte-reviews-227-gap);
	overflow-x: auto;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.phorte-reviews-227__track::-webkit-scrollbar { display: none; }

.phorte-reviews-227__card {
	display: flex;
	min-width: 0;
	aspect-ratio: 4 / 5;
	flex-direction: column;
	overflow: hidden;
	scroll-snap-align: start;
	border: 1px solid var(--phorte-reviews-227-border);
	border-radius: var(--phorte-reviews-227-radius);
	background: var(--phorte-reviews-227-card-bg);
}

.phorte-reviews-227__media { position: relative; width: 100%; height: 100%; background: #0b0b0b; }
.phorte-reviews-227__media > img { display: block; width: 100%; height: 100%; object-fit: cover; }
.phorte-reviews-227__media iframe[data-phorte-review-iframe] {
	position: absolute;
	inset: 0;
	z-index: 4;
	width: 100%;
	height: 100%;
	border: 0;
}
.phorte-reviews-227__media.is-playing > img,
.phorte-reviews-227__media.is-playing .phorte-reviews-227__media-shade,
.phorte-reviews-227__media.is-playing .phorte-reviews-227__play,
.phorte-reviews-227__media.is-playing .phorte-reviews-227__video-content { visibility: hidden; }

.phorte-reviews-227__media-shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0,0,0,.08) 20%, rgba(0,0,0,.9) 100%);
}

.phorte-reviews-227__play {
	display: grid;
	position: absolute;
	top: 34%;
	left: 50%;
	z-index: 2;
	width: 58px;
	height: 58px;
	place-items: center;
	border-radius: 50%;
	background: var(--phorte-reviews-227-accent);
	color: #fff !important;
	font-size: 21px;
	line-height: 1;
	text-decoration: none;
	transform: translate(-50%, -50%);
}

.phorte-reviews-227__video-content {
	display: flex;
	position: absolute;
	right: 22px;
	bottom: 20px;
	left: 22px;
	z-index: 2;
	flex-direction: column;
}

.phorte-reviews-227__video-content .phorte-reviews-227__identity { color: #fff !important; }
.phorte-reviews-227__video-content .phorte-reviews-227__person small { color: rgba(255,255,255,.72); }

.phorte-reviews-227__video-copy {
	margin: 0 0 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(255,255,255,.2);
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
}

.phorte-reviews-227__card--text { padding: 26px; }

.phorte-reviews-227__text-center {
	display: flex;
	margin-top: auto;
	flex-direction: column;
}

.phorte-reviews-227__quote {
	height: 34px;
	color: var(--phorte-reviews-227-accent);
	font-family: Georgia, serif;
	font-size: 44px;
	font-weight: 900;
	line-height: .8;
}

.phorte-reviews-227__copy {
	margin: 12px 0 0;
	color: var(--phorte-reviews-227-copy) !important;
	font-size: var(--phorte-reviews-227-body-size);
	font-style: italic;
	line-height: 1.6;
}

.phorte-reviews-227__copy p { margin: 0; color: inherit !important; }

.phorte-reviews-227__identity {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: auto;
	padding-top: 24px;
	color: var(--phorte-reviews-227-text) !important;
	text-decoration: none;
}

.phorte-reviews-227__avatar,
.phorte-reviews-227__initials {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	flex: 0 0 40px;
	border-radius: 50%;
	object-fit: cover;
}

.phorte-reviews-227__initials {
	background: rgba(245, 50, 59, .18);
	color: var(--phorte-reviews-227-accent);
	font-size: 12px;
	font-weight: 800;
}

.phorte-reviews-227__person { display: flex; min-width: 0; flex-direction: column; }
.phorte-reviews-227__person strong { color: inherit; font-size: 14px; }
.phorte-reviews-227__person small { margin-top: 2px; color: var(--phorte-reviews-227-copy); font-size: 11px; }

.phorte-reviews-227--standard,
.phorte-reviews-227--commerce,
.phorte-reviews-227--figma {
	--phorte-reviews-227-card-bg: #ffffff;
	--phorte-reviews-227-text: #101828;
	--phorte-reviews-227-copy: #52627b;
	--phorte-reviews-227-border: rgba(16, 24, 40, .12);
}

@media (max-width: 900px) {
	.phorte-reviews-227__track { grid-auto-columns: calc((100% - var(--phorte-reviews-227-gap)) / 2); }
}

@media (max-width: 767px) {
	.phorte-reviews-227__heading { align-items: center; }
	.phorte-reviews-227__title { font-size: 28px; }
	.phorte-reviews-227__arrow { width: 40px; height: 40px; }
	.phorte-reviews-227__track { grid-auto-columns: 88%; }
	.phorte-reviews-227__card--text { padding: 22px; }
	.phorte-reviews-227__video-content { right: 18px; bottom: 18px; left: 18px; }
}
