/**
 * Put Credit Spread – strategy-specific style overrides.
 * Shared calculator styles are in /calculator-main/core/calculator-core.css.
 */
.strategy-pill.bullish {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
}
