.tt-lottie-review,
.tt-lottie-review * {
	box-sizing: border-box;
}

.tt-lottie-review {
	min-height: 100vh;
	padding: 64px 24px 96px;
	background: #f8f9fc;
	color: #1a252f;
	font-family: var(--tt-font-family, "Plus Jakarta Sans", sans-serif);
}

.tt-lottie-review__shell {
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
}

.tt-lottie-review__header {
	max-width: 720px;
	margin-bottom: 48px;
}

.tt-lottie-review__title {
	margin: 0;
	font-size: clamp(36px, 5vw, 56px);
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.tt-lottie-review__intro {
	margin: 16px 0 0;
	color: #596977;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
}

.tt-lottie-review__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr));
	gap: 24px;
}

.tt-lottie-review__card {
	min-width: 0;
	padding: 16px;
	border: 1px solid #eaecee;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 1px 3px rgba(26, 37, 47, 0.05);
}

.tt-lottie-review__card.tt-lottie-review__card--medium {
	grid-column: 1 / -1;
	padding: 0;
	border: 0;
	box-shadow:
		inset 0 0 0 1px #eaecee,
		0 1px 3px rgba(26, 37, 47, 0.05);
	overflow: hidden;
}

.tt-lottie-review__stage {
	display: grid;
	width: 100%;
	aspect-ratio: 4 / 3;
	place-items: center;
	border: 1px solid #e1e4e7;
	border-radius: 12px;
	background: #eef0f4;
	overflow: hidden;
}

.tt-lottie-review__card--medium .tt-lottie-review__stage {
	aspect-ratio: 1260 / 468;
	border: 0;
	border-bottom: 1px solid #e1e4e7;
	border-radius: 0;
}

.tt-lottie-review__card--medium .tt-lottie-review__player {
	display: block;
	width: 100%;
	height: 100%;
	min-width: 0;
	min-height: 0;
}

.tt-lottie-review__card--medium .tt-lottie-review__meta {
	padding: 18px 20px 20px;
}

.tt-lottie-review__player {
	display: block;
	width: 100%;
	height: 100%;
	min-width: 0;
	min-height: 0;
}

.tt-lottie-review__meta {
	padding: 18px 4px 4px;
}

.tt-lottie-review__card-title {
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
}

.tt-lottie-review__filename {
	display: block;
	margin-top: 6px;
	color: #74828d;
	font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5;
	overflow-wrap: anywhere;
}

.tt-lottie-review__error {
	margin: 10px 0 0;
	color: #a93226;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
}

@media (max-width: 599px) {
	.tt-lottie-review {
		padding: 48px 20px 72px;
	}

	.tt-lottie-review__header {
		margin-bottom: 32px;
	}

	.tt-lottie-review__grid {
		gap: 20px;
	}

	.tt-lottie-review__card {
		padding: 12px;
		border-radius: 16px;
	}

	.tt-lottie-review__stage {
		border-radius: 10px;
	}
}
