/* 게임 페이지 이용자 평가 블록. 분석 카드(.free-slot-detail-content__analysis)와 같은 톤을 쓴다. */
.free-slot-reactions {
	margin: 8px 0 26px;
	padding: 16px;
	background: #f8fafc;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 8px;
	color: #334155;
	font-size: 13px;
	line-height: 1.6;
	word-break: keep-all;
}

.free-slot-reactions__head span {
	display: inline-block;
	padding: 2px 8px;
	border-radius: 999px;
	background: #fff3d6;
	color: #a66b00;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.04em;
}

.free-slot-reactions__head h3 {
	margin: 6px 0 4px;
	font-size: 16px;
	font-weight: 900;
	color: var(--free-slot-ink, #0f172a);
}

.free-slot-reactions__head p {
	margin: 0;
	color: #64748b;
}

.free-slot-reactions__summary {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 18px;
	margin: 14px 0 12px;
	padding: 12px 14px;
	background: #fff;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 8px;
}

.free-slot-reactions__score {
	display: flex;
	align-items: center;
	gap: 8px;
}

.free-slot-reactions__score strong {
	font-size: 26px;
	font-weight: 900;
	color: #0f172a;
	line-height: 1;
}

.free-slot-reactions__stars {
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 1px;
	color: #e2e8f0;
	white-space: nowrap;
}

.free-slot-reactions__stars::before {
	content: '★★★★★';
	position: absolute;
	inset: 0;
	width: var(--slotmaru-star-fill, 0%);
	overflow: hidden;
	color: #f3b62f;
	white-space: nowrap;
}

.free-slot-reactions__stars--small {
	font-size: 13px;
}

.free-slot-reactions__counts {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 14px;
	margin: 0;
	padding: 0;
	list-style: none;
	color: #64748b;
}

.free-slot-reactions__counts b,
.free-slot-reactions__score b {
	color: #0f172a;
}

.free-slot-reactions__good {
	margin-left: auto;
	padding: 7px 12px;
	border: 1px solid #d7dde6;
	border-radius: 999px;
	background: #fff;
	color: #334155;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
}

.free-slot-reactions__good.is-active {
	border-color: #f3b62f;
	background: #fff9eb;
	color: #a66b00;
}

.free-slot-reactions__form {
	margin-bottom: 12px;
}

.free-slot-reactions__rate {
	display: flex;
	align-items: center;
	gap: 2px;
	margin-bottom: 8px;
}

.free-slot-reactions__rate button {
	padding: 0 2px;
	border: 0;
	background: none;
	font-size: 24px;
	line-height: 1;
	color: #cbd5e1;
	cursor: pointer;
}

.free-slot-reactions__rate button.is-on,
.free-slot-reactions__rate button.is-hover {
	color: #f3b62f;
}

.free-slot-reactions__rate span {
	margin-left: 8px;
	color: #64748b;
	font-size: 12px;
}

.free-slot-reactions__row {
	display: flex;
	gap: 6px;
	margin-bottom: 8px;
}

.free-slot-reactions__row input {
	flex: 1 1 auto;
	min-width: 0;
	padding: 9px 12px;
	border: 1px solid #d7dde6;
	border-radius: 6px;
	font-size: 13px;
	background: #fff;
}

.free-slot-reactions__row input:focus {
	outline: none;
	border-color: #f3b62f;
	box-shadow: 0 0 0 3px rgba(243, 182, 47, 0.18);
}

.free-slot-reactions__row button {
	flex: 0 0 auto;
	padding: 9px 14px;
	border: 0;
	border-radius: 6px;
	background: #0f172a;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
}

.free-slot-reactions__row button[disabled] {
	opacity: 0.6;
	cursor: default;
}

.free-slot-reactions__hint,
.free-slot-reactions__login {
	margin: 0;
	color: #64748b;
	font-size: 12px;
}

.free-slot-reactions__login a {
	color: #a66b00;
	font-weight: 700;
	text-decoration: underline;
}

.free-slot-reactions__status {
	min-height: 18px;
	margin: 6px 0 0;
	font-size: 12px;
	color: #0b5d54;
}

.free-slot-reactions__status.is-error {
	color: #b91c1c;
}

.free-slot-reactions__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.free-slot-reactions__item {
	padding: 10px 0;
	border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.free-slot-reactions__item p {
	margin: 4px 0 0;
	color: #1e293b;
}

.free-slot-reactions__item--comment p {
	color: #334155;
}

.free-slot-reactions__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px 8px;
	font-size: 12px;
	color: #64748b;
}

.free-slot-reactions__meta b {
	color: #0f172a;
}

.free-slot-reactions__meta button {
	margin-left: auto;
	padding: 2px 6px;
	border: 1px solid #d7dde6;
	border-radius: 4px;
	background: #fff;
	color: #64748b;
	font-size: 11px;
	cursor: pointer;
}

.free-slot-reactions__badge {
	padding: 1px 6px;
	border-radius: 4px;
	background: #e2f4f1;
	color: #0b5d54;
	font-size: 11px;
	font-weight: 700;
}

.free-slot-reactions__empty,
.free-slot-reactions__posts-empty {
	padding: 10px 0;
	color: #64748b;
}

.free-slot-reactions__more {
	display: block;
	width: 100%;
	margin-top: 6px;
	padding: 8px;
	border: 1px solid #d7dde6;
	border-radius: 6px;
	background: #fff;
	color: #334155;
	font-size: 13px;
	cursor: pointer;
}

.free-slot-reactions__posts {
	margin-top: 14px;
	padding-top: 12px;
	border-top: 1px dashed rgba(15, 23, 42, 0.14);
}

.free-slot-reactions__posts-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 6px;
}

