/* R-LLM SEO F01 — タイトル分析（機能固有スタイル）
   共通スタイルは assets/css/features.css に定義済み。 */

.wrap { max-width: 100%; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; }

/* Actions — F01 固有ボタン色 */
.action-stack .button.run-single      { background: #eff6ff !important; color: #2563eb !important; border: 1px solid #bfdbfe !important; font-weight: 600; transition: background 0.15s, border-color 0.15s; }
.action-stack .button.run-single:hover { background: #dbeafe !important; border-color: #93c5fd !important; color: #1d4ed8 !important; }
.action-stack .button.thickbox        { background: #f8fafc !important; color: #475569 !important; border: 1px solid #e2e8f0 !important; font-weight: 600; transition: background 0.15s, border-color 0.15s; }
.action-stack .button.thickbox:hover  { background: #f1f5f9 !important; border-color: #cbd5e1 !important; color: #334155 !important; }
.action-stack .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; }
.action-stack .button.delete-analysis:hover { background: #fee2e2 !important; border-color: #fca5a5 !important; color: #dc2626 !important; }
