/**
 * Put Debit Spread – strategy-specific style overrides.
 * Shared calculator styles are in /calculator-main/core/calculator-core.css.
 * Bearish theme (same as call-credit-spread).
 */
.strategy-pill.bearish {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: white;
}