.free-slot-reactions__posts-head h4 {
	margin: 0;
	font-size: 14px;
	font-weight: 900;
	color: var(--free-slot-ink, #0f172a);
}

.free-slot-reactions__posts-head a {
	padding: 5px 10px;
	border: 1px solid #f3b62f;
	border-radius: 999px;
	background: #fff9eb;
	color: #a66b00;
	font-size: 12px;
	font-weight: 700;
	white-space: nowrap;
}

.free-slot-reactions__posts ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.free-slot-reactions__posts li {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 4px 10px;
	padding: 6px 0;
	border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.free-slot-reactions__posts li a {
	color: #0f172a;
	font-weight: 700;
}

.free-slot-reactions__posts-badge {
	display: inline-block;
	padding: 1px 7px;
	border-radius: 999px;
	background: #e8f1ff;
	color: #1d4ed8;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.6;
	white-space: nowrap;
}

.free-slot-reactions__posts-primary {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px 10px;
	margin: 0 0 8px;
	padding: 10px 12px;
	border: 1px solid #c7dbff;
	border-radius: 8px;
	background: #f3f7ff;
	color: #0f172a;
}

.free-slot-reactions__posts-primary strong {
	flex: 1 1 240px;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.5;
}

.free-slot-reactions__posts-primary em {
	color: #1d4ed8;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	white-space: nowrap;
}

.free-slot-reactions__posts li span {
	color: #64748b;
	font-size: 12px;
}

.free-slot-reactions__trust {
	margin: 12px 0 0;
	color: #94a3b8;
	font-size: 11px;
}

.free-slot-reactions__trust a {
	color: #64748b;
	text-decoration: underline;
}

@media (max-width: 767.98px) {
	.free-slot-reactions {
		padding: 12px;
	}

	.free-slot-reactions__summary {
		gap: 8px 12px;
		padding: 10px 12px;
	}

	.free-slot-reactions__good {
		margin-left: 0;
	}

	.free-slot-reactions__row {
		flex-direction: column;
	}

	.free-slot-reactions__row button {
		width: 100%;
	}
}
