/* 게임 분석 카드. 유사게임은 RELATED와 동일한 .free-slot-related
   캐러셀 구조를 재사용하므로 여기서는 분석 블록만 스타일링한다. */
.free-slot-detail-content {
	margin: 8px 0 26px;
}

.free-slot-detail-content__analysis {
	padding: 16px;
	background: #f8fafc;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 8px;
}

.free-slot-detail-content__analysis > h3 {
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: 900;
	color: var(--free-slot-ink);
}

.free-slot-detail-content__analysis > p {
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.7;
	color: #334155;
	word-break: keep-all;
}

.free-slot-detail-content__analysis > p:last-child {
	margin-bottom: 0;
}

.free-slot-detail-content__editorial {
	font-weight: 600;
}

/* SIMILAR 캐러셀 키커를 틸 계열로 차등 — 바로 아래 RELATED(앰버 배지)와
   한눈에 구분되도록 한다. */
.free-slot-related--similar .free-slot-related__head span {
	color: #0b5d54;
	background: #e2f4f1;
}
