[data-goal-translation-state] { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 8px 10px; margin-bottom: 8px; background: #fff7e5; border-radius: 8px; color: #765a22; font-size: 12px; }
[data-goal-translation-state][hidden] { display: none; }
[data-goal-translation-state] button { flex-shrink: 0; min-height: 30px; padding: 5px 9px; }
.goal-derived-source { margin: 8px 0; font-size: 11px; color: #607087; }
.goal-derived-source > summary { cursor: pointer; padding: 5px 0; }
.goal-derived-source > div { padding: 8px 10px; background: #f5f7fb; border-radius: 8px; }
.goal-derived-source p { margin: 4px 0; white-space: pre-wrap; overflow-wrap: anywhere; }
