/* ============================================================
   スポットページの気づき（定義書「気づき投稿機能」8・9章／修正依頼 No.0180）

   気づきはレビューほど大きく強調しません。
   短文・写真・投稿日時をコンパクトに並べたタイムラインにします。
   ============================================================ */

.jn-block {
	border: 1px solid #f1f5f9;
	border-radius: 14px;
	padding: 14px 16px;
	background: #fff;
	margin-bottom: 20px;
}

.jn-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 8px;
}
.jn-title {
	font-size: 14px;
	font-weight: 700;
	color: #334155;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 6px;
}
.jn-count {
	font-size: 11px;
	font-weight: 700;
	color: #f97316;
	background: #fff7ed;
	border-radius: 9999px;
	padding: 1px 8px;
}
.jn-post {
	font-size: 12px;
	font-weight: 700;
	color: #f97316;
	text-decoration: none;
	white-space: nowrap;
}
.jn-post:hover { text-decoration: underline; }

/* ---------- タイムライン ---------- */
.jn-list { list-style: none; margin: 0; padding: 0; }
.jn-item {
	padding: 10px 0;
	border-top: 1px solid #f8fafc;
}
.jn-item:first-child { border-top: 0; padding-top: 2px; }

.jn-meta {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 11px;
	color: #94a3b8;
	margin-bottom: 2px;
}
.jn-ago { font-weight: 700; color: #64748b; }
.jn-mine {
	font-size: 10px;
	font-weight: 700;
	color: #f97316;
	border: 1px solid #fed7aa;
	border-radius: 9999px;
	padding: 0 6px;
}

.jn-body {
	font-size: 13px;
	line-height: 1.7;
	color: #334155;
	margin: 0;
	word-break: break-word;
}
.jn-body-photo { color: #94a3b8; }

.jn-photos {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 6px;
}
.jn-photos img {
	width: 72px;
	height: 72px;
	object-fit: cover;
	border-radius: 8px;
	background: #f1f5f9;
}

.jn-more {
	display: block;
	width: 100%;
	margin-top: 10px;
	padding: 9px;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	background: #fff;
	font-size: 12px;
	font-weight: 700;
	color: #475569;
	cursor: pointer;
}
.jn-more:hover { background: #f8fafc; }

/* ---------- まだ1件も無いとき ---------- */
.jn-empty {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px;
	border: 1px dashed #e2e8f0;
	border-radius: 12px;
	text-decoration: none;
	color: inherit;
}
.jn-empty:hover { border-color: #fdba74; background: #fffbf7; }
.jn-empty-plus {
	flex: 0 0 auto;
	width: 36px;
	height: 36px;
	border-radius: 9999px;
	background: #fff7ed;
	color: #f97316;
	font-size: 18px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
}
.jn-empty-main { display: block; font-size: 13px; font-weight: 700; color: #334155; }
.jn-empty-sub  { display: block; font-size: 11px; color: #94a3b8; margin-top: 2px; }


/* ============================================================
   レビューを書くときの「過去の投稿からまとめる」（定義書9章）
   ============================================================ */

.jnm-card {
	border: 2px solid #f97316;
	border-radius: 14px;
	padding: 14px 16px;
	background: #fffbf7;
	margin-bottom: 16px;
}
.jnm-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 10px;
}
.jnm-title { font-size: 15px; font-weight: 700; color: #0f172a; }
.jnm-sub   { font-size: 12px; color: #94a3b8; margin-top: 2px; }
.jnm-reco {
	flex: 0 0 auto;
	font-size: 11px;
	font-weight: 700;
	color: #fff;
	background: #f97316;
	border-radius: 9999px;
	padding: 3px 10px;
}

.jnm-list { list-style: none; margin: 0 0 12px; padding: 0; }
.jnm-row { margin-bottom: 6px; }
.jnm-pick {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 10px;
	background: #fff;
	border: 1px solid #fde4cd;
	border-radius: 10px;
	cursor: pointer;
}
.jnm-pick img,
.jnm-noimg {
	flex: 0 0 auto;
	width: 44px;
	height: 36px;
	border-radius: 6px;
	object-fit: cover;
	background: #f1f5f9;
	display: block;
}
.jnm-txt { min-width: 0; flex: 1 1 auto; }
.jnm-txt-main {
	display: block;
	font-size: 13px;
	color: #334155;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.jnm-txt-ago { display: block; font-size: 11px; color: #94a3b8; }

.jnm-use {
	width: 100%;
	padding: 11px;
	border: 0;
	border-radius: 10px;
	background: #f97316;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}
.jnm-use:active { background: #ea580c; }
.jnm-note { margin-top: 8px; font-size: 11px; color: #94a3b8; line-height: 1.6; }
