body {
	font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
	max-width: 470px;
	margin: 0 auto;
}



.ua-card {
	max-width: 760px;
	margin: 0 auto;
	background: var(--ua-bg);
	border: 2px solid var(--ua-border);
	border-radius: var(--ua-radius);
	padding: 16px 16px 18px;
	box-shadow: var(--ua-shadow);
	font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
	color: var(--ua-text);
}

.ua-title {
	margin: 4px 0 10px;
	text-align: center;
	font-weight: 900;
	letter-spacing: .5px;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 1.15;
}

.ua-rating {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-bottom: 12px;
}

.ua-stars {
	color: #f59e0b;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 1;
}

.ua-rating-text {
	color: var(--ua-muted);
	font-size: 14px;
}

/* Track / carousel */
.ua-review-track {
	display: flex;
	gap: 12px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	padding: 10px;
	background: var(--ua-soft);
	border-radius: 14px;
	border: 1px solid rgba(29, 78, 216, .12);
	-webkit-overflow-scrolling: touch;
}

.ua-review-track::-webkit-scrollbar {
	height: 8px;
}

.ua-review-track::-webkit-scrollbar-thumb {
	background: rgba(15, 23, 42, .18);
	border-radius: 999px;
}

.ua-review {
	min-width: 270px;
	flex: 0 0 270px;
	background: #fff;
	border-radius: 14px;
	border: 1px solid rgba(2, 6, 23, .10);
	box-shadow: 0 10px 18px rgba(2, 6, 23, .08);
	padding: 12px 12px;
	scroll-snap-align: start;
}

.ua-review-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 8px;
}

.ua-review-name {
	font-weight: 800;
	color: #0f172a;
	font-size: 14px;
}

.ua-review-stars {
	color: #f59e0b;
	font-size: 14px;
	letter-spacing: .8px;
	line-height: 1;
	white-space: nowrap;
}

.ua-review-text {
	margin: 0 0 10px;
	color: var(--ua-muted);
	font-size: 14px;
	line-height: 1.45;
}

.ua-review-foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.ua-badge {
	display: inline-block;
	font-size: 12px;
	font-weight: 800;
	color: var(--ua-maroon);
	background: rgba(107, 31, 42, .08);
	border: 1px solid rgba(107, 31, 42, .18);
	padding: 5px 8px;
	border-radius: 999px;
}

.ua-date {
	color: rgba(51, 65, 85, .8);
	font-size: 12px;
	white-space: nowrap;
}

.ua-review-controls {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 10px;
}

.ua-nav {
	width: 44px;
	height: 40px;
	border-radius: 12px;
	border: 1px solid rgba(2, 6, 23, .12);
	background: #fff;
	font-size: 22px;
	font-weight: 900;
	color: var(--ua-maroon);
	cursor: pointer;
	box-shadow: 0 8px 16px rgba(2, 6, 23, .10);
}

.ua-nav:active {
	transform: translateY(1px);
}

.ua-cta {
	display: block;
	margin-top: 14px;
	text-align: center;
	padding: 14px 14px;
	border-radius: 999px;
	font-weight: 900;
	color: #fff;
	text-decoration: none;
	background: radial-gradient(120% 120% at 50% 20%, #b00000 0%, var(--ua-red1) 35%, var(--ua-red2) 100%);
	box-shadow: 0 12px 26px rgba(122, 0, 0, .28);
}

.ua-cta:active {
	transform: translateY(1px);
}

@media (max-width: 420px) {
	.ua-title {
		font-size: 20px;
	}

	.ua-review {
		min-width: 240px;
		flex-basis: 240px;
	}
}

.ua-result {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	margin-bottom: 10px;
}

.ua-ba {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid rgba(2, 6, 23, .12);
}

.ua-ba img {
	width: 100%;
	height: 90px;
	object-fit: cover;
	display: block;
}

.ua-ba span {
	position: absolute;
	bottom: 6px;
	left: 6px;
	background: rgba(0, 0, 0, .65);
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	padding: 3px 6px;
	border-radius: 6px;
}

@media (max-width:420px) {
	.ua-ba img {
		height: 80px;
	}
}

.ingredients-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.ingredients-list li {
	padding-left: 28px;
	margin-bottom: 12px;
	position: relative;
	font-size: 15px;
	line-height: 1.45;
	color: #1f2937;
}

.ingredients-list li::before {
	content: "✔";
	position: absolute;
	left: 0;
	top: 0;
	color: #16a34a;
	font-weight: 700;
}

.ingredients-list span {
	font-weight: 700;
	color: #111827;
}

.ingredients-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.ingredients-list li {
	padding-left: 28px;
	margin-bottom: 12px;
	position: relative;
	font-size: 15px;
	line-height: 1.45;
	color: #1f2937;
}

.ingredients-list li::before {
	content: "✔";
	position: absolute;
	left: 0;
	top: 0;
	color: #16a34a;
	font-weight: 700;
}

.ingredients-list span {
	font-weight: 700;
	color: #111827;
}

.ua-specs-list {
	list-style: none;
	padding: 0;
	margin: 0;
	background: #eef3ff;
	border-radius: 14px;
	border: 1px solid rgba(29, 78, 216, .12);
	overflow: hidden;
}

.ua-specs-list li {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 14px;
	font-size: 15px;
	border-bottom: 1px solid rgba(2, 6, 23, .08);
}

.ua-specs-list li:last-child {
	border-bottom: none;
}

.ua-spec-label {
	font-weight: 800;
	color: #0f172a;
}

.ua-spec-value {
	color: #334155;
	text-align: right;
}

@media (max-width:420px) {
	.ua-specs-list li {
		flex-direction: column;
		align-items: flex-start;
	}

	.ua-spec-value {
		text-align: left;
	}
}