/* F06 内部リンク提案 */

.rllm-badge {
	display: inline-block;
	padding: 2px 8px;
	border-radius: 9999px;
	font-size: 11px;
	font-weight: 700;
}
.rllm-badge-default {
	background: #f1f5f9;
	color: #475569;
}
.rllm-badge-warn {
	background: #fef3c7;
	color: #92400e;
}

/* 詳細展開エリア */
.rllm-f06-detail {
	padding: 16px 0;
}
.rllm-f06-section {
	margin-bottom: 16px;
}
.rllm-f06-section:last-child {
	margin-bottom: 0;
}
.rllm-f06-section-title {
	font-size: 12px;
	font-weight: 700;
	color: #64748b;
	margin-bottom: 8px;
	padding-bottom: 4px;
	border-bottom: 1px solid #e2e8f0;
}

/* 現在の内部リンクリスト */
.rllm-f06-link-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.rllm-f06-link-list li {
	padding: 4px 0;
	font-size: 13px;
	display: flex;
	gap: 8px;
	align-items: baseline;
}
.rllm-f06-link-title {
	font-weight: 600;
	color: #1e293b;
}
.rllm-f06-link-url {
	font-size: 11px;
	color: #94a3b8;
	font-family: monospace;
}

/* 提案カード */
.rllm-f06-suggestions {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.rllm-f06-suggestion {
	display: flex;
	gap: 12px;
	padding: 12px;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
}
.rllm-f06-suggestion-num {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	background: #2563eb;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	font-weight: 800;
}
.rllm-f06-suggestion-body {
	flex: 1;
	min-width: 0;
}
.rllm-f06-suggestion-title {
	font-size: 13px;
	font-weight: 700;
	color: #1e293b;
}
.rllm-f06-suggestion-url {
	font-size: 11px;
	color: #94a3b8;
	font-family: monospace;
	margin-top: 2px;
}
.rllm-f06-suggestion-reason {
	font-size: 12px;
	color: #64748b;
	margin-top: 4px;
	line-height: 1.5;
}

.rllm-f06-empty {
	color: #94a3b8;
	font-size: 13px;
	padding: 8px 0;
}

/* 操作ボタン */
.rllm-f06-actions {
	display: flex;
	gap: 4px;
	justify-content: center;
}

/* 分析ボタン（常に淡い青、F01と統一） */
.rllm-f06-actions .button.rllm-btn-analyze       { background: #eff6ff !important; color: #2563eb !important; border: 1px solid #bfdbfe !important; font-weight: 600; transition: background 0.15s, border-color 0.15s; text-shadow: none !important; box-shadow: none !important; }
.rllm-f06-actions .button.rllm-btn-analyze:hover { background: #dbeafe !important; border-color: #93c5fd !important; color: #1d4ed8 !important; }

/* 消去ボタン（赤系、F01と統一） */
.rllm-f06-actions .button.delete-analysis      { background: #fff1f2 !important; color: #ef4444 !important; border: 1px solid #fecaca !important; font-weight: 600; transition: background 0.15s, border-color 0.15s; }
.rllm-f06-actions .button.delete-analysis:hover{ background: #fee2e2 !important; border-color: #fca5a5 !important; color: #dc2626 !important; }

/* 詳細ボタン（グレー系、分析済み分析ボタンも同じ） */
.rllm-f06-actions .button.rllm-btn-toggle       { background: #f8fafc !important; color: #475569 !important; border: 1px solid #e2e8f0 !important; font-weight: 600; transition: background 0.15s, border-color 0.15s; }
.rllm-f06-actions .button.rllm-btn-toggle:hover { background: #f1f5f9 !important; border-color: #cbd5e1 !important; color: #334155 !important; }

/* 詳細行 */
.rllm-f06-detail-row td {
	padding: 0 16px 16px !important;
	background: #fff;
}
