/**
 * Long Put – strategy-specific style overrides.
 * Shared calculator styles are in /calculator-main/core/calculator-core.css.
 * Bearish theme (same as call-debit-spread / put-credit-spread).
 */
.strategy-pill.bearish {
    background: linear-gradient(135deg, #dc3545 0%, #b02a37 100%);
    color: white;
}

.strategy-pill.unlimited-profit {
    background: linear-gradient(135deg, #3c8bec 0%, #2d6fc4 100%);
    color: white;
}
