/* 物件詳細ページの「AI紹介」表示 —— 既存デザインになじむ控えめなスタイル */

.cecela-ai {
	margin: 16px 0;
	line-height: 1.9;
	color: #3a2a26;
}

.cecela-ai p {
	margin: 0 0 12px;
}

.cecela-ai p:last-child {
	margin-bottom: 0;
}

/* ① チップ＋ひとこと要約（ファーストビュー） */
.cecela-ai--summary {
	margin: 12px 0 20px;
}

.cecela-ai__chips {
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.cecela-ai__chips li {
	background: #f6f3ee;
	color: #3a2a26;
	border: 1px solid #e8e0d5;
	border-radius: 999px;
	padding: 4px 14px;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.6;
}

/* 価格チップは強調（少し大きめ・太字。色は他チップと統一） */
.cecela-ai__chips li.is-price {
	background: #f6f3ee;
	color: #3a2a26;
	font-size: 14px;
	font-weight: 700;
}

.cecela-ai__lead {
	font-size: 15px;
	color: #3a2a26;
}

/* ②③ 見出しラベル */
.cecela-ai__label {
	display: inline-block;
	font-weight: 700;
	font-size: 14px;
	color: #3a2a26;
	border-left: 4px solid #3a2a26;
	padding-left: 10px;
	margin: 0 0 10px;
}

/* ②間取り解説・③暮らしストーリーの枠 */
.cecela-ai--madori,
.cecela-ai--story {
	background: #f6f3ee;
	border: 1px solid #e8e0d5;
	border-radius: 10px;
	padding: 18px 20px;
}

@media (max-width: 640px) {
	.cecela-ai--madori,
	.cecela-ai--story {
		padding: 14px 16px;
	}
	.cecela-ai__lead {
		font-size: 14px;
	}
}
