#live-strategy-settings { width: 100%; min-width: 0; border-top: 1px solid #646b7555; padding-top: 12px; }
#live-strategy-settings[hidden] { display: none; }
#liveStrategyActual { overflow-wrap: anywhere; font-size: 12px; }
#live-strategy-settings p { margin: 8px 0; overflow-wrap: anywhere; }
#liveStrategyRules { border: 0; padding: 0; margin: 8px 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr)); gap: 12px; }
#liveStrategyRules fieldset { min-width: 0; border: 1px solid #646b7555; border-radius: 4px; margin: 0; padding: 8px; }
#liveStrategyRules legend { font-size: 13px; padding: 0 4px; }
#liveStrategyRules label { display: flex; flex-direction: row; align-items: start; gap: 6px; padding: 5px 0; font-size: 12px; }
#liveStrategyRules input { flex: 0 0 auto; margin-top: 2px; }
