/**
 * Short Call – strategy-specific style overrides.
 * Unlimited loss pill: same motif as unlimited-profit (long call) but arrow down, red.
 */
.strategy-pill.unlimited-loss {
    background: linear-gradient(135deg, #dc3545 0%, #bd2130 100%);
    color: white;
}
